Shades of Indigo #501790
Tints of Indigo #501790
RGB
CMYK
RGB Variations
Color information
#501790 (or 0x501790) is known color: Indigo. HEX triplet: 50, 17 and 90. RGB value is (80,23,144). Sum of RGB (Red+Green+Blue) = 80+23+144=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #501790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501790 is #AFE86F. Grayscale: #353535. Windows color (decimal): -11528304 or 9443152. OLE color: 9443152.
HSL color Cylindrical-coordinate representation of color #501790: hue angle of 268.26º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501790 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 23 | 144 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.44 |
| HSL | 268.26º | 0.72% | 0.33% | - |
| HSV(B) | 268.26º | 0.84% | 0.56% | - |
| XYZ | 8.65 | 4.33 | 26.77 | - |
| YUV | 53.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 144 | 0.44 | 0.84 | 0 | 0.44 | 268.26 | 0.72 | 0.33 |
| Hex | 50 | 17 | 90 | 2C | 54 | 0 | 2C | 10C | 48 | 21 |
| Octal | 120 | 27 | 220 | 54 | 124 | 0 | 54 | 414 | 110 | 41 |
| Binary | 1010000 | 10111 | 10010000 | 101100 | 1010100 | 0 | 101100 | 100001100 | 1001000 | 100001 |
Color Harmonies of #501790
Complementary color
Monochromatic Colors of #501790
Black with #501790
Text Example
Text Example
White with #501790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501790; }
p { color: rgb(80,23,144); }
H1.HeaderClassName
{
color: #501790;
}
.AnyTagClassName
{
color: #501790;
}
</style>
background-color css
<style>
a { background-color: #501790; }
a { background-color: rgb(80,23,144); }
div.DivClassName
{
background-color: #501790;
}
.BgClassName
{
background-color: #501790;
}
</style>
border-color css
<style>
span { border-color: #501790; }
span { border-color: rgb(80,23,144); }
td.TdClassName
{
border-color: #501790;
}
.TagClassName
{
border-color: #501790;
}
</style>