Shades of Persian Indigo #3E0F87
Tints of Persian Indigo #3E0F87
RGB
CMYK
RGB Variations
Color information
#3E0F87 (or 0x3E0F87) is known color: Persian Indigo. HEX triplet: 3E, 0F and 87. RGB value is (62,15,135). Sum of RGB (Red+Green+Blue) = 62+15+135=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0F87 is #C1F078. Grayscale: #2A2A2A. Windows color (decimal): -12710009 or 8851262. OLE color: 8851262.
HSL color Cylindrical-coordinate representation of color #3E0F87: hue angle of 263.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0F87 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 15 | 135 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.47 |
| HSL | 263.5º | 0.8% | 0.29% | - |
| HSV(B) | 263.5º | 0.89% | 0.53% | - |
| XYZ | 6.53 | 3.12 | 23.18 | - |
| YUV | 42.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 135 | 0.54 | 0.89 | 0 | 0.47 | 263.5 | 0.8 | 0.29 |
| Hex | 3E | F | 87 | 36 | 59 | 0 | 2F | 108 | 50 | 1D |
| Octal | 76 | 17 | 207 | 66 | 131 | 0 | 57 | 410 | 120 | 35 |
| Binary | 111110 | 1111 | 10000111 | 110110 | 1011001 | 0 | 101111 | 100001000 | 1010000 | 11101 |
Color Harmonies of #3E0F87
Complementary color
Monochromatic Colors of #3E0F87
Black with #3E0F87
Text Example
Text Example
White with #3E0F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F87; }
p { color: rgb(62,15,135); }
H1.HeaderClassName
{
color: #3E0F87;
}
.AnyTagClassName
{
color: #3E0F87;
}
</style>
background-color css
<style>
a { background-color: #3E0F87; }
a { background-color: rgb(62,15,135); }
div.DivClassName
{
background-color: #3E0F87;
}
.BgClassName
{
background-color: #3E0F87;
}
</style>
border-color css
<style>
span { border-color: #3E0F87; }
span { border-color: rgb(62,15,135); }
td.TdClassName
{
border-color: #3E0F87;
}
.TagClassName
{
border-color: #3E0F87;
}
</style>