Shades of Indigo #591471
Tints of Indigo #591471
RGB
CMYK
RGB Variations
Color information
#591471 (or 0x591471) is known color: Indigo. HEX triplet: 59, 14 and 71. RGB value is (89,20,113). Sum of RGB (Red+Green+Blue) = 89+20+113=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #591471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591471 is #A6EB8E. Grayscale: #323232. Windows color (decimal): -10939279 or 7410777. OLE color: 7410777.
HSL color Cylindrical-coordinate representation of color #591471: hue angle of 284.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591471 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 20 | 113 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.56 |
| HSL | 284.52º | 0.7% | 0.26% | - |
| HSV(B) | 284.52º | 0.82% | 0.44% | - |
| XYZ | 7.35 | 3.82 | 15.97 | - |
| YUV | 51.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 113 | 0.21 | 0.82 | 0 | 0.56 | 284.52 | 0.7 | 0.26 |
| Hex | 59 | 14 | 71 | 15 | 52 | 0 | 38 | 11D | 46 | 1A |
| Octal | 131 | 24 | 161 | 25 | 122 | 0 | 70 | 435 | 106 | 32 |
| Binary | 1011001 | 10100 | 1110001 | 10101 | 1010010 | 0 | 111000 | 100011101 | 1000110 | 11010 |
Color Harmonies of #591471
Complementary color
Monochromatic Colors of #591471
Black with #591471
Text Example
Text Example
White with #591471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591471; }
p { color: rgb(89,20,113); }
H1.HeaderClassName
{
color: #591471;
}
.AnyTagClassName
{
color: #591471;
}
</style>
background-color css
<style>
a { background-color: #591471; }
a { background-color: rgb(89,20,113); }
div.DivClassName
{
background-color: #591471;
}
.BgClassName
{
background-color: #591471;
}
</style>
border-color css
<style>
span { border-color: #591471; }
span { border-color: rgb(89,20,113); }
td.TdClassName
{
border-color: #591471;
}
.TagClassName
{
border-color: #591471;
}
</style>