Shades of Indigo #511373
Tints of Indigo #511373
RGB
CMYK
RGB Variations
Color information
#511373 (or 0x511373) is known color: Indigo. HEX triplet: 51, 13 and 73. RGB value is (81,19,115). Sum of RGB (Red+Green+Blue) = 81+19+115=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #511373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511373 is #AEEC8C. Grayscale: #303030. Windows color (decimal): -11463821 or 7541585. OLE color: 7541585.
HSL color Cylindrical-coordinate representation of color #511373: hue angle of 278.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511373 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 19 | 115 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.55 |
| HSL | 278.75º | 0.72% | 0.26% | - |
| HSV(B) | 278.75º | 0.83% | 0.45% | - |
| XYZ | 6.72 | 3.45 | 16.53 | - |
| YUV | 48.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 115 | 0.30 | 0.83 | 0 | 0.55 | 278.75 | 0.72 | 0.26 |
| Hex | 51 | 13 | 73 | 1E | 53 | 0 | 37 | 117 | 48 | 1A |
| Octal | 121 | 23 | 163 | 36 | 123 | 0 | 67 | 427 | 110 | 32 |
| Binary | 1010001 | 10011 | 1110011 | 11110 | 1010011 | 0 | 110111 | 100010111 | 1001000 | 11010 |
Color Harmonies of #511373
Complementary color
Monochromatic Colors of #511373
Black with #511373
Text Example
Text Example
White with #511373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511373; }
p { color: rgb(81,19,115); }
H1.HeaderClassName
{
color: #511373;
}
.AnyTagClassName
{
color: #511373;
}
</style>
background-color css
<style>
a { background-color: #511373; }
a { background-color: rgb(81,19,115); }
div.DivClassName
{
background-color: #511373;
}
.BgClassName
{
background-color: #511373;
}
</style>
border-color css
<style>
span { border-color: #511373; }
span { border-color: rgb(81,19,115); }
td.TdClassName
{
border-color: #511373;
}
.TagClassName
{
border-color: #511373;
}
</style>