Shades of Indigo #511480
Tints of Indigo #511480
RGB
CMYK
RGB Variations
Color information
#511480 (or 0x511480) is known color: Indigo. HEX triplet: 51, 14 and 80. RGB value is (81,20,128). Sum of RGB (Red+Green+Blue) = 81+20+128=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #511480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511480 is #AEEB7F. Grayscale: #323232. Windows color (decimal): -11463552 or 8393809. OLE color: 8393809.
HSL color Cylindrical-coordinate representation of color #511480: hue angle of 273.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511480 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 20 | 128 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.50 |
| HSL | 273.89º | 0.73% | 0.29% | - |
| HSV(B) | 273.89º | 0.84% | 0.5% | - |
| XYZ | 7.54 | 3.81 | 20.76 | - |
| YUV | 50.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 128 | 0.37 | 0.84 | 0 | 0.50 | 273.89 | 0.73 | 0.29 |
| Hex | 51 | 14 | 80 | 25 | 54 | 0 | 32 | 112 | 49 | 1D |
| Octal | 121 | 24 | 200 | 45 | 124 | 0 | 62 | 422 | 111 | 35 |
| Binary | 1010001 | 10100 | 10000000 | 100101 | 1010100 | 0 | 110010 | 100010010 | 1001001 | 11101 |
Color Harmonies of #511480
Complementary color
Monochromatic Colors of #511480
Black with #511480
Text Example
Text Example
White with #511480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511480; }
p { color: rgb(81,20,128); }
H1.HeaderClassName
{
color: #511480;
}
.AnyTagClassName
{
color: #511480;
}
</style>
background-color css
<style>
a { background-color: #511480; }
a { background-color: rgb(81,20,128); }
div.DivClassName
{
background-color: #511480;
}
.BgClassName
{
background-color: #511480;
}
</style>
border-color css
<style>
span { border-color: #511480; }
span { border-color: rgb(81,20,128); }
td.TdClassName
{
border-color: #511480;
}
.TagClassName
{
border-color: #511480;
}
</style>