Shades of Indigo #511582
Tints of Indigo #511582
RGB
CMYK
RGB Variations
Color information
#511582 (or 0x511582) is known color: Indigo. HEX triplet: 51, 15 and 82. RGB value is (81,21,130). Sum of RGB (Red+Green+Blue) = 81+21+130=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #511582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511582 is #AEEA7D. Grayscale: #323232. Windows color (decimal): -11463294 or 8525137. OLE color: 8525137.
HSL color Cylindrical-coordinate representation of color #511582: hue angle of 273.03º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511582 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 21 | 130 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.49 |
| HSL | 273.03º | 0.72% | 0.3% | - |
| HSV(B) | 273.03º | 0.84% | 0.51% | - |
| XYZ | 7.69 | 3.9 | 21.47 | - |
| YUV | 51.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 130 | 0.38 | 0.84 | 0 | 0.49 | 273.03 | 0.72 | 0.3 |
| Hex | 51 | 15 | 82 | 26 | 54 | 0 | 31 | 111 | 48 | 1E |
| Octal | 121 | 25 | 202 | 46 | 124 | 0 | 61 | 421 | 110 | 36 |
| Binary | 1010001 | 10101 | 10000010 | 100110 | 1010100 | 0 | 110001 | 100010001 | 1001000 | 11110 |
Color Harmonies of #511582
Complementary color
Monochromatic Colors of #511582
Black with #511582
Text Example
Text Example
White with #511582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511582; }
p { color: rgb(81,21,130); }
H1.HeaderClassName
{
color: #511582;
}
.AnyTagClassName
{
color: #511582;
}
</style>
background-color css
<style>
a { background-color: #511582; }
a { background-color: rgb(81,21,130); }
div.DivClassName
{
background-color: #511582;
}
.BgClassName
{
background-color: #511582;
}
</style>
border-color css
<style>
span { border-color: #511582; }
span { border-color: rgb(81,21,130); }
td.TdClassName
{
border-color: #511582;
}
.TagClassName
{
border-color: #511582;
}
</style>