Shades of Indigo #5F029F
Tints of Indigo #5F029F
RGB
CMYK
RGB Variations
Color information
#5F029F (or 0x5F029F) is known color: Indigo. HEX triplet: 5F, 02 and 9F. RGB value is (95,2,159). Sum of RGB (Red+Green+Blue) = 95+2+159=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F029F is #A0FD60. Grayscale: #2F2F2F. Windows color (decimal): -10550625 or 10420831. OLE color: 10420831.
HSL color Cylindrical-coordinate representation of color #5F029F: hue angle of 275.54º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F029F is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 2 | 159 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.38 |
| HSL | 275.54º | 0.98% | 0.32% | - |
| HSV(B) | 275.54º | 0.99% | 0.62% | - |
| XYZ | 11 | 4.98 | 33.18 | - |
| YUV | 47.71 | 190.81 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 159 | 0.40 | 0.99 | 0 | 0.38 | 275.54 | 0.98 | 0.32 |
| Hex | 5F | 2 | 9F | 28 | 63 | 0 | 26 | 114 | 62 | 20 |
| Octal | 137 | 2 | 237 | 50 | 143 | 0 | 46 | 424 | 142 | 40 |
| Binary | 1011111 | 10 | 10011111 | 101000 | 1100011 | 0 | 100110 | 100010100 | 1100010 | 100000 |
Color Harmonies of #5F029F
Complementary color
Monochromatic Colors of #5F029F
Black with #5F029F
Text Example
Text Example
White with #5F029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F029F; }
p { color: rgb(95,2,159); }
H1.HeaderClassName
{
color: #5F029F;
}
.AnyTagClassName
{
color: #5F029F;
}
</style>
background-color css
<style>
a { background-color: #5F029F; }
a { background-color: rgb(95,2,159); }
div.DivClassName
{
background-color: #5F029F;
}
.BgClassName
{
background-color: #5F029F;
}
</style>
border-color css
<style>
span { border-color: #5F029F; }
span { border-color: rgb(95,2,159); }
td.TdClassName
{
border-color: #5F029F;
}
.TagClassName
{
border-color: #5F029F;
}
</style>