Shades of Indigo #511884
Tints of Indigo #511884
RGB
CMYK
RGB Variations
Color information
#511884 (or 0x511884) is known color: Indigo. HEX triplet: 51, 18 and 84. RGB value is (81,24,132). Sum of RGB (Red+Green+Blue) = 81+24+132=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #511884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511884 is #AEE77B. Grayscale: #343434. Windows color (decimal): -11462524 or 8656977. OLE color: 8656977.
HSL color Cylindrical-coordinate representation of color #511884: hue angle of 271.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511884 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 24 | 132 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.48 |
| HSL | 271.67º | 0.69% | 0.31% | - |
| HSV(B) | 271.67º | 0.82% | 0.52% | - |
| XYZ | 7.88 | 4.07 | 22.2 | - |
| YUV | 53.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 132 | 0.39 | 0.82 | 0 | 0.48 | 271.67 | 0.69 | 0.31 |
| Hex | 51 | 18 | 84 | 27 | 52 | 0 | 30 | 110 | 45 | 1F |
| Octal | 121 | 30 | 204 | 47 | 122 | 0 | 60 | 420 | 105 | 37 |
| Binary | 1010001 | 11000 | 10000100 | 100111 | 1010010 | 0 | 110000 | 100010000 | 1000101 | 11111 |
Color Harmonies of #511884
Complementary color
Monochromatic Colors of #511884
Black with #511884
Text Example
Text Example
White with #511884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511884; }
p { color: rgb(81,24,132); }
H1.HeaderClassName
{
color: #511884;
}
.AnyTagClassName
{
color: #511884;
}
</style>
background-color css
<style>
a { background-color: #511884; }
a { background-color: rgb(81,24,132); }
div.DivClassName
{
background-color: #511884;
}
.BgClassName
{
background-color: #511884;
}
</style>
border-color css
<style>
span { border-color: #511884; }
span { border-color: rgb(81,24,132); }
td.TdClassName
{
border-color: #511884;
}
.TagClassName
{
border-color: #511884;
}
</style>