Shades of Persian Indigo #3C0977
Tints of Persian Indigo #3C0977
RGB
CMYK
RGB Variations
Color information
#3C0977 (or 0x3C0977) is known color: Persian Indigo. HEX triplet: 3C, 09 and 77. RGB value is (60,9,119). Sum of RGB (Red+Green+Blue) = 60+9+119=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0977 is #C3F688. Grayscale: #242424. Windows color (decimal): -12842633 or 7801148. OLE color: 7801148.
HSL color Cylindrical-coordinate representation of color #3C0977: hue angle of 267.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0977 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 9 | 119 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.53 |
| HSL | 267.82º | 0.86% | 0.25% | - |
| HSV(B) | 267.82º | 0.92% | 0.47% | - |
| XYZ | 5.29 | 2.49 | 17.65 | - |
| YUV | 36.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 119 | 0.50 | 0.92 | 0 | 0.53 | 267.82 | 0.86 | 0.25 |
| Hex | 3C | 9 | 77 | 32 | 5C | 0 | 35 | 10C | 56 | 19 |
| Octal | 74 | 11 | 167 | 62 | 134 | 0 | 65 | 414 | 126 | 31 |
| Binary | 111100 | 1001 | 1110111 | 110010 | 1011100 | 0 | 110101 | 100001100 | 1010110 | 11001 |
Color Harmonies of #3C0977
Complementary color
Monochromatic Colors of #3C0977
Black with #3C0977
Text Example
Text Example
White with #3C0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0977; }
p { color: rgb(60,9,119); }
H1.HeaderClassName
{
color: #3C0977;
}
.AnyTagClassName
{
color: #3C0977;
}
</style>
background-color css
<style>
a { background-color: #3C0977; }
a { background-color: rgb(60,9,119); }
div.DivClassName
{
background-color: #3C0977;
}
.BgClassName
{
background-color: #3C0977;
}
</style>
border-color css
<style>
span { border-color: #3C0977; }
span { border-color: rgb(60,9,119); }
td.TdClassName
{
border-color: #3C0977;
}
.TagClassName
{
border-color: #3C0977;
}
</style>