Shades of Indigo #511186
Tints of Indigo #511186
RGB
CMYK
RGB Variations
Color information
#511186 (or 0x511186) is known color: Indigo. HEX triplet: 51, 11 and 86. RGB value is (81,17,134). Sum of RGB (Red+Green+Blue) = 81+17+134=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #511186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511186 is #AEEE79. Grayscale: #313131. Windows color (decimal): -11464314 or 8786257. OLE color: 8786257.
HSL color Cylindrical-coordinate representation of color #511186: hue angle of 272.82º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511186 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 17 | 134 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.47 |
| HSL | 272.82º | 0.77% | 0.3% | - |
| HSV(B) | 272.82º | 0.87% | 0.53% | - |
| XYZ | 7.9 | 3.87 | 22.89 | - |
| YUV | 49.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 134 | 0.40 | 0.87 | 0 | 0.47 | 272.82 | 0.77 | 0.3 |
| Hex | 51 | 11 | 86 | 28 | 57 | 0 | 2F | 111 | 4D | 1E |
| Octal | 121 | 21 | 206 | 50 | 127 | 0 | 57 | 421 | 115 | 36 |
| Binary | 1010001 | 10001 | 10000110 | 101000 | 1010111 | 0 | 101111 | 100010001 | 1001101 | 11110 |
Color Harmonies of #511186
Complementary color
Monochromatic Colors of #511186
Black with #511186
Text Example
Text Example
White with #511186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511186; }
p { color: rgb(81,17,134); }
H1.HeaderClassName
{
color: #511186;
}
.AnyTagClassName
{
color: #511186;
}
</style>
background-color css
<style>
a { background-color: #511186; }
a { background-color: rgb(81,17,134); }
div.DivClassName
{
background-color: #511186;
}
.BgClassName
{
background-color: #511186;
}
</style>
border-color css
<style>
span { border-color: #511186; }
span { border-color: rgb(81,17,134); }
td.TdClassName
{
border-color: #511186;
}
.TagClassName
{
border-color: #511186;
}
</style>