Shades of Indigo #511197
Tints of Indigo #511197
RGB
CMYK
RGB Variations
Color information
#511197 (or 0x511197) is known color: Indigo. HEX triplet: 51, 11 and 97. RGB value is (81,17,151). Sum of RGB (Red+Green+Blue) = 81+17+151=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #511197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511197 is #AEEE68. Grayscale: #323232. Windows color (decimal): -11464297 or 9900369. OLE color: 9900369.
HSL color Cylindrical-coordinate representation of color #511197: hue angle of 268.66º 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 #511197 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 17 | 151 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.41 |
| HSL | 268.66º | 0.8% | 0.33% | - |
| HSV(B) | 268.66º | 0.89% | 0.59% | - |
| XYZ | 9.18 | 4.38 | 29.64 | - |
| YUV | 51.41 | 184.2 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 151 | 0.46 | 0.89 | 0 | 0.41 | 268.66 | 0.8 | 0.33 |
| Hex | 51 | 11 | 97 | 2E | 59 | 0 | 29 | 10D | 50 | 21 |
| Octal | 121 | 21 | 227 | 56 | 131 | 0 | 51 | 415 | 120 | 41 |
| Binary | 1010001 | 10001 | 10010111 | 101110 | 1011001 | 0 | 101001 | 100001101 | 1010000 | 100001 |
Color Harmonies of #511197
Complementary color
Monochromatic Colors of #511197
Black with #511197
Text Example
Text Example
White with #511197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511197; }
p { color: rgb(81,17,151); }
H1.HeaderClassName
{
color: #511197;
}
.AnyTagClassName
{
color: #511197;
}
</style>
background-color css
<style>
a { background-color: #511197; }
a { background-color: rgb(81,17,151); }
div.DivClassName
{
background-color: #511197;
}
.BgClassName
{
background-color: #511197;
}
</style>
border-color css
<style>
span { border-color: #511197; }
span { border-color: rgb(81,17,151); }
td.TdClassName
{
border-color: #511197;
}
.TagClassName
{
border-color: #511197;
}
</style>