Shades of Indigo #5F0777
Tints of Indigo #5F0777
RGB
CMYK
RGB Variations
Color information
#5F0777 (or 0x5F0777) is known color: Indigo. HEX triplet: 5F, 07 and 77. RGB value is (95,7,119). Sum of RGB (Red+Green+Blue) = 95+7+119=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F0777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0777 is #A0F888. Grayscale: #2D2D2D. Windows color (decimal): -10549385 or 7800671. OLE color: 7800671.
HSL color Cylindrical-coordinate representation of color #5F0777: hue angle of 287.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0777 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 7 | 119 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.53 |
| HSL | 287.14º | 0.89% | 0.25% | - |
| HSV(B) | 287.14º | 0.94% | 0.47% | - |
| XYZ | 8.13 | 3.92 | 17.78 | - |
| YUV | 46.08 | 169.15 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 119 | 0.20 | 0.94 | 0 | 0.53 | 287.14 | 0.89 | 0.25 |
| Hex | 5F | 7 | 77 | 14 | 5E | 0 | 35 | 11F | 59 | 19 |
| Octal | 137 | 7 | 167 | 24 | 136 | 0 | 65 | 437 | 131 | 31 |
| Binary | 1011111 | 111 | 1110111 | 10100 | 1011110 | 0 | 110101 | 100011111 | 1011001 | 11001 |
Color Harmonies of #5F0777
Complementary color
Monochromatic Colors of #5F0777
Black with #5F0777
Text Example
Text Example
White with #5F0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0777; }
p { color: rgb(95,7,119); }
H1.HeaderClassName
{
color: #5F0777;
}
.AnyTagClassName
{
color: #5F0777;
}
</style>
background-color css
<style>
a { background-color: #5F0777; }
a { background-color: rgb(95,7,119); }
div.DivClassName
{
background-color: #5F0777;
}
.BgClassName
{
background-color: #5F0777;
}
</style>
border-color css
<style>
span { border-color: #5F0777; }
span { border-color: rgb(95,7,119); }
td.TdClassName
{
border-color: #5F0777;
}
.TagClassName
{
border-color: #5F0777;
}
</style>