Shades of Indigo #501575
Tints of Indigo #501575
RGB
CMYK
RGB Variations
Color information
#501575 (or 0x501575) is known color: Indigo. HEX triplet: 50, 15 and 75. RGB value is (80,21,117). Sum of RGB (Red+Green+Blue) = 80+21+117=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #501575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501575 is #AFEA8A. Grayscale: #313131. Windows color (decimal): -11528843 or 7673168. OLE color: 7673168.
HSL color Cylindrical-coordinate representation of color #501575: hue angle of 276.88º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501575 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 21 | 117 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.54 |
| HSL | 276.88º | 0.7% | 0.27% | - |
| HSV(B) | 276.88º | 0.82% | 0.46% | - |
| XYZ | 6.79 | 3.53 | 17.15 | - |
| YUV | 49.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 117 | 0.32 | 0.82 | 0 | 0.54 | 276.88 | 0.7 | 0.27 |
| Hex | 50 | 15 | 75 | 20 | 52 | 0 | 36 | 115 | 46 | 1B |
| Octal | 120 | 25 | 165 | 40 | 122 | 0 | 66 | 425 | 106 | 33 |
| Binary | 1010000 | 10101 | 1110101 | 100000 | 1010010 | 0 | 110110 | 100010101 | 1000110 | 11011 |
Color Harmonies of #501575
Complementary color
Monochromatic Colors of #501575
Black with #501575
Text Example
Text Example
White with #501575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501575; }
p { color: rgb(80,21,117); }
H1.HeaderClassName
{
color: #501575;
}
.AnyTagClassName
{
color: #501575;
}
</style>
background-color css
<style>
a { background-color: #501575; }
a { background-color: rgb(80,21,117); }
div.DivClassName
{
background-color: #501575;
}
.BgClassName
{
background-color: #501575;
}
</style>
border-color css
<style>
span { border-color: #501575; }
span { border-color: rgb(80,21,117); }
td.TdClassName
{
border-color: #501575;
}
.TagClassName
{
border-color: #501575;
}
</style>