Shades of Indigo #511589
Tints of Indigo #511589
RGB
CMYK
RGB Variations
Color information
#511589 (or 0x511589) is known color: Indigo. HEX triplet: 51, 15 and 89. RGB value is (81,21,137). Sum of RGB (Red+Green+Blue) = 81+21+137=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #511589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511589 is #AEEA76. Grayscale: #333333. Windows color (decimal): -11463287 or 8983889. OLE color: 8983889.
HSL color Cylindrical-coordinate representation of color #511589: hue angle of 271.03º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511589 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 21 | 137 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.46 |
| HSL | 271.03º | 0.73% | 0.31% | - |
| HSV(B) | 271.03º | 0.85% | 0.54% | - |
| XYZ | 8.18 | 4.09 | 24.03 | - |
| YUV | 52.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 137 | 0.41 | 0.85 | 0 | 0.46 | 271.03 | 0.73 | 0.31 |
| Hex | 51 | 15 | 89 | 29 | 55 | 0 | 2E | 10F | 49 | 1F |
| Octal | 121 | 25 | 211 | 51 | 125 | 0 | 56 | 417 | 111 | 37 |
| Binary | 1010001 | 10101 | 10001001 | 101001 | 1010101 | 0 | 101110 | 100001111 | 1001001 | 11111 |
Color Harmonies of #511589
Complementary color
Monochromatic Colors of #511589
Black with #511589
Text Example
Text Example
White with #511589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511589; }
p { color: rgb(81,21,137); }
H1.HeaderClassName
{
color: #511589;
}
.AnyTagClassName
{
color: #511589;
}
</style>
background-color css
<style>
a { background-color: #511589; }
a { background-color: rgb(81,21,137); }
div.DivClassName
{
background-color: #511589;
}
.BgClassName
{
background-color: #511589;
}
</style>
border-color css
<style>
span { border-color: #511589; }
span { border-color: rgb(81,21,137); }
td.TdClassName
{
border-color: #511589;
}
.TagClassName
{
border-color: #511589;
}
</style>