Shades of Indigo #511987
Tints of Indigo #511987
RGB
CMYK
RGB Variations
Color information
#511987 (or 0x511987) is known color: Indigo. HEX triplet: 51, 19 and 87. RGB value is (81,25,135). Sum of RGB (Red+Green+Blue) = 81+25+135=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #511987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511987 is #AEE678. Grayscale: #353535. Windows color (decimal): -11462265 or 8853841. OLE color: 8853841.
HSL color Cylindrical-coordinate representation of color #511987: hue angle of 270.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511987 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 25 | 135 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.47 |
| HSL | 270.55º | 0.69% | 0.31% | - |
| HSV(B) | 270.55º | 0.81% | 0.53% | - |
| XYZ | 8.11 | 4.19 | 23.3 | - |
| YUV | 54.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 135 | 0.40 | 0.81 | 0 | 0.47 | 270.55 | 0.69 | 0.31 |
| Hex | 51 | 19 | 87 | 28 | 51 | 0 | 2F | 10F | 45 | 1F |
| Octal | 121 | 31 | 207 | 50 | 121 | 0 | 57 | 417 | 105 | 37 |
| Binary | 1010001 | 11001 | 10000111 | 101000 | 1010001 | 0 | 101111 | 100001111 | 1000101 | 11111 |
Color Harmonies of #511987
Complementary color
Monochromatic Colors of #511987
Black with #511987
Text Example
Text Example
White with #511987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511987; }
p { color: rgb(81,25,135); }
H1.HeaderClassName
{
color: #511987;
}
.AnyTagClassName
{
color: #511987;
}
</style>
background-color css
<style>
a { background-color: #511987; }
a { background-color: rgb(81,25,135); }
div.DivClassName
{
background-color: #511987;
}
.BgClassName
{
background-color: #511987;
}
</style>
border-color css
<style>
span { border-color: #511987; }
span { border-color: rgb(81,25,135); }
td.TdClassName
{
border-color: #511987;
}
.TagClassName
{
border-color: #511987;
}
</style>