Shades of Persian Indigo #3C0E87
Tints of Persian Indigo #3C0E87
RGB
CMYK
RGB Variations
Color information
#3C0E87 (or 0x3C0E87) is known color: Persian Indigo. HEX triplet: 3C, 0E and 87. RGB value is (60,14,135). Sum of RGB (Red+Green+Blue) = 60+14+135=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0E87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0E87 is #C3F178. Grayscale: #292929. Windows color (decimal): -12841337 or 8851004. OLE color: 8851004.
HSL color Cylindrical-coordinate representation of color #3C0E87: hue angle of 262.81º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0E87 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 14 | 135 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.47 |
| HSL | 262.81º | 0.81% | 0.29% | - |
| HSV(B) | 262.81º | 0.9% | 0.53% | - |
| XYZ | 6.39 | 3.02 | 23.17 | - |
| YUV | 41.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 135 | 0.56 | 0.90 | 0 | 0.47 | 262.81 | 0.81 | 0.29 |
| Hex | 3C | E | 87 | 38 | 5A | 0 | 2F | 107 | 51 | 1D |
| Octal | 74 | 16 | 207 | 70 | 132 | 0 | 57 | 407 | 121 | 35 |
| Binary | 111100 | 1110 | 10000111 | 111000 | 1011010 | 0 | 101111 | 100000111 | 1010001 | 11101 |
Color Harmonies of #3C0E87
Complementary color
Monochromatic Colors of #3C0E87
Black with #3C0E87
Text Example
Text Example
White with #3C0E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E87; }
p { color: rgb(60,14,135); }
H1.HeaderClassName
{
color: #3C0E87;
}
.AnyTagClassName
{
color: #3C0E87;
}
</style>
background-color css
<style>
a { background-color: #3C0E87; }
a { background-color: rgb(60,14,135); }
div.DivClassName
{
background-color: #3C0E87;
}
.BgClassName
{
background-color: #3C0E87;
}
</style>
border-color css
<style>
span { border-color: #3C0E87; }
span { border-color: rgb(60,14,135); }
td.TdClassName
{
border-color: #3C0E87;
}
.TagClassName
{
border-color: #3C0E87;
}
</style>