Shades of Indigo #591473
Tints of Indigo #591473
RGB
CMYK
RGB Variations
Color information
#591473 (or 0x591473) is known color: Indigo. HEX triplet: 59, 14 and 73. RGB value is (89,20,115). Sum of RGB (Red+Green+Blue) = 89+20+115=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #591473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591473 is #A6EB8C. Grayscale: #333333. Windows color (decimal): -10939277 or 7541849. OLE color: 7541849.
HSL color Cylindrical-coordinate representation of color #591473: hue angle of 283.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591473 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 20 | 115 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.55 |
| HSL | 283.58º | 0.7% | 0.26% | - |
| HSV(B) | 283.58º | 0.83% | 0.45% | - |
| XYZ | 7.46 | 3.86 | 16.57 | - |
| YUV | 51.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 115 | 0.23 | 0.83 | 0 | 0.55 | 283.58 | 0.7 | 0.26 |
| Hex | 59 | 14 | 73 | 17 | 53 | 0 | 37 | 11C | 46 | 1A |
| Octal | 131 | 24 | 163 | 27 | 123 | 0 | 67 | 434 | 106 | 32 |
| Binary | 1011001 | 10100 | 1110011 | 10111 | 1010011 | 0 | 110111 | 100011100 | 1000110 | 11010 |
Color Harmonies of #591473
Complementary color
Monochromatic Colors of #591473
Black with #591473
Text Example
Text Example
White with #591473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591473; }
p { color: rgb(89,20,115); }
H1.HeaderClassName
{
color: #591473;
}
.AnyTagClassName
{
color: #591473;
}
</style>
background-color css
<style>
a { background-color: #591473; }
a { background-color: rgb(89,20,115); }
div.DivClassName
{
background-color: #591473;
}
.BgClassName
{
background-color: #591473;
}
</style>
border-color css
<style>
span { border-color: #591473; }
span { border-color: rgb(89,20,115); }
td.TdClassName
{
border-color: #591473;
}
.TagClassName
{
border-color: #591473;
}
</style>