Shades of Indigo #591384
Tints of Indigo #591384
RGB
CMYK
RGB Variations
Color information
#591384 (or 0x591384) is known color: Indigo. HEX triplet: 59, 13 and 84. RGB value is (89,19,132). Sum of RGB (Red+Green+Blue) = 89+19+132=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #591384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591384 is #A6EC7B. Grayscale: #343434. Windows color (decimal): -10939516 or 8655705. OLE color: 8655705.
HSL color Cylindrical-coordinate representation of color #591384: hue angle of 277.17º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591384 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 19 | 132 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.48 |
| HSL | 277.17º | 0.75% | 0.3% | - |
| HSV(B) | 277.17º | 0.86% | 0.52% | - |
| XYZ | 8.52 | 4.26 | 22.2 | - |
| YUV | 52.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 132 | 0.33 | 0.86 | 0 | 0.48 | 277.17 | 0.75 | 0.3 |
| Hex | 59 | 13 | 84 | 21 | 56 | 0 | 30 | 115 | 4B | 1E |
| Octal | 131 | 23 | 204 | 41 | 126 | 0 | 60 | 425 | 113 | 36 |
| Binary | 1011001 | 10011 | 10000100 | 100001 | 1010110 | 0 | 110000 | 100010101 | 1001011 | 11110 |
Color Harmonies of #591384
Complementary color
Monochromatic Colors of #591384
Black with #591384
Text Example
Text Example
White with #591384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591384; }
p { color: rgb(89,19,132); }
H1.HeaderClassName
{
color: #591384;
}
.AnyTagClassName
{
color: #591384;
}
</style>
background-color css
<style>
a { background-color: #591384; }
a { background-color: rgb(89,19,132); }
div.DivClassName
{
background-color: #591384;
}
.BgClassName
{
background-color: #591384;
}
</style>
border-color css
<style>
span { border-color: #591384; }
span { border-color: rgb(89,19,132); }
td.TdClassName
{
border-color: #591384;
}
.TagClassName
{
border-color: #591384;
}
</style>