Shades of Indigo #5C0C76
Tints of Indigo #5C0C76
RGB
CMYK
RGB Variations
Color information
#5C0C76 (or 0x5C0C76) is known color: Indigo. HEX triplet: 5C, 0C and 76. RGB value is (92,12,118). Sum of RGB (Red+Green+Blue) = 92+12+118=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C0C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0C76 is #A3F389. Grayscale: #2F2F2F. Windows color (decimal): -10744714 or 7736412. OLE color: 7736412.
HSL color Cylindrical-coordinate representation of color #5C0C76: hue angle of 285.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0C76 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 12 | 118 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.54 |
| HSL | 285.28º | 0.82% | 0.25% | - |
| HSV(B) | 285.28º | 0.9% | 0.46% | - |
| XYZ | 7.82 | 3.85 | 17.47 | - |
| YUV | 48 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 118 | 0.22 | 0.90 | 0 | 0.54 | 285.28 | 0.82 | 0.25 |
| Hex | 5C | C | 76 | 16 | 5A | 0 | 36 | 11D | 52 | 19 |
| Octal | 134 | 14 | 166 | 26 | 132 | 0 | 66 | 435 | 122 | 31 |
| Binary | 1011100 | 1100 | 1110110 | 10110 | 1011010 | 0 | 110110 | 100011101 | 1010010 | 11001 |
Color Harmonies of #5C0C76
Complementary color
Monochromatic Colors of #5C0C76
Black with #5C0C76
Text Example
Text Example
White with #5C0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0C76; }
p { color: rgb(92,12,118); }
H1.HeaderClassName
{
color: #5C0C76;
}
.AnyTagClassName
{
color: #5C0C76;
}
</style>
background-color css
<style>
a { background-color: #5C0C76; }
a { background-color: rgb(92,12,118); }
div.DivClassName
{
background-color: #5C0C76;
}
.BgClassName
{
background-color: #5C0C76;
}
</style>
border-color css
<style>
span { border-color: #5C0C76; }
span { border-color: rgb(92,12,118); }
td.TdClassName
{
border-color: #5C0C76;
}
.TagClassName
{
border-color: #5C0C76;
}
</style>