Shades of Indigo #501481
Tints of Indigo #501481
RGB
CMYK
RGB Variations
Color information
#501481 (or 0x501481) is known color: Indigo. HEX triplet: 50, 14 and 81. RGB value is (80,20,129). Sum of RGB (Red+Green+Blue) = 80+20+129=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #501481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501481 is #AFEB7E. Grayscale: #313131. Windows color (decimal): -11529087 or 8459344. OLE color: 8459344.
HSL color Cylindrical-coordinate representation of color #501481: hue angle of 273.03º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501481 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 20 | 129 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.49 |
| HSL | 273.03º | 0.73% | 0.29% | - |
| HSV(B) | 273.03º | 0.84% | 0.51% | - |
| XYZ | 7.52 | 3.79 | 21.1 | - |
| YUV | 50.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 129 | 0.38 | 0.84 | 0 | 0.49 | 273.03 | 0.73 | 0.29 |
| Hex | 50 | 14 | 81 | 26 | 54 | 0 | 31 | 111 | 49 | 1D |
| Octal | 120 | 24 | 201 | 46 | 124 | 0 | 61 | 421 | 111 | 35 |
| Binary | 1010000 | 10100 | 10000001 | 100110 | 1010100 | 0 | 110001 | 100010001 | 1001001 | 11101 |
Color Harmonies of #501481
Complementary color
Monochromatic Colors of #501481
Black with #501481
Text Example
Text Example
White with #501481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501481; }
p { color: rgb(80,20,129); }
H1.HeaderClassName
{
color: #501481;
}
.AnyTagClassName
{
color: #501481;
}
</style>
background-color css
<style>
a { background-color: #501481; }
a { background-color: rgb(80,20,129); }
div.DivClassName
{
background-color: #501481;
}
.BgClassName
{
background-color: #501481;
}
</style>
border-color css
<style>
span { border-color: #501481; }
span { border-color: rgb(80,20,129); }
td.TdClassName
{
border-color: #501481;
}
.TagClassName
{
border-color: #501481;
}
</style>