Shades of Indigo #5F0577
Tints of Indigo #5F0577
RGB
CMYK
RGB Variations
Color information
#5F0577 (or 0x5F0577) is known color: Indigo. HEX triplet: 5F, 05 and 77. RGB value is (95,5,119). Sum of RGB (Red+Green+Blue) = 95+5+119=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0577 is #A0FA88. Grayscale: #2C2C2C. Windows color (decimal): -10549897 or 7800159. OLE color: 7800159.
HSL color Cylindrical-coordinate representation of color #5F0577: hue angle of 287.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0577 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 5 | 119 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.53 |
| HSL | 287.37º | 0.92% | 0.24% | - |
| HSV(B) | 287.37º | 0.96% | 0.47% | - |
| XYZ | 8.1 | 3.87 | 17.77 | - |
| YUV | 44.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 119 | 0.20 | 0.96 | 0 | 0.53 | 287.37 | 0.92 | 0.24 |
| Hex | 5F | 5 | 77 | 14 | 60 | 0 | 35 | 11F | 5C | 18 |
| Octal | 137 | 5 | 167 | 24 | 140 | 0 | 65 | 437 | 134 | 30 |
| Binary | 1011111 | 101 | 1110111 | 10100 | 1100000 | 0 | 110101 | 100011111 | 1011100 | 11000 |
Color Harmonies of #5F0577
Complementary color
Monochromatic Colors of #5F0577
Black with #5F0577
Text Example
Text Example
White with #5F0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0577; }
p { color: rgb(95,5,119); }
H1.HeaderClassName
{
color: #5F0577;
}
.AnyTagClassName
{
color: #5F0577;
}
</style>
background-color css
<style>
a { background-color: #5F0577; }
a { background-color: rgb(95,5,119); }
div.DivClassName
{
background-color: #5F0577;
}
.BgClassName
{
background-color: #5F0577;
}
</style>
border-color css
<style>
span { border-color: #5F0577; }
span { border-color: rgb(95,5,119); }
td.TdClassName
{
border-color: #5F0577;
}
.TagClassName
{
border-color: #5F0577;
}
</style>