Shades of Indigo #501373
Tints of Indigo #501373
RGB
CMYK
RGB Variations
Color information
#501373 (or 0x501373) is known color: Indigo. HEX triplet: 50, 13 and 73. RGB value is (80,19,115). Sum of RGB (Red+Green+Blue) = 80+19+115=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #501373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501373 is #AFEC8C. Grayscale: #2F2F2F. Windows color (decimal): -11529357 or 7541584. OLE color: 7541584.
HSL color Cylindrical-coordinate representation of color #501373: hue angle of 278.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501373 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 19 | 115 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.55 |
| HSL | 278.13º | 0.72% | 0.26% | - |
| HSV(B) | 278.13º | 0.83% | 0.45% | - |
| XYZ | 6.64 | 3.41 | 16.53 | - |
| YUV | 48.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 115 | 0.30 | 0.83 | 0 | 0.55 | 278.13 | 0.72 | 0.26 |
| Hex | 50 | 13 | 73 | 1E | 53 | 0 | 37 | 116 | 48 | 1A |
| Octal | 120 | 23 | 163 | 36 | 123 | 0 | 67 | 426 | 110 | 32 |
| Binary | 1010000 | 10011 | 1110011 | 11110 | 1010011 | 0 | 110111 | 100010110 | 1001000 | 11010 |
Color Harmonies of #501373
Complementary color
Monochromatic Colors of #501373
Black with #501373
Text Example
Text Example
White with #501373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501373; }
p { color: rgb(80,19,115); }
H1.HeaderClassName
{
color: #501373;
}
.AnyTagClassName
{
color: #501373;
}
</style>
background-color css
<style>
a { background-color: #501373; }
a { background-color: rgb(80,19,115); }
div.DivClassName
{
background-color: #501373;
}
.BgClassName
{
background-color: #501373;
}
</style>
border-color css
<style>
span { border-color: #501373; }
span { border-color: rgb(80,19,115); }
td.TdClassName
{
border-color: #501373;
}
.TagClassName
{
border-color: #501373;
}
</style>