Shades of Indigo #591189
Tints of Indigo #591189
RGB
CMYK
RGB Variations
Color information
#591189 (or 0x591189) is known color: Indigo. HEX triplet: 59, 11 and 89. RGB value is (89,17,137). Sum of RGB (Red+Green+Blue) = 89+17+137=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #591189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591189 is #A6EE76. Grayscale: #333333. Windows color (decimal): -10940023 or 8982873. OLE color: 8982873.
HSL color Cylindrical-coordinate representation of color #591189: hue angle of 276º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591189 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 17 | 137 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.46 |
| HSL | 276º | 0.78% | 0.3% | - |
| HSV(B) | 276º | 0.88% | 0.54% | - |
| XYZ | 8.84 | 4.33 | 24.04 | - |
| YUV | 52.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 137 | 0.35 | 0.88 | 0 | 0.46 | 276 | 0.78 | 0.3 |
| Hex | 59 | 11 | 89 | 23 | 58 | 0 | 2E | 114 | 4E | 1E |
| Octal | 131 | 21 | 211 | 43 | 130 | 0 | 56 | 424 | 116 | 36 |
| Binary | 1011001 | 10001 | 10001001 | 100011 | 1011000 | 0 | 101110 | 100010100 | 1001110 | 11110 |
Color Harmonies of #591189
Complementary color
Monochromatic Colors of #591189
Black with #591189
Text Example
Text Example
White with #591189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591189; }
p { color: rgb(89,17,137); }
H1.HeaderClassName
{
color: #591189;
}
.AnyTagClassName
{
color: #591189;
}
</style>
background-color css
<style>
a { background-color: #591189; }
a { background-color: rgb(89,17,137); }
div.DivClassName
{
background-color: #591189;
}
.BgClassName
{
background-color: #591189;
}
</style>
border-color css
<style>
span { border-color: #591189; }
span { border-color: rgb(89,17,137); }
td.TdClassName
{
border-color: #591189;
}
.TagClassName
{
border-color: #591189;
}
</style>