Shades of Indigo #511182
Tints of Indigo #511182
RGB
CMYK
RGB Variations
Color information
#511182 (or 0x511182) is known color: Indigo. HEX triplet: 51, 11 and 82. RGB value is (81,17,130). Sum of RGB (Red+Green+Blue) = 81+17+130=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #511182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511182 is #AEEE7D. Grayscale: #303030. Windows color (decimal): -11464318 or 8524113. OLE color: 8524113.
HSL color Cylindrical-coordinate representation of color #511182: hue angle of 273.98º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511182 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 17 | 130 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.49 |
| HSL | 273.98º | 0.77% | 0.29% | - |
| HSV(B) | 273.98º | 0.87% | 0.51% | - |
| XYZ | 7.62 | 3.76 | 21.44 | - |
| YUV | 49.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 130 | 0.38 | 0.87 | 0 | 0.49 | 273.98 | 0.77 | 0.29 |
| Hex | 51 | 11 | 82 | 26 | 57 | 0 | 31 | 112 | 4D | 1D |
| Octal | 121 | 21 | 202 | 46 | 127 | 0 | 61 | 422 | 115 | 35 |
| Binary | 1010001 | 10001 | 10000010 | 100110 | 1010111 | 0 | 110001 | 100010010 | 1001101 | 11101 |
Color Harmonies of #511182
Complementary color
Monochromatic Colors of #511182
Black with #511182
Text Example
Text Example
White with #511182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511182; }
p { color: rgb(81,17,130); }
H1.HeaderClassName
{
color: #511182;
}
.AnyTagClassName
{
color: #511182;
}
</style>
background-color css
<style>
a { background-color: #511182; }
a { background-color: rgb(81,17,130); }
div.DivClassName
{
background-color: #511182;
}
.BgClassName
{
background-color: #511182;
}
</style>
border-color css
<style>
span { border-color: #511182; }
span { border-color: rgb(81,17,130); }
td.TdClassName
{
border-color: #511182;
}
.TagClassName
{
border-color: #511182;
}
</style>