Shades of Indigo #501573
Tints of Indigo #501573
RGB
CMYK
RGB Variations
Color information
#501573 (or 0x501573) is known color: Indigo. HEX triplet: 50, 15 and 73. RGB value is (80,21,115). Sum of RGB (Red+Green+Blue) = 80+21+115=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #501573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501573 is #AFEA8C. Grayscale: #313131. Windows color (decimal): -11528845 or 7542096. OLE color: 7542096.
HSL color Cylindrical-coordinate representation of color #501573: hue angle of 277.66º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501573 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 21 | 115 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.55 |
| HSL | 277.66º | 0.69% | 0.27% | - |
| HSV(B) | 277.66º | 0.82% | 0.45% | - |
| XYZ | 6.67 | 3.48 | 16.54 | - |
| YUV | 49.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 115 | 0.30 | 0.82 | 0 | 0.55 | 277.66 | 0.69 | 0.27 |
| Hex | 50 | 15 | 73 | 1E | 52 | 0 | 37 | 116 | 45 | 1B |
| Octal | 120 | 25 | 163 | 36 | 122 | 0 | 67 | 426 | 105 | 33 |
| Binary | 1010000 | 10101 | 1110011 | 11110 | 1010010 | 0 | 110111 | 100010110 | 1000101 | 11011 |
Color Harmonies of #501573
Complementary color
Monochromatic Colors of #501573
Black with #501573
Text Example
Text Example
White with #501573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501573; }
p { color: rgb(80,21,115); }
H1.HeaderClassName
{
color: #501573;
}
.AnyTagClassName
{
color: #501573;
}
</style>
background-color css
<style>
a { background-color: #501573; }
a { background-color: rgb(80,21,115); }
div.DivClassName
{
background-color: #501573;
}
.BgClassName
{
background-color: #501573;
}
</style>
border-color css
<style>
span { border-color: #501573; }
span { border-color: rgb(80,21,115); }
td.TdClassName
{
border-color: #501573;
}
.TagClassName
{
border-color: #501573;
}
</style>