Shades of Indigo #591579
Tints of Indigo #591579
RGB
CMYK
RGB Variations
Color information
#591579 (or 0x591579) is known color: Indigo. HEX triplet: 59, 15 and 79. RGB value is (89,21,121). Sum of RGB (Red+Green+Blue) = 89+21+121=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #591579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591579 is #A6EA86. Grayscale: #343434. Windows color (decimal): -10939015 or 7935321. OLE color: 7935321.
HSL color Cylindrical-coordinate representation of color #591579: hue angle of 280.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591579 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 21 | 121 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.53 |
| HSL | 280.8º | 0.7% | 0.28% | - |
| HSV(B) | 280.8º | 0.83% | 0.47% | - |
| XYZ | 7.84 | 4.04 | 18.46 | - |
| YUV | 52.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 121 | 0.26 | 0.83 | 0 | 0.53 | 280.8 | 0.7 | 0.28 |
| Hex | 59 | 15 | 79 | 1A | 53 | 0 | 35 | 119 | 46 | 1C |
| Octal | 131 | 25 | 171 | 32 | 123 | 0 | 65 | 431 | 106 | 34 |
| Binary | 1011001 | 10101 | 1111001 | 11010 | 1010011 | 0 | 110101 | 100011001 | 1000110 | 11100 |
Color Harmonies of #591579
Complementary color
Monochromatic Colors of #591579
Black with #591579
Text Example
Text Example
White with #591579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591579; }
p { color: rgb(89,21,121); }
H1.HeaderClassName
{
color: #591579;
}
.AnyTagClassName
{
color: #591579;
}
</style>
background-color css
<style>
a { background-color: #591579; }
a { background-color: rgb(89,21,121); }
div.DivClassName
{
background-color: #591579;
}
.BgClassName
{
background-color: #591579;
}
</style>
border-color css
<style>
span { border-color: #591579; }
span { border-color: rgb(89,21,121); }
td.TdClassName
{
border-color: #591579;
}
.TagClassName
{
border-color: #591579;
}
</style>