Shades of Indigo #501980
Tints of Indigo #501980
RGB
CMYK
RGB Variations
Color information
#501980 (or 0x501980) is known color: Indigo. HEX triplet: 50, 19 and 80. RGB value is (80,25,128). Sum of RGB (Red+Green+Blue) = 80+25+128=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #501980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501980 is #AFE67F. Grayscale: #343434. Windows color (decimal): -11527808 or 8395088. OLE color: 8395088.
HSL color Cylindrical-coordinate representation of color #501980: hue angle of 272.04º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501980 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 25 | 128 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.50 |
| HSL | 272.04º | 0.67% | 0.3% | - |
| HSV(B) | 272.04º | 0.8% | 0.5% | - |
| XYZ | 7.55 | 3.96 | 20.79 | - |
| YUV | 53.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 128 | 0.38 | 0.80 | 0 | 0.50 | 272.04 | 0.67 | 0.3 |
| Hex | 50 | 19 | 80 | 26 | 50 | 0 | 32 | 110 | 43 | 1E |
| Octal | 120 | 31 | 200 | 46 | 120 | 0 | 62 | 420 | 103 | 36 |
| Binary | 1010000 | 11001 | 10000000 | 100110 | 1010000 | 0 | 110010 | 100010000 | 1000011 | 11110 |
Color Harmonies of #501980
Complementary color
Monochromatic Colors of #501980
Black with #501980
Text Example
Text Example
White with #501980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501980; }
p { color: rgb(80,25,128); }
H1.HeaderClassName
{
color: #501980;
}
.AnyTagClassName
{
color: #501980;
}
</style>
background-color css
<style>
a { background-color: #501980; }
a { background-color: rgb(80,25,128); }
div.DivClassName
{
background-color: #501980;
}
.BgClassName
{
background-color: #501980;
}
</style>
border-color css
<style>
span { border-color: #501980; }
span { border-color: rgb(80,25,128); }
td.TdClassName
{
border-color: #501980;
}
.TagClassName
{
border-color: #501980;
}
</style>