Shades of Indigo #501173
Tints of Indigo #501173
RGB
CMYK
RGB Variations
Color information
#501173 (or 0x501173) is known color: Indigo. HEX triplet: 50, 11 and 73. RGB value is (80,17,115). Sum of RGB (Red+Green+Blue) = 80+17+115=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #501173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501173 is #AFEE8C. Grayscale: #2E2E2E. Windows color (decimal): -11529869 or 7541072. OLE color: 7541072.
HSL color Cylindrical-coordinate representation of color #501173: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501173 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 17 | 115 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.55 |
| HSL | 278.57º | 0.74% | 0.26% | - |
| HSV(B) | 278.57º | 0.85% | 0.45% | - |
| XYZ | 6.6 | 3.34 | 16.52 | - |
| YUV | 47.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 115 | 0.30 | 0.85 | 0 | 0.55 | 278.57 | 0.74 | 0.26 |
| Hex | 50 | 11 | 73 | 1E | 55 | 0 | 37 | 117 | 4A | 1A |
| Octal | 120 | 21 | 163 | 36 | 125 | 0 | 67 | 427 | 112 | 32 |
| Binary | 1010000 | 10001 | 1110011 | 11110 | 1010101 | 0 | 110111 | 100010111 | 1001010 | 11010 |
Color Harmonies of #501173
Complementary color
Monochromatic Colors of #501173
Black with #501173
Text Example
Text Example
White with #501173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501173; }
p { color: rgb(80,17,115); }
H1.HeaderClassName
{
color: #501173;
}
.AnyTagClassName
{
color: #501173;
}
</style>
background-color css
<style>
a { background-color: #501173; }
a { background-color: rgb(80,17,115); }
div.DivClassName
{
background-color: #501173;
}
.BgClassName
{
background-color: #501173;
}
</style>
border-color css
<style>
span { border-color: #501173; }
span { border-color: rgb(80,17,115); }
td.TdClassName
{
border-color: #501173;
}
.TagClassName
{
border-color: #501173;
}
</style>