Shades of Indigo #511587
Tints of Indigo #511587
RGB
CMYK
RGB Variations
Color information
#511587 (or 0x511587) is known color: Indigo. HEX triplet: 51, 15 and 87. RGB value is (81,21,135). Sum of RGB (Red+Green+Blue) = 81+21+135=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #511587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511587 is #AEEA78. Grayscale: #333333. Windows color (decimal): -11463289 or 8852817. OLE color: 8852817.
HSL color Cylindrical-coordinate representation of color #511587: hue angle of 271.58º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511587 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 21 | 135 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.47 |
| HSL | 271.58º | 0.73% | 0.31% | - |
| HSV(B) | 271.58º | 0.84% | 0.53% | - |
| XYZ | 8.03 | 4.03 | 23.28 | - |
| YUV | 51.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 135 | 0.40 | 0.84 | 0 | 0.47 | 271.58 | 0.73 | 0.31 |
| Hex | 51 | 15 | 87 | 28 | 54 | 0 | 2F | 110 | 49 | 1F |
| Octal | 121 | 25 | 207 | 50 | 124 | 0 | 57 | 420 | 111 | 37 |
| Binary | 1010001 | 10101 | 10000111 | 101000 | 1010100 | 0 | 101111 | 100010000 | 1001001 | 11111 |
Color Harmonies of #511587
Complementary color
Monochromatic Colors of #511587
Black with #511587
Text Example
Text Example
White with #511587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511587; }
p { color: rgb(81,21,135); }
H1.HeaderClassName
{
color: #511587;
}
.AnyTagClassName
{
color: #511587;
}
</style>
background-color css
<style>
a { background-color: #511587; }
a { background-color: rgb(81,21,135); }
div.DivClassName
{
background-color: #511587;
}
.BgClassName
{
background-color: #511587;
}
</style>
border-color css
<style>
span { border-color: #511587; }
span { border-color: rgb(81,21,135); }
td.TdClassName
{
border-color: #511587;
}
.TagClassName
{
border-color: #511587;
}
</style>