Shades of Indigo #501190
Tints of Indigo #501190
RGB
CMYK
RGB Variations
Color information
#501190 (or 0x501190) is known color: Indigo. HEX triplet: 50, 11 and 90. RGB value is (80,17,144). Sum of RGB (Red+Green+Blue) = 80+17+144=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #501190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501190 is #AFEE6F. Grayscale: #313131. Windows color (decimal): -11529840 or 9441616. OLE color: 9441616.
HSL color Cylindrical-coordinate representation of color #501190: hue angle of 269.76º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501190 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 17 | 144 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.44 |
| HSL | 269.76º | 0.79% | 0.32% | - |
| HSV(B) | 269.76º | 0.88% | 0.56% | - |
| XYZ | 8.54 | 4.12 | 26.73 | - |
| YUV | 50.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 144 | 0.44 | 0.88 | 0 | 0.44 | 269.76 | 0.79 | 0.32 |
| Hex | 50 | 11 | 90 | 2C | 58 | 0 | 2C | 10E | 4F | 20 |
| Octal | 120 | 21 | 220 | 54 | 130 | 0 | 54 | 416 | 117 | 40 |
| Binary | 1010000 | 10001 | 10010000 | 101100 | 1011000 | 0 | 101100 | 100001110 | 1001111 | 100000 |
Color Harmonies of #501190
Complementary color
Monochromatic Colors of #501190
Black with #501190
Text Example
Text Example
White with #501190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501190; }
p { color: rgb(80,17,144); }
H1.HeaderClassName
{
color: #501190;
}
.AnyTagClassName
{
color: #501190;
}
</style>
background-color css
<style>
a { background-color: #501190; }
a { background-color: rgb(80,17,144); }
div.DivClassName
{
background-color: #501190;
}
.BgClassName
{
background-color: #501190;
}
</style>
border-color css
<style>
span { border-color: #501190; }
span { border-color: rgb(80,17,144); }
td.TdClassName
{
border-color: #501190;
}
.TagClassName
{
border-color: #501190;
}
</style>