Shades of Indigo #511597
Tints of Indigo #511597
RGB
CMYK
RGB Variations
Color information
#511597 (or 0x511597) is known color: Indigo. HEX triplet: 51, 15 and 97. RGB value is (81,21,151). Sum of RGB (Red+Green+Blue) = 81+21+151=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #511597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511597 is #AEEA68. Grayscale: #353535. Windows color (decimal): -11463273 or 9901393. OLE color: 9901393.
HSL color Cylindrical-coordinate representation of color #511597: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511597 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 21 | 151 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.41 |
| HSL | 267.69º | 0.76% | 0.34% | - |
| HSV(B) | 267.69º | 0.86% | 0.59% | - |
| XYZ | 9.25 | 4.52 | 29.66 | - |
| YUV | 53.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 151 | 0.46 | 0.86 | 0 | 0.41 | 267.69 | 0.76 | 0.34 |
| Hex | 51 | 15 | 97 | 2E | 56 | 0 | 29 | 10C | 4C | 22 |
| Octal | 121 | 25 | 227 | 56 | 126 | 0 | 51 | 414 | 114 | 42 |
| Binary | 1010001 | 10101 | 10010111 | 101110 | 1010110 | 0 | 101001 | 100001100 | 1001100 | 100010 |
Color Harmonies of #511597
Complementary color
Monochromatic Colors of #511597
Black with #511597
Text Example
Text Example
White with #511597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511597; }
p { color: rgb(81,21,151); }
H1.HeaderClassName
{
color: #511597;
}
.AnyTagClassName
{
color: #511597;
}
</style>
background-color css
<style>
a { background-color: #511597; }
a { background-color: rgb(81,21,151); }
div.DivClassName
{
background-color: #511597;
}
.BgClassName
{
background-color: #511597;
}
</style>
border-color css
<style>
span { border-color: #511597; }
span { border-color: rgb(81,21,151); }
td.TdClassName
{
border-color: #511597;
}
.TagClassName
{
border-color: #511597;
}
</style>