Shades of Indigo #591777
Tints of Indigo #591777
RGB
CMYK
RGB Variations
Color information
#591777 (or 0x591777) is known color: Indigo. HEX triplet: 59, 17 and 77. RGB value is (89,23,119). Sum of RGB (Red+Green+Blue) = 89+23+119=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #591777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591777 is #A6E888. Grayscale: #353535. Windows color (decimal): -10938505 or 7804761. OLE color: 7804761.
HSL color Cylindrical-coordinate representation of color #591777: hue angle of 281.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591777 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 23 | 119 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.53 |
| HSL | 281.25º | 0.68% | 0.28% | - |
| HSV(B) | 281.25º | 0.81% | 0.47% | - |
| XYZ | 7.76 | 4.07 | 17.83 | - |
| YUV | 53.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 119 | 0.25 | 0.81 | 0 | 0.53 | 281.25 | 0.68 | 0.28 |
| Hex | 59 | 17 | 77 | 19 | 51 | 0 | 35 | 119 | 44 | 1C |
| Octal | 131 | 27 | 167 | 31 | 121 | 0 | 65 | 431 | 104 | 34 |
| Binary | 1011001 | 10111 | 1110111 | 11001 | 1010001 | 0 | 110101 | 100011001 | 1000100 | 11100 |
Color Harmonies of #591777
Complementary color
Monochromatic Colors of #591777
Black with #591777
Text Example
Text Example
White with #591777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591777; }
p { color: rgb(89,23,119); }
H1.HeaderClassName
{
color: #591777;
}
.AnyTagClassName
{
color: #591777;
}
</style>
background-color css
<style>
a { background-color: #591777; }
a { background-color: rgb(89,23,119); }
div.DivClassName
{
background-color: #591777;
}
.BgClassName
{
background-color: #591777;
}
</style>
border-color css
<style>
span { border-color: #591777; }
span { border-color: rgb(89,23,119); }
td.TdClassName
{
border-color: #591777;
}
.TagClassName
{
border-color: #591777;
}
</style>