Shades of Indigo #511673
Tints of Indigo #511673
RGB
CMYK
RGB Variations
Color information
#511673 (or 0x511673) is known color: Indigo. HEX triplet: 51, 16 and 73. RGB value is (81,22,115). Sum of RGB (Red+Green+Blue) = 81+22+115=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #511673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511673 is #AEE98C. Grayscale: #313131. Windows color (decimal): -11463053 or 7542353. OLE color: 7542353.
HSL color Cylindrical-coordinate representation of color #511673: hue angle of 278.06º 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 #511673 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 22 | 115 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.55 |
| HSL | 278.06º | 0.68% | 0.27% | - |
| HSV(B) | 278.06º | 0.81% | 0.45% | - |
| XYZ | 6.77 | 3.56 | 16.55 | - |
| YUV | 50.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 115 | 0.30 | 0.81 | 0 | 0.55 | 278.06 | 0.68 | 0.27 |
| Hex | 51 | 16 | 73 | 1E | 51 | 0 | 37 | 116 | 44 | 1B |
| Octal | 121 | 26 | 163 | 36 | 121 | 0 | 67 | 426 | 104 | 33 |
| Binary | 1010001 | 10110 | 1110011 | 11110 | 1010001 | 0 | 110111 | 100010110 | 1000100 | 11011 |
Color Harmonies of #511673
Complementary color
Monochromatic Colors of #511673
Black with #511673
Text Example
Text Example
White with #511673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511673; }
p { color: rgb(81,22,115); }
H1.HeaderClassName
{
color: #511673;
}
.AnyTagClassName
{
color: #511673;
}
</style>
background-color css
<style>
a { background-color: #511673; }
a { background-color: rgb(81,22,115); }
div.DivClassName
{
background-color: #511673;
}
.BgClassName
{
background-color: #511673;
}
</style>
border-color css
<style>
span { border-color: #511673; }
span { border-color: rgb(81,22,115); }
td.TdClassName
{
border-color: #511673;
}
.TagClassName
{
border-color: #511673;
}
</style>