Shades of Indigo #511677
Tints of Indigo #511677
RGB
CMYK
RGB Variations
Color information
#511677 (or 0x511677) is known color: Indigo. HEX triplet: 51, 16 and 77. RGB value is (81,22,119). Sum of RGB (Red+Green+Blue) = 81+22+119=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #511677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511677 is #AEE988. Grayscale: #323232. Windows color (decimal): -11463049 or 7804497. OLE color: 7804497.
HSL color Cylindrical-coordinate representation of color #511677: hue angle of 276.49º degrees, saturation: 0.69, 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 #511677 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 22 | 119 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.53 |
| HSL | 276.49º | 0.69% | 0.28% | - |
| HSV(B) | 276.49º | 0.82% | 0.47% | - |
| XYZ | 7.01 | 3.66 | 17.79 | - |
| YUV | 50.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 119 | 0.32 | 0.82 | 0 | 0.53 | 276.49 | 0.69 | 0.28 |
| Hex | 51 | 16 | 77 | 20 | 52 | 0 | 35 | 114 | 45 | 1C |
| Octal | 121 | 26 | 167 | 40 | 122 | 0 | 65 | 424 | 105 | 34 |
| Binary | 1010001 | 10110 | 1110111 | 100000 | 1010010 | 0 | 110101 | 100010100 | 1000101 | 11100 |
Color Harmonies of #511677
Complementary color
Monochromatic Colors of #511677
Black with #511677
Text Example
Text Example
White with #511677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511677; }
p { color: rgb(81,22,119); }
H1.HeaderClassName
{
color: #511677;
}
.AnyTagClassName
{
color: #511677;
}
</style>
background-color css
<style>
a { background-color: #511677; }
a { background-color: rgb(81,22,119); }
div.DivClassName
{
background-color: #511677;
}
.BgClassName
{
background-color: #511677;
}
</style>
border-color css
<style>
span { border-color: #511677; }
span { border-color: rgb(81,22,119); }
td.TdClassName
{
border-color: #511677;
}
.TagClassName
{
border-color: #511677;
}
</style>