Shades of Persian Indigo #3E0D72
Tints of Persian Indigo #3E0D72
RGB
CMYK
RGB Variations
Color information
#3E0D72 (or 0x3E0D72) is known color: Persian Indigo. HEX triplet: 3E, 0D and 72. RGB value is (62,13,114). Sum of RGB (Red+Green+Blue) = 62+13+114=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0D72 is #C1F28D. Grayscale: #262626. Windows color (decimal): -12710542 or 7474494. OLE color: 7474494.
HSL color Cylindrical-coordinate representation of color #3E0D72: hue angle of 269.11º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0D72 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 13 | 114 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.55 |
| HSL | 269.11º | 0.8% | 0.25% | - |
| HSV(B) | 269.11º | 0.89% | 0.45% | - |
| XYZ | 5.17 | 2.53 | 16.13 | - |
| YUV | 39.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 114 | 0.46 | 0.89 | 0 | 0.55 | 269.11 | 0.8 | 0.25 |
| Hex | 3E | D | 72 | 2E | 59 | 0 | 37 | 10D | 50 | 19 |
| Octal | 76 | 15 | 162 | 56 | 131 | 0 | 67 | 415 | 120 | 31 |
| Binary | 111110 | 1101 | 1110010 | 101110 | 1011001 | 0 | 110111 | 100001101 | 1010000 | 11001 |
Color Harmonies of #3E0D72
Complementary color
Monochromatic Colors of #3E0D72
Black with #3E0D72
Text Example
Text Example
White with #3E0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0D72; }
p { color: rgb(62,13,114); }
H1.HeaderClassName
{
color: #3E0D72;
}
.AnyTagClassName
{
color: #3E0D72;
}
</style>
background-color css
<style>
a { background-color: #3E0D72; }
a { background-color: rgb(62,13,114); }
div.DivClassName
{
background-color: #3E0D72;
}
.BgClassName
{
background-color: #3E0D72;
}
</style>
border-color css
<style>
span { border-color: #3E0D72; }
span { border-color: rgb(62,13,114); }
td.TdClassName
{
border-color: #3E0D72;
}
.TagClassName
{
border-color: #3E0D72;
}
</style>