Shades of Indigo #511593
Tints of Indigo #511593
RGB
CMYK
RGB Variations
Color information
#511593 (or 0x511593) is known color: Indigo. HEX triplet: 51, 15 and 93. RGB value is (81,21,147). Sum of RGB (Red+Green+Blue) = 81+21+147=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #511593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511593 is #AEEA6C. Grayscale: #343434. Windows color (decimal): -11463277 or 9639249. OLE color: 9639249.
HSL color Cylindrical-coordinate representation of color #511593: hue angle of 268.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511593 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 21 | 147 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.42 |
| HSL | 268.57º | 0.75% | 0.33% | - |
| HSV(B) | 268.57º | 0.86% | 0.58% | - |
| XYZ | 8.93 | 4.39 | 27.98 | - |
| YUV | 53.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 147 | 0.45 | 0.86 | 0 | 0.42 | 268.57 | 0.75 | 0.33 |
| Hex | 51 | 15 | 93 | 2D | 56 | 0 | 2A | 10D | 4B | 21 |
| Octal | 121 | 25 | 223 | 55 | 126 | 0 | 52 | 415 | 113 | 41 |
| Binary | 1010001 | 10101 | 10010011 | 101101 | 1010110 | 0 | 101010 | 100001101 | 1001011 | 100001 |
Color Harmonies of #511593
Complementary color
Monochromatic Colors of #511593
Black with #511593
Text Example
Text Example
White with #511593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511593; }
p { color: rgb(81,21,147); }
H1.HeaderClassName
{
color: #511593;
}
.AnyTagClassName
{
color: #511593;
}
</style>
background-color css
<style>
a { background-color: #511593; }
a { background-color: rgb(81,21,147); }
div.DivClassName
{
background-color: #511593;
}
.BgClassName
{
background-color: #511593;
}
</style>
border-color css
<style>
span { border-color: #511593; }
span { border-color: rgb(81,21,147); }
td.TdClassName
{
border-color: #511593;
}
.TagClassName
{
border-color: #511593;
}
</style>