Shades of Indigo #511674
Tints of Indigo #511674
RGB
CMYK
RGB Variations
Color information
#511674 (or 0x511674) is known color: Indigo. HEX triplet: 51, 16 and 74. RGB value is (81,22,116). Sum of RGB (Red+Green+Blue) = 81+22+116=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #511674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511674 is #AEE98B. Grayscale: #323232. Windows color (decimal): -11463052 or 7607889. OLE color: 7607889.
HSL color Cylindrical-coordinate representation of color #511674: hue angle of 277.66º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511674 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 22 | 116 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.55 |
| HSL | 277.66º | 0.68% | 0.27% | - |
| HSV(B) | 277.66º | 0.81% | 0.45% | - |
| XYZ | 6.83 | 3.58 | 16.85 | - |
| YUV | 50.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 116 | 0.30 | 0.81 | 0 | 0.55 | 277.66 | 0.68 | 0.27 |
| Hex | 51 | 16 | 74 | 1E | 51 | 0 | 37 | 116 | 44 | 1B |
| Octal | 121 | 26 | 164 | 36 | 121 | 0 | 67 | 426 | 104 | 33 |
| Binary | 1010001 | 10110 | 1110100 | 11110 | 1010001 | 0 | 110111 | 100010110 | 1000100 | 11011 |
Color Harmonies of #511674
Complementary color
Monochromatic Colors of #511674
Black with #511674
Text Example
Text Example
White with #511674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511674; }
p { color: rgb(81,22,116); }
H1.HeaderClassName
{
color: #511674;
}
.AnyTagClassName
{
color: #511674;
}
</style>
background-color css
<style>
a { background-color: #511674; }
a { background-color: rgb(81,22,116); }
div.DivClassName
{
background-color: #511674;
}
.BgClassName
{
background-color: #511674;
}
</style>
border-color css
<style>
span { border-color: #511674; }
span { border-color: rgb(81,22,116); }
td.TdClassName
{
border-color: #511674;
}
.TagClassName
{
border-color: #511674;
}
</style>