Shades of Indigo #511188
Tints of Indigo #511188
RGB
CMYK
RGB Variations
Color information
#511188 (or 0x511188) is known color: Indigo. HEX triplet: 51, 11 and 88. RGB value is (81,17,136). Sum of RGB (Red+Green+Blue) = 81+17+136=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #511188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511188 is #AEEE77. Grayscale: #313131. Windows color (decimal): -11464312 or 8917329. OLE color: 8917329.
HSL color Cylindrical-coordinate representation of color #511188: hue angle of 272.27º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511188 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 17 | 136 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.47 |
| HSL | 272.27º | 0.78% | 0.3% | - |
| HSV(B) | 272.27º | 0.88% | 0.53% | - |
| XYZ | 8.04 | 3.93 | 23.63 | - |
| YUV | 49.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 136 | 0.40 | 0.87 | 0 | 0.47 | 272.27 | 0.78 | 0.3 |
| Hex | 51 | 11 | 88 | 28 | 57 | 0 | 2F | 110 | 4E | 1E |
| Octal | 121 | 21 | 210 | 50 | 127 | 0 | 57 | 420 | 116 | 36 |
| Binary | 1010001 | 10001 | 10001000 | 101000 | 1010111 | 0 | 101111 | 100010000 | 1001110 | 11110 |
Color Harmonies of #511188
Complementary color
Monochromatic Colors of #511188
Black with #511188
Text Example
Text Example
White with #511188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511188; }
p { color: rgb(81,17,136); }
H1.HeaderClassName
{
color: #511188;
}
.AnyTagClassName
{
color: #511188;
}
</style>
background-color css
<style>
a { background-color: #511188; }
a { background-color: rgb(81,17,136); }
div.DivClassName
{
background-color: #511188;
}
.BgClassName
{
background-color: #511188;
}
</style>
border-color css
<style>
span { border-color: #511188; }
span { border-color: rgb(81,17,136); }
td.TdClassName
{
border-color: #511188;
}
.TagClassName
{
border-color: #511188;
}
</style>