Shades of Indigo #511384
Tints of Indigo #511384
RGB
CMYK
RGB Variations
Color information
#511384 (or 0x511384) is known color: Indigo. HEX triplet: 51, 13 and 84. RGB value is (81,19,132). Sum of RGB (Red+Green+Blue) = 81+19+132=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #511384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511384 is #AEEC7B. Grayscale: #323232. Windows color (decimal): -11463804 or 8655697. OLE color: 8655697.
HSL color Cylindrical-coordinate representation of color #511384: hue angle of 272.92º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511384 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 19 | 132 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.48 |
| HSL | 272.92º | 0.75% | 0.3% | - |
| HSV(B) | 272.92º | 0.86% | 0.52% | - |
| XYZ | 7.79 | 3.88 | 22.17 | - |
| YUV | 50.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 132 | 0.39 | 0.86 | 0 | 0.48 | 272.92 | 0.75 | 0.3 |
| Hex | 51 | 13 | 84 | 27 | 56 | 0 | 30 | 111 | 4B | 1E |
| Octal | 121 | 23 | 204 | 47 | 126 | 0 | 60 | 421 | 113 | 36 |
| Binary | 1010001 | 10011 | 10000100 | 100111 | 1010110 | 0 | 110000 | 100010001 | 1001011 | 11110 |
Color Harmonies of #511384
Complementary color
Monochromatic Colors of #511384
Black with #511384
Text Example
Text Example
White with #511384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511384; }
p { color: rgb(81,19,132); }
H1.HeaderClassName
{
color: #511384;
}
.AnyTagClassName
{
color: #511384;
}
</style>
background-color css
<style>
a { background-color: #511384; }
a { background-color: rgb(81,19,132); }
div.DivClassName
{
background-color: #511384;
}
.BgClassName
{
background-color: #511384;
}
</style>
border-color css
<style>
span { border-color: #511384; }
span { border-color: rgb(81,19,132); }
td.TdClassName
{
border-color: #511384;
}
.TagClassName
{
border-color: #511384;
}
</style>