Shades of Indigo #511481
Tints of Indigo #511481
RGB
CMYK
RGB Variations
Color information
#511481 (or 0x511481) is known color: Indigo. HEX triplet: 51, 14 and 81. RGB value is (81,20,129). Sum of RGB (Red+Green+Blue) = 81+20+129=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #511481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511481 is #AEEB7E. Grayscale: #323232. Windows color (decimal): -11463551 or 8459345. OLE color: 8459345.
HSL color Cylindrical-coordinate representation of color #511481: hue angle of 273.58º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511481 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 20 | 129 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.49 |
| HSL | 273.58º | 0.73% | 0.29% | - |
| HSV(B) | 273.58º | 0.84% | 0.51% | - |
| XYZ | 7.61 | 3.83 | 21.11 | - |
| YUV | 50.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 129 | 0.37 | 0.84 | 0 | 0.49 | 273.58 | 0.73 | 0.29 |
| Hex | 51 | 14 | 81 | 25 | 54 | 0 | 31 | 112 | 49 | 1D |
| Octal | 121 | 24 | 201 | 45 | 124 | 0 | 61 | 422 | 111 | 35 |
| Binary | 1010001 | 10100 | 10000001 | 100101 | 1010100 | 0 | 110001 | 100010010 | 1001001 | 11101 |
Color Harmonies of #511481
Complementary color
Monochromatic Colors of #511481
Black with #511481
Text Example
Text Example
White with #511481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511481; }
p { color: rgb(81,20,129); }
H1.HeaderClassName
{
color: #511481;
}
.AnyTagClassName
{
color: #511481;
}
</style>
background-color css
<style>
a { background-color: #511481; }
a { background-color: rgb(81,20,129); }
div.DivClassName
{
background-color: #511481;
}
.BgClassName
{
background-color: #511481;
}
</style>
border-color css
<style>
span { border-color: #511481; }
span { border-color: rgb(81,20,129); }
td.TdClassName
{
border-color: #511481;
}
.TagClassName
{
border-color: #511481;
}
</style>