Shades of Indigo #591574
Tints of Indigo #591574
RGB
CMYK
RGB Variations
Color information
#591574 (or 0x591574) is known color: Indigo. HEX triplet: 59, 15 and 74. RGB value is (89,21,116). Sum of RGB (Red+Green+Blue) = 89+21+116=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #591574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591574 is #A6EA8B. Grayscale: #333333. Windows color (decimal): -10939020 or 7607641. OLE color: 7607641.
HSL color Cylindrical-coordinate representation of color #591574: hue angle of 282.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591574 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 21 | 116 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.55 |
| HSL | 282.95º | 0.69% | 0.27% | - |
| HSV(B) | 282.95º | 0.82% | 0.45% | - |
| XYZ | 7.54 | 3.92 | 16.88 | - |
| YUV | 52.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 116 | 0.23 | 0.82 | 0 | 0.55 | 282.95 | 0.69 | 0.27 |
| Hex | 59 | 15 | 74 | 17 | 52 | 0 | 37 | 11B | 45 | 1B |
| Octal | 131 | 25 | 164 | 27 | 122 | 0 | 67 | 433 | 105 | 33 |
| Binary | 1011001 | 10101 | 1110100 | 10111 | 1010010 | 0 | 110111 | 100011011 | 1000101 | 11011 |
Color Harmonies of #591574
Complementary color
Monochromatic Colors of #591574
Black with #591574
Text Example
Text Example
White with #591574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591574; }
p { color: rgb(89,21,116); }
H1.HeaderClassName
{
color: #591574;
}
.AnyTagClassName
{
color: #591574;
}
</style>
background-color css
<style>
a { background-color: #591574; }
a { background-color: rgb(89,21,116); }
div.DivClassName
{
background-color: #591574;
}
.BgClassName
{
background-color: #591574;
}
</style>
border-color css
<style>
span { border-color: #591574; }
span { border-color: rgb(89,21,116); }
td.TdClassName
{
border-color: #591574;
}
.TagClassName
{
border-color: #591574;
}
</style>