Shades of Indigo #5F0C91
Tints of Indigo #5F0C91
RGB
CMYK
RGB Variations
Color information
#5F0C91 (or 0x5F0C91) is known color: Indigo. HEX triplet: 5F, 0C and 91. RGB value is (95,12,145). Sum of RGB (Red+Green+Blue) = 95+12+145=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 12 (5.08% from 255 or 4.76% 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 #5F0C91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C91 is #A0F36E. Grayscale: #333333. Windows color (decimal): -10548079 or 9505887. OLE color: 9505887.
HSL color Cylindrical-coordinate representation of color #5F0C91: hue angle of 277.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0C91 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 12 | 145 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.43 |
| HSL | 277.44º | 0.85% | 0.31% | - |
| HSV(B) | 277.44º | 0.92% | 0.57% | - |
| XYZ | 9.96 | 4.74 | 27.18 | - |
| YUV | 51.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 145 | 0.34 | 0.92 | 0 | 0.43 | 277.44 | 0.85 | 0.31 |
| Hex | 5F | C | 91 | 22 | 5C | 0 | 2B | 115 | 55 | 1F |
| Octal | 137 | 14 | 221 | 42 | 134 | 0 | 53 | 425 | 125 | 37 |
| Binary | 1011111 | 1100 | 10010001 | 100010 | 1011100 | 0 | 101011 | 100010101 | 1010101 | 11111 |
Color Harmonies of #5F0C91
Complementary color
Monochromatic Colors of #5F0C91
Black with #5F0C91
Text Example
Text Example
White with #5F0C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C91; }
p { color: rgb(95,12,145); }
H1.HeaderClassName
{
color: #5F0C91;
}
.AnyTagClassName
{
color: #5F0C91;
}
</style>
background-color css
<style>
a { background-color: #5F0C91; }
a { background-color: rgb(95,12,145); }
div.DivClassName
{
background-color: #5F0C91;
}
.BgClassName
{
background-color: #5F0C91;
}
</style>
border-color css
<style>
span { border-color: #5F0C91; }
span { border-color: rgb(95,12,145); }
td.TdClassName
{
border-color: #5F0C91;
}
.TagClassName
{
border-color: #5F0C91;
}
</style>