Shades of Persian Indigo #3A1E72
Tints of Persian Indigo #3A1E72
RGB
CMYK
RGB Variations
Color information
#3A1E72 (or 0x3A1E72) is known color: Persian Indigo. HEX triplet: 3A, 1E and 72. RGB value is (58,30,114). Sum of RGB (Red+Green+Blue) = 58+30+114=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A1E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E72 is #C5E18D. Grayscale: #2F2F2F. Windows color (decimal): -12968334 or 7478842. OLE color: 7478842.
HSL color Cylindrical-coordinate representation of color #3A1E72: hue angle of 260º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A1E72 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 30 | 114 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.55 |
| HSL | 260º | 0.58% | 0.28% | - |
| HSV(B) | 260º | 0.74% | 0.45% | - |
| XYZ | 5.25 | 3.04 | 16.23 | - |
| YUV | 47.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 114 | 0.49 | 0.74 | 0 | 0.55 | 260 | 0.58 | 0.28 |
| Hex | 3A | 1E | 72 | 31 | 4A | 0 | 37 | 104 | 3A | 1C |
| Octal | 72 | 36 | 162 | 61 | 112 | 0 | 67 | 404 | 72 | 34 |
| Binary | 111010 | 11110 | 1110010 | 110001 | 1001010 | 0 | 110111 | 100000100 | 111010 | 11100 |
Color Harmonies of #3A1E72
Complementary color
Monochromatic Colors of #3A1E72
Black with #3A1E72
Text Example
Text Example
White with #3A1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E72; }
p { color: rgb(58,30,114); }
H1.HeaderClassName
{
color: #3A1E72;
}
.AnyTagClassName
{
color: #3A1E72;
}
</style>
background-color css
<style>
a { background-color: #3A1E72; }
a { background-color: rgb(58,30,114); }
div.DivClassName
{
background-color: #3A1E72;
}
.BgClassName
{
background-color: #3A1E72;
}
</style>
border-color css
<style>
span { border-color: #3A1E72; }
span { border-color: rgb(58,30,114); }
td.TdClassName
{
border-color: #3A1E72;
}
.TagClassName
{
border-color: #3A1E72;
}
</style>