Shades of Indigo #591481
Tints of Indigo #591481
RGB
CMYK
RGB Variations
Color information
#591481 (or 0x591481) is known color: Indigo. HEX triplet: 59, 14 and 81. RGB value is (89,20,129). Sum of RGB (Red+Green+Blue) = 89+20+129=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #591481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591481 is #A6EB7E. Grayscale: #343434. Windows color (decimal): -10939263 or 8459353. OLE color: 8459353.
HSL color Cylindrical-coordinate representation of color #591481: hue angle of 277.98º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591481 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 20 | 129 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.49 |
| HSL | 277.98º | 0.73% | 0.29% | - |
| HSV(B) | 277.98º | 0.84% | 0.51% | - |
| XYZ | 8.33 | 4.21 | 21.14 | - |
| YUV | 53.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 129 | 0.31 | 0.84 | 0 | 0.49 | 277.98 | 0.73 | 0.29 |
| Hex | 59 | 14 | 81 | 1F | 54 | 0 | 31 | 116 | 49 | 1D |
| Octal | 131 | 24 | 201 | 37 | 124 | 0 | 61 | 426 | 111 | 35 |
| Binary | 1011001 | 10100 | 10000001 | 11111 | 1010100 | 0 | 110001 | 100010110 | 1001001 | 11101 |
Color Harmonies of #591481
Complementary color
Monochromatic Colors of #591481
Black with #591481
Text Example
Text Example
White with #591481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591481; }
p { color: rgb(89,20,129); }
H1.HeaderClassName
{
color: #591481;
}
.AnyTagClassName
{
color: #591481;
}
</style>
background-color css
<style>
a { background-color: #591481; }
a { background-color: rgb(89,20,129); }
div.DivClassName
{
background-color: #591481;
}
.BgClassName
{
background-color: #591481;
}
</style>
border-color css
<style>
span { border-color: #591481; }
span { border-color: rgb(89,20,129); }
td.TdClassName
{
border-color: #591481;
}
.TagClassName
{
border-color: #591481;
}
</style>