Shades of Indigo #511993
Tints of Indigo #511993
RGB
CMYK
RGB Variations
Color information
#511993 (or 0x511993) is known color: Indigo. HEX triplet: 51, 19 and 93. RGB value is (81,25,147). Sum of RGB (Red+Green+Blue) = 81+25+147=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #511993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511993 is #AEE66C. Grayscale: #373737. Windows color (decimal): -11462253 or 9640273. OLE color: 9640273.
HSL color Cylindrical-coordinate representation of color #511993: hue angle of 267.54º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511993 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 25 | 147 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.42 |
| HSL | 267.54º | 0.71% | 0.34% | - |
| HSV(B) | 267.54º | 0.83% | 0.58% | - |
| XYZ | 9.01 | 4.55 | 28.01 | - |
| YUV | 55.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 147 | 0.45 | 0.83 | 0 | 0.42 | 267.54 | 0.71 | 0.34 |
| Hex | 51 | 19 | 93 | 2D | 53 | 0 | 2A | 10C | 47 | 22 |
| Octal | 121 | 31 | 223 | 55 | 123 | 0 | 52 | 414 | 107 | 42 |
| Binary | 1010001 | 11001 | 10010011 | 101101 | 1010011 | 0 | 101010 | 100001100 | 1000111 | 100010 |
Color Harmonies of #511993
Complementary color
Monochromatic Colors of #511993
Black with #511993
Text Example
Text Example
White with #511993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511993; }
p { color: rgb(81,25,147); }
H1.HeaderClassName
{
color: #511993;
}
.AnyTagClassName
{
color: #511993;
}
</style>
background-color css
<style>
a { background-color: #511993; }
a { background-color: rgb(81,25,147); }
div.DivClassName
{
background-color: #511993;
}
.BgClassName
{
background-color: #511993;
}
</style>
border-color css
<style>
span { border-color: #511993; }
span { border-color: rgb(81,25,147); }
td.TdClassName
{
border-color: #511993;
}
.TagClassName
{
border-color: #511993;
}
</style>