Shades of Indigo #511096
Tints of Indigo #511096
RGB
CMYK
RGB Variations
Color information
#511096 (or 0x511096) is known color: Indigo. HEX triplet: 51, 10 and 96. RGB value is (81,16,150). Sum of RGB (Red+Green+Blue) = 81+16+150=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #511096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511096 is #AEEF69. Grayscale: #323232. Windows color (decimal): -11464554 or 9834577. OLE color: 9834577.
HSL color Cylindrical-coordinate representation of color #511096: hue angle of 269.1º degrees, saturation: 0.81, 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 #511096 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 16 | 150 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.41 |
| HSL | 269.1º | 0.81% | 0.33% | - |
| HSV(B) | 269.1º | 0.89% | 0.59% | - |
| XYZ | 9.08 | 4.32 | 29.21 | - |
| YUV | 50.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 150 | 0.46 | 0.89 | 0 | 0.41 | 269.1 | 0.81 | 0.33 |
| Hex | 51 | 10 | 96 | 2E | 59 | 0 | 29 | 10D | 51 | 21 |
| Octal | 121 | 20 | 226 | 56 | 131 | 0 | 51 | 415 | 121 | 41 |
| Binary | 1010001 | 10000 | 10010110 | 101110 | 1011001 | 0 | 101001 | 100001101 | 1010001 | 100001 |
Color Harmonies of #511096
Complementary color
Monochromatic Colors of #511096
Black with #511096
Text Example
Text Example
White with #511096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511096; }
p { color: rgb(81,16,150); }
H1.HeaderClassName
{
color: #511096;
}
.AnyTagClassName
{
color: #511096;
}
</style>
background-color css
<style>
a { background-color: #511096; }
a { background-color: rgb(81,16,150); }
div.DivClassName
{
background-color: #511096;
}
.BgClassName
{
background-color: #511096;
}
</style>
border-color css
<style>
span { border-color: #511096; }
span { border-color: rgb(81,16,150); }
td.TdClassName
{
border-color: #511096;
}
.TagClassName
{
border-color: #511096;
}
</style>