Shades of Indigo #511588
Tints of Indigo #511588
RGB
CMYK
RGB Variations
Color information
#511588 (or 0x511588) is known color: Indigo. HEX triplet: 51, 15 and 88. RGB value is (81,21,136). Sum of RGB (Red+Green+Blue) = 81+21+136=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #511588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511588 is #AEEA77. Grayscale: #333333. Windows color (decimal): -11463288 or 8918353. OLE color: 8918353.
HSL color Cylindrical-coordinate representation of color #511588: hue angle of 271.3º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511588 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 21 | 136 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.47 |
| HSL | 271.3º | 0.73% | 0.31% | - |
| HSV(B) | 271.3º | 0.85% | 0.53% | - |
| XYZ | 8.11 | 4.06 | 23.65 | - |
| YUV | 52.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 136 | 0.40 | 0.85 | 0 | 0.47 | 271.3 | 0.73 | 0.31 |
| Hex | 51 | 15 | 88 | 28 | 55 | 0 | 2F | 10F | 49 | 1F |
| Octal | 121 | 25 | 210 | 50 | 125 | 0 | 57 | 417 | 111 | 37 |
| Binary | 1010001 | 10101 | 10001000 | 101000 | 1010101 | 0 | 101111 | 100001111 | 1001001 | 11111 |
Color Harmonies of #511588
Complementary color
Monochromatic Colors of #511588
Black with #511588
Text Example
Text Example
White with #511588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511588; }
p { color: rgb(81,21,136); }
H1.HeaderClassName
{
color: #511588;
}
.AnyTagClassName
{
color: #511588;
}
</style>
background-color css
<style>
a { background-color: #511588; }
a { background-color: rgb(81,21,136); }
div.DivClassName
{
background-color: #511588;
}
.BgClassName
{
background-color: #511588;
}
</style>
border-color css
<style>
span { border-color: #511588; }
span { border-color: rgb(81,21,136); }
td.TdClassName
{
border-color: #511588;
}
.TagClassName
{
border-color: #511588;
}
</style>