Shades of Indigo #511196
Tints of Indigo #511196
RGB
CMYK
RGB Variations
Color information
#511196 (or 0x511196) is known color: Indigo. HEX triplet: 51, 11 and 96. RGB value is (81,17,150). Sum of RGB (Red+Green+Blue) = 81+17+150=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #511196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511196 is #AEEE69. Grayscale: #323232. Windows color (decimal): -11464298 or 9834833. OLE color: 9834833.
HSL color Cylindrical-coordinate representation of color #511196: hue angle of 268.87º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511196 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 17 | 150 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.41 |
| HSL | 268.87º | 0.8% | 0.33% | - |
| HSV(B) | 268.87º | 0.89% | 0.59% | - |
| XYZ | 9.1 | 4.35 | 29.21 | - |
| YUV | 51.3 | 183.7 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 150 | 0.46 | 0.89 | 0 | 0.41 | 268.87 | 0.8 | 0.33 |
| Hex | 51 | 11 | 96 | 2E | 59 | 0 | 29 | 10D | 50 | 21 |
| Octal | 121 | 21 | 226 | 56 | 131 | 0 | 51 | 415 | 120 | 41 |
| Binary | 1010001 | 10001 | 10010110 | 101110 | 1011001 | 0 | 101001 | 100001101 | 1010000 | 100001 |
Color Harmonies of #511196
Complementary color
Monochromatic Colors of #511196
Black with #511196
Text Example
Text Example
White with #511196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511196; }
p { color: rgb(81,17,150); }
H1.HeaderClassName
{
color: #511196;
}
.AnyTagClassName
{
color: #511196;
}
</style>
background-color css
<style>
a { background-color: #511196; }
a { background-color: rgb(81,17,150); }
div.DivClassName
{
background-color: #511196;
}
.BgClassName
{
background-color: #511196;
}
</style>
border-color css
<style>
span { border-color: #511196; }
span { border-color: rgb(81,17,150); }
td.TdClassName
{
border-color: #511196;
}
.TagClassName
{
border-color: #511196;
}
</style>