Shades of Persian Indigo #3C0A87
Tints of Persian Indigo #3C0A87
RGB
CMYK
RGB Variations
Color information
#3C0A87 (or 0x3C0A87) is known color: Persian Indigo. HEX triplet: 3C, 0A and 87. RGB value is (60,10,135). Sum of RGB (Red+Green+Blue) = 60+10+135=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0A87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0A87 is #C3F578. Grayscale: #262626. Windows color (decimal): -12842361 or 8849980. OLE color: 8849980.
HSL color Cylindrical-coordinate representation of color #3C0A87: hue angle of 264º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0A87 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 10 | 135 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.47 |
| HSL | 264º | 0.86% | 0.28% | - |
| HSV(B) | 264º | 0.93% | 0.53% | - |
| XYZ | 6.35 | 2.93 | 23.15 | - |
| YUV | 39.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 135 | 0.56 | 0.93 | 0 | 0.47 | 264 | 0.86 | 0.28 |
| Hex | 3C | A | 87 | 38 | 5D | 0 | 2F | 108 | 56 | 1C |
| Octal | 74 | 12 | 207 | 70 | 135 | 0 | 57 | 410 | 126 | 34 |
| Binary | 111100 | 1010 | 10000111 | 111000 | 1011101 | 0 | 101111 | 100001000 | 1010110 | 11100 |
Color Harmonies of #3C0A87
Complementary color
Monochromatic Colors of #3C0A87
Black with #3C0A87
Text Example
Text Example
White with #3C0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A87; }
p { color: rgb(60,10,135); }
H1.HeaderClassName
{
color: #3C0A87;
}
.AnyTagClassName
{
color: #3C0A87;
}
</style>
background-color css
<style>
a { background-color: #3C0A87; }
a { background-color: rgb(60,10,135); }
div.DivClassName
{
background-color: #3C0A87;
}
.BgClassName
{
background-color: #3C0A87;
}
</style>
border-color css
<style>
span { border-color: #3C0A87; }
span { border-color: rgb(60,10,135); }
td.TdClassName
{
border-color: #3C0A87;
}
.TagClassName
{
border-color: #3C0A87;
}
</style>