Shades of Indigo #5C0F91
Tints of Indigo #5C0F91
RGB
CMYK
RGB Variations
Color information
#5C0F91 (or 0x5C0F91) is known color: Indigo. HEX triplet: 5C, 0F and 91. RGB value is (92,15,145). Sum of RGB (Red+Green+Blue) = 92+15+145=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C0F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0F91 is #A3F06E. Grayscale: #343434. Windows color (decimal): -10743919 or 9506652. OLE color: 9506652.
HSL color Cylindrical-coordinate representation of color #5C0F91: hue angle of 275.54º degrees, saturation: 0.81, 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 #5C0F91 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 15 | 145 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.43 |
| HSL | 275.54º | 0.81% | 0.31% | - |
| HSV(B) | 275.54º | 0.9% | 0.57% | - |
| XYZ | 9.7 | 4.66 | 27.18 | - |
| YUV | 52.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 145 | 0.37 | 0.90 | 0 | 0.43 | 275.54 | 0.81 | 0.31 |
| Hex | 5C | F | 91 | 25 | 5A | 0 | 2B | 114 | 51 | 1F |
| Octal | 134 | 17 | 221 | 45 | 132 | 0 | 53 | 424 | 121 | 37 |
| Binary | 1011100 | 1111 | 10010001 | 100101 | 1011010 | 0 | 101011 | 100010100 | 1010001 | 11111 |
Color Harmonies of #5C0F91
Complementary color
Monochromatic Colors of #5C0F91
Black with #5C0F91
Text Example
Text Example
White with #5C0F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0F91; }
p { color: rgb(92,15,145); }
H1.HeaderClassName
{
color: #5C0F91;
}
.AnyTagClassName
{
color: #5C0F91;
}
</style>
background-color css
<style>
a { background-color: #5C0F91; }
a { background-color: rgb(92,15,145); }
div.DivClassName
{
background-color: #5C0F91;
}
.BgClassName
{
background-color: #5C0F91;
}
</style>
border-color css
<style>
span { border-color: #5C0F91; }
span { border-color: rgb(92,15,145); }
td.TdClassName
{
border-color: #5C0F91;
}
.TagClassName
{
border-color: #5C0F91;
}
</style>