Shades of Indigo #501080
Tints of Indigo #501080
RGB
CMYK
RGB Variations
Color information
#501080 (or 0x501080) is known color: Indigo. HEX triplet: 50, 10 and 80. RGB value is (80,16,128). Sum of RGB (Red+Green+Blue) = 80+16+128=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #501080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501080 is #AFEF7F. Grayscale: #2F2F2F. Windows color (decimal): -11530112 or 8392784. OLE color: 8392784.
HSL color Cylindrical-coordinate representation of color #501080: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501080 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 16 | 128 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.50 |
| HSL | 274.29º | 0.78% | 0.28% | - |
| HSV(B) | 274.29º | 0.88% | 0.5% | - |
| XYZ | 7.39 | 3.63 | 20.73 | - |
| YUV | 47.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 128 | 0.38 | 0.88 | 0 | 0.50 | 274.29 | 0.78 | 0.28 |
| Hex | 50 | 10 | 80 | 26 | 58 | 0 | 32 | 112 | 4E | 1C |
| Octal | 120 | 20 | 200 | 46 | 130 | 0 | 62 | 422 | 116 | 34 |
| Binary | 1010000 | 10000 | 10000000 | 100110 | 1011000 | 0 | 110010 | 100010010 | 1001110 | 11100 |
Color Harmonies of #501080
Complementary color
Monochromatic Colors of #501080
Black with #501080
Text Example
Text Example
White with #501080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501080; }
p { color: rgb(80,16,128); }
H1.HeaderClassName
{
color: #501080;
}
.AnyTagClassName
{
color: #501080;
}
</style>
background-color css
<style>
a { background-color: #501080; }
a { background-color: rgb(80,16,128); }
div.DivClassName
{
background-color: #501080;
}
.BgClassName
{
background-color: #501080;
}
</style>
border-color css
<style>
span { border-color: #501080; }
span { border-color: rgb(80,16,128); }
td.TdClassName
{
border-color: #501080;
}
.TagClassName
{
border-color: #501080;
}
</style>