Shades of Indigo #511192
Tints of Indigo #511192
RGB
CMYK
RGB Variations
Color information
#511192 (or 0x511192) is known color: Indigo. HEX triplet: 51, 11 and 92. RGB value is (81,17,146). Sum of RGB (Red+Green+Blue) = 81+17+146=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #511192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511192 is #AEEE6D. Grayscale: #323232. Windows color (decimal): -11464302 or 9572689. OLE color: 9572689.
HSL color Cylindrical-coordinate representation of color #511192: hue angle of 269.77º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511192 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 17 | 146 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.43 |
| HSL | 269.77º | 0.79% | 0.32% | - |
| HSV(B) | 269.77º | 0.88% | 0.57% | - |
| XYZ | 8.78 | 4.23 | 27.55 | - |
| YUV | 50.84 | 181.7 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 146 | 0.45 | 0.88 | 0 | 0.43 | 269.77 | 0.79 | 0.32 |
| Hex | 51 | 11 | 92 | 2D | 58 | 0 | 2B | 10E | 4F | 20 |
| Octal | 121 | 21 | 222 | 55 | 130 | 0 | 53 | 416 | 117 | 40 |
| Binary | 1010001 | 10001 | 10010010 | 101101 | 1011000 | 0 | 101011 | 100001110 | 1001111 | 100000 |
Color Harmonies of #511192
Complementary color
Monochromatic Colors of #511192
Black with #511192
Text Example
Text Example
White with #511192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511192; }
p { color: rgb(81,17,146); }
H1.HeaderClassName
{
color: #511192;
}
.AnyTagClassName
{
color: #511192;
}
</style>
background-color css
<style>
a { background-color: #511192; }
a { background-color: rgb(81,17,146); }
div.DivClassName
{
background-color: #511192;
}
.BgClassName
{
background-color: #511192;
}
</style>
border-color css
<style>
span { border-color: #511192; }
span { border-color: rgb(81,17,146); }
td.TdClassName
{
border-color: #511192;
}
.TagClassName
{
border-color: #511192;
}
</style>