Shades of Indigo #511690
Tints of Indigo #511690
RGB
CMYK
RGB Variations
Color information
#511690 (or 0x511690) is known color: Indigo. HEX triplet: 51, 16 and 90. RGB value is (81,22,144). Sum of RGB (Red+Green+Blue) = 81+22+144=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #511690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511690 is #AEE96F. Grayscale: #353535. Windows color (decimal): -11463024 or 9442897. OLE color: 9442897.
HSL color Cylindrical-coordinate representation of color #511690: hue angle of 269.02º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511690 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 22 | 144 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.44 |
| HSL | 269.02º | 0.73% | 0.33% | - |
| HSV(B) | 269.02º | 0.85% | 0.56% | - |
| XYZ | 8.71 | 4.34 | 26.76 | - |
| YUV | 53.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 144 | 0.44 | 0.85 | 0 | 0.44 | 269.02 | 0.73 | 0.33 |
| Hex | 51 | 16 | 90 | 2C | 55 | 0 | 2C | 10D | 49 | 21 |
| Octal | 121 | 26 | 220 | 54 | 125 | 0 | 54 | 415 | 111 | 41 |
| Binary | 1010001 | 10110 | 10010000 | 101100 | 1010101 | 0 | 101100 | 100001101 | 1001001 | 100001 |
Color Harmonies of #511690
Complementary color
Monochromatic Colors of #511690
Black with #511690
Text Example
Text Example
White with #511690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511690; }
p { color: rgb(81,22,144); }
H1.HeaderClassName
{
color: #511690;
}
.AnyTagClassName
{
color: #511690;
}
</style>
background-color css
<style>
a { background-color: #511690; }
a { background-color: rgb(81,22,144); }
div.DivClassName
{
background-color: #511690;
}
.BgClassName
{
background-color: #511690;
}
</style>
border-color css
<style>
span { border-color: #511690; }
span { border-color: rgb(81,22,144); }
td.TdClassName
{
border-color: #511690;
}
.TagClassName
{
border-color: #511690;
}
</style>