Shades of Indigo #511682
Tints of Indigo #511682
RGB
CMYK
RGB Variations
Color information
#511682 (or 0x511682) is known color: Indigo. HEX triplet: 51, 16 and 82. RGB value is (81,22,130). Sum of RGB (Red+Green+Blue) = 81+22+130=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #511682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511682 is #AEE97D. Grayscale: #333333. Windows color (decimal): -11463038 or 8525393. OLE color: 8525393.
HSL color Cylindrical-coordinate representation of color #511682: hue angle of 272.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511682 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 22 | 130 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.49 |
| HSL | 272.78º | 0.71% | 0.3% | - |
| HSV(B) | 272.78º | 0.83% | 0.51% | - |
| XYZ | 7.71 | 3.93 | 21.47 | - |
| YUV | 51.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 130 | 0.38 | 0.83 | 0 | 0.49 | 272.78 | 0.71 | 0.3 |
| Hex | 51 | 16 | 82 | 26 | 53 | 0 | 31 | 111 | 47 | 1E |
| Octal | 121 | 26 | 202 | 46 | 123 | 0 | 61 | 421 | 107 | 36 |
| Binary | 1010001 | 10110 | 10000010 | 100110 | 1010011 | 0 | 110001 | 100010001 | 1000111 | 11110 |
Color Harmonies of #511682
Complementary color
Monochromatic Colors of #511682
Black with #511682
Text Example
Text Example
White with #511682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511682; }
p { color: rgb(81,22,130); }
H1.HeaderClassName
{
color: #511682;
}
.AnyTagClassName
{
color: #511682;
}
</style>
background-color css
<style>
a { background-color: #511682; }
a { background-color: rgb(81,22,130); }
div.DivClassName
{
background-color: #511682;
}
.BgClassName
{
background-color: #511682;
}
</style>
border-color css
<style>
span { border-color: #511682; }
span { border-color: rgb(81,22,130); }
td.TdClassName
{
border-color: #511682;
}
.TagClassName
{
border-color: #511682;
}
</style>