Shades of Indigo #501981
Tints of Indigo #501981
RGB
CMYK
RGB Variations
Color information
#501981 (or 0x501981) is known color: Indigo. HEX triplet: 50, 19 and 81. RGB value is (80,25,129). Sum of RGB (Red+Green+Blue) = 80+25+129=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #501981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501981 is #AFE67E. Grayscale: #343434. Windows color (decimal): -11527807 or 8460624. OLE color: 8460624.
HSL color Cylindrical-coordinate representation of color #501981: hue angle of 271.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501981 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 25 | 129 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.49 |
| HSL | 271.73º | 0.68% | 0.3% | - |
| HSV(B) | 271.73º | 0.81% | 0.51% | - |
| XYZ | 7.62 | 3.99 | 21.14 | - |
| YUV | 53.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 129 | 0.38 | 0.81 | 0 | 0.49 | 271.73 | 0.68 | 0.3 |
| Hex | 50 | 19 | 81 | 26 | 51 | 0 | 31 | 110 | 44 | 1E |
| Octal | 120 | 31 | 201 | 46 | 121 | 0 | 61 | 420 | 104 | 36 |
| Binary | 1010000 | 11001 | 10000001 | 100110 | 1010001 | 0 | 110001 | 100010000 | 1000100 | 11110 |
Color Harmonies of #501981
Complementary color
Monochromatic Colors of #501981
Black with #501981
Text Example
Text Example
White with #501981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501981; }
p { color: rgb(80,25,129); }
H1.HeaderClassName
{
color: #501981;
}
.AnyTagClassName
{
color: #501981;
}
</style>
background-color css
<style>
a { background-color: #501981; }
a { background-color: rgb(80,25,129); }
div.DivClassName
{
background-color: #501981;
}
.BgClassName
{
background-color: #501981;
}
</style>
border-color css
<style>
span { border-color: #501981; }
span { border-color: rgb(80,25,129); }
td.TdClassName
{
border-color: #501981;
}
.TagClassName
{
border-color: #501981;
}
</style>