Shades of Persian Indigo #3E1C87
Tints of Persian Indigo #3E1C87
RGB
CMYK
RGB Variations
Color information
#3E1C87 (or 0x3E1C87) is known color: Persian Indigo. HEX triplet: 3E, 1C and 87. RGB value is (62,28,135). Sum of RGB (Red+Green+Blue) = 62+28+135=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E1C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1C87 is #C1E378. Grayscale: #313131. Windows color (decimal): -12706681 or 8854590. OLE color: 8854590.
HSL color Cylindrical-coordinate representation of color #3E1C87: hue angle of 259.07º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1C87 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 28 | 135 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.47 |
| HSL | 259.07º | 0.66% | 0.32% | - |
| HSV(B) | 259.07º | 0.79% | 0.53% | - |
| XYZ | 6.78 | 3.6 | 23.26 | - |
| YUV | 50.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 135 | 0.54 | 0.79 | 0 | 0.47 | 259.07 | 0.66 | 0.32 |
| Hex | 3E | 1C | 87 | 36 | 4F | 0 | 2F | 103 | 42 | 20 |
| Octal | 76 | 34 | 207 | 66 | 117 | 0 | 57 | 403 | 102 | 40 |
| Binary | 111110 | 11100 | 10000111 | 110110 | 1001111 | 0 | 101111 | 100000011 | 1000010 | 100000 |
Color Harmonies of #3E1C87
Complementary color
Monochromatic Colors of #3E1C87
Black with #3E1C87
Text Example
Text Example
White with #3E1C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C87; }
p { color: rgb(62,28,135); }
H1.HeaderClassName
{
color: #3E1C87;
}
.AnyTagClassName
{
color: #3E1C87;
}
</style>
background-color css
<style>
a { background-color: #3E1C87; }
a { background-color: rgb(62,28,135); }
div.DivClassName
{
background-color: #3E1C87;
}
.BgClassName
{
background-color: #3E1C87;
}
</style>
border-color css
<style>
span { border-color: #3E1C87; }
span { border-color: rgb(62,28,135); }
td.TdClassName
{
border-color: #3E1C87;
}
.TagClassName
{
border-color: #3E1C87;
}
</style>