Shades of Indigo #501590
Tints of Indigo #501590
RGB
CMYK
RGB Variations
Color information
#501590 (or 0x501590) is known color: Indigo. HEX triplet: 50, 15 and 90. RGB value is (80,21,144). Sum of RGB (Red+Green+Blue) = 80+21+144=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #501590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501590 is #AFEA6F. Grayscale: #343434. Windows color (decimal): -11528816 or 9442640. OLE color: 9442640.
HSL color Cylindrical-coordinate representation of color #501590: hue angle of 268.78º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501590 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 21 | 144 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.44 |
| HSL | 268.78º | 0.75% | 0.32% | - |
| HSV(B) | 268.78º | 0.85% | 0.56% | - |
| XYZ | 8.61 | 4.26 | 26.75 | - |
| YUV | 52.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 144 | 0.44 | 0.85 | 0 | 0.44 | 268.78 | 0.75 | 0.32 |
| Hex | 50 | 15 | 90 | 2C | 55 | 0 | 2C | 10D | 4B | 20 |
| Octal | 120 | 25 | 220 | 54 | 125 | 0 | 54 | 415 | 113 | 40 |
| Binary | 1010000 | 10101 | 10010000 | 101100 | 1010101 | 0 | 101100 | 100001101 | 1001011 | 100000 |
Color Harmonies of #501590
Complementary color
Monochromatic Colors of #501590
Black with #501590
Text Example
Text Example
White with #501590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501590; }
p { color: rgb(80,21,144); }
H1.HeaderClassName
{
color: #501590;
}
.AnyTagClassName
{
color: #501590;
}
</style>
background-color css
<style>
a { background-color: #501590; }
a { background-color: rgb(80,21,144); }
div.DivClassName
{
background-color: #501590;
}
.BgClassName
{
background-color: #501590;
}
</style>
border-color css
<style>
span { border-color: #501590; }
span { border-color: rgb(80,21,144); }
td.TdClassName
{
border-color: #501590;
}
.TagClassName
{
border-color: #501590;
}
</style>