Shades of Indigo #511578
Tints of Indigo #511578
RGB
CMYK
RGB Variations
Color information
#511578 (or 0x511578) is known color: Indigo. HEX triplet: 51, 15 and 78. RGB value is (81,21,120). Sum of RGB (Red+Green+Blue) = 81+21+120=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #511578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511578 is #AEEA87. Grayscale: #313131. Windows color (decimal): -11463304 or 7869777. OLE color: 7869777.
HSL color Cylindrical-coordinate representation of color #511578: hue angle of 276.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511578 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 21 | 120 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.53 |
| HSL | 276.36º | 0.7% | 0.28% | - |
| HSV(B) | 276.36º | 0.83% | 0.47% | - |
| XYZ | 7.05 | 3.64 | 18.1 | - |
| YUV | 50.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 120 | 0.32 | 0.83 | 0 | 0.53 | 276.36 | 0.7 | 0.28 |
| Hex | 51 | 15 | 78 | 20 | 53 | 0 | 35 | 114 | 46 | 1C |
| Octal | 121 | 25 | 170 | 40 | 123 | 0 | 65 | 424 | 106 | 34 |
| Binary | 1010001 | 10101 | 1111000 | 100000 | 1010011 | 0 | 110101 | 100010100 | 1000110 | 11100 |
Color Harmonies of #511578
Complementary color
Monochromatic Colors of #511578
Black with #511578
Text Example
Text Example
White with #511578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511578; }
p { color: rgb(81,21,120); }
H1.HeaderClassName
{
color: #511578;
}
.AnyTagClassName
{
color: #511578;
}
</style>
background-color css
<style>
a { background-color: #511578; }
a { background-color: rgb(81,21,120); }
div.DivClassName
{
background-color: #511578;
}
.BgClassName
{
background-color: #511578;
}
</style>
border-color css
<style>
span { border-color: #511578; }
span { border-color: rgb(81,21,120); }
td.TdClassName
{
border-color: #511578;
}
.TagClassName
{
border-color: #511578;
}
</style>