Shades of Indigo #5C0B76
Tints of Indigo #5C0B76
RGB
CMYK
RGB Variations
Color information
#5C0B76 (or 0x5C0B76) is known color: Indigo. HEX triplet: 5C, 0B and 76. RGB value is (92,11,118). Sum of RGB (Red+Green+Blue) = 92+11+118=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C0B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B76 is #A3F489. Grayscale: #2F2F2F. Windows color (decimal): -10744970 or 7736156. OLE color: 7736156.
HSL color Cylindrical-coordinate representation of color #5C0B76: hue angle of 285.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0B76 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 11 | 118 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.54 |
| HSL | 285.42º | 0.83% | 0.25% | - |
| HSV(B) | 285.42º | 0.91% | 0.46% | - |
| XYZ | 7.8 | 3.82 | 17.47 | - |
| YUV | 47.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 118 | 0.22 | 0.91 | 0 | 0.54 | 285.42 | 0.83 | 0.25 |
| Hex | 5C | B | 76 | 16 | 5B | 0 | 36 | 11D | 53 | 19 |
| Octal | 134 | 13 | 166 | 26 | 133 | 0 | 66 | 435 | 123 | 31 |
| Binary | 1011100 | 1011 | 1110110 | 10110 | 1011011 | 0 | 110110 | 100011101 | 1010011 | 11001 |
Color Harmonies of #5C0B76
Complementary color
Monochromatic Colors of #5C0B76
Black with #5C0B76
Text Example
Text Example
White with #5C0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B76; }
p { color: rgb(92,11,118); }
H1.HeaderClassName
{
color: #5C0B76;
}
.AnyTagClassName
{
color: #5C0B76;
}
</style>
background-color css
<style>
a { background-color: #5C0B76; }
a { background-color: rgb(92,11,118); }
div.DivClassName
{
background-color: #5C0B76;
}
.BgClassName
{
background-color: #5C0B76;
}
</style>
border-color css
<style>
span { border-color: #5C0B76; }
span { border-color: rgb(92,11,118); }
td.TdClassName
{
border-color: #5C0B76;
}
.TagClassName
{
border-color: #5C0B76;
}
</style>