Shades of Indigo #5C0E91
Tints of Indigo #5C0E91
RGB
CMYK
RGB Variations
Color information
#5C0E91 (or 0x5C0E91) is known color: Indigo. HEX triplet: 5C, 0E and 91. RGB value is (92,14,145). Sum of RGB (Red+Green+Blue) = 92+14+145=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C0E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0E91 is #A3F16E. Grayscale: #333333. Windows color (decimal): -10744175 or 9506396. OLE color: 9506396.
HSL color Cylindrical-coordinate representation of color #5C0E91: hue angle of 275.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0E91 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 14 | 145 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.43 |
| HSL | 275.73º | 0.82% | 0.31% | - |
| HSV(B) | 275.73º | 0.9% | 0.57% | - |
| XYZ | 9.68 | 4.63 | 27.17 | - |
| YUV | 52.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 145 | 0.37 | 0.90 | 0 | 0.43 | 275.73 | 0.82 | 0.31 |
| Hex | 5C | E | 91 | 25 | 5A | 0 | 2B | 114 | 52 | 1F |
| Octal | 134 | 16 | 221 | 45 | 132 | 0 | 53 | 424 | 122 | 37 |
| Binary | 1011100 | 1110 | 10010001 | 100101 | 1011010 | 0 | 101011 | 100010100 | 1010010 | 11111 |
Color Harmonies of #5C0E91
Complementary color
Monochromatic Colors of #5C0E91
Black with #5C0E91
Text Example
Text Example
White with #5C0E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0E91; }
p { color: rgb(92,14,145); }
H1.HeaderClassName
{
color: #5C0E91;
}
.AnyTagClassName
{
color: #5C0E91;
}
</style>
background-color css
<style>
a { background-color: #5C0E91; }
a { background-color: rgb(92,14,145); }
div.DivClassName
{
background-color: #5C0E91;
}
.BgClassName
{
background-color: #5C0E91;
}
</style>
border-color css
<style>
span { border-color: #5C0E91; }
span { border-color: rgb(92,14,145); }
td.TdClassName
{
border-color: #5C0E91;
}
.TagClassName
{
border-color: #5C0E91;
}
</style>