Shades of Indigo #591978
Tints of Indigo #591978
RGB
CMYK
RGB Variations
Color information
#591978 (or 0x591978) is known color: Indigo. HEX triplet: 59, 19 and 78. RGB value is (89,25,120). Sum of RGB (Red+Green+Blue) = 89+25+120=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #591978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591978 is #A6E687. Grayscale: #363636. Windows color (decimal): -10937992 or 7870809. OLE color: 7870809.
HSL color Cylindrical-coordinate representation of color #591978: hue angle of 280.42º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591978 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 25 | 120 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.53 |
| HSL | 280.42º | 0.66% | 0.28% | - |
| HSV(B) | 280.42º | 0.79% | 0.47% | - |
| XYZ | 7.86 | 4.18 | 18.16 | - |
| YUV | 54.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 120 | 0.26 | 0.79 | 0 | 0.53 | 280.42 | 0.66 | 0.28 |
| Hex | 59 | 19 | 78 | 1A | 4F | 0 | 35 | 118 | 42 | 1C |
| Octal | 131 | 31 | 170 | 32 | 117 | 0 | 65 | 430 | 102 | 34 |
| Binary | 1011001 | 11001 | 1111000 | 11010 | 1001111 | 0 | 110101 | 100011000 | 1000010 | 11100 |
Color Harmonies of #591978
Complementary color
Monochromatic Colors of #591978
Black with #591978
Text Example
Text Example
White with #591978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591978; }
p { color: rgb(89,25,120); }
H1.HeaderClassName
{
color: #591978;
}
.AnyTagClassName
{
color: #591978;
}
</style>
background-color css
<style>
a { background-color: #591978; }
a { background-color: rgb(89,25,120); }
div.DivClassName
{
background-color: #591978;
}
.BgClassName
{
background-color: #591978;
}
</style>
border-color css
<style>
span { border-color: #591978; }
span { border-color: rgb(89,25,120); }
td.TdClassName
{
border-color: #591978;
}
.TagClassName
{
border-color: #591978;
}
</style>