CSS Color Background

Persian Indigo

Pure CSS color background: #32127A. Use this solid color for personal and commercial creative projects.

Preview

Persian Indigo solid color background preview (#32127A)

Color value: #32127A

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #32127A; }

HTML Code

<section class="hero persian-indigo-bg"> <h2>Your content</h2> </section> <style> .persian-indigo-bg { background-color: #32127A; } </style>