Shades of Indigo #501673
Tints of Indigo #501673
RGB
CMYK
RGB Variations
Color information
#501673 (or 0x501673) is known color: Indigo. HEX triplet: 50, 16 and 73. RGB value is (80,22,115). Sum of RGB (Red+Green+Blue) = 80+22+115=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #501673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501673 is #AFE98C. Grayscale: #313131. Windows color (decimal): -11528589 or 7542352. OLE color: 7542352.
HSL color Cylindrical-coordinate representation of color #501673: hue angle of 277.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501673 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 22 | 115 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.55 |
| HSL | 277.42º | 0.68% | 0.27% | - |
| HSV(B) | 277.42º | 0.81% | 0.45% | - |
| XYZ | 6.69 | 3.52 | 16.55 | - |
| YUV | 49.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 115 | 0.30 | 0.81 | 0 | 0.55 | 277.42 | 0.68 | 0.27 |
| Hex | 50 | 16 | 73 | 1E | 51 | 0 | 37 | 115 | 44 | 1B |
| Octal | 120 | 26 | 163 | 36 | 121 | 0 | 67 | 425 | 104 | 33 |
| Binary | 1010000 | 10110 | 1110011 | 11110 | 1010001 | 0 | 110111 | 100010101 | 1000100 | 11011 |
Color Harmonies of #501673
Complementary color
Monochromatic Colors of #501673
Black with #501673
Text Example
Text Example
White with #501673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501673; }
p { color: rgb(80,22,115); }
H1.HeaderClassName
{
color: #501673;
}
.AnyTagClassName
{
color: #501673;
}
</style>
background-color css
<style>
a { background-color: #501673; }
a { background-color: rgb(80,22,115); }
div.DivClassName
{
background-color: #501673;
}
.BgClassName
{
background-color: #501673;
}
</style>
border-color css
<style>
span { border-color: #501673; }
span { border-color: rgb(80,22,115); }
td.TdClassName
{
border-color: #501673;
}
.TagClassName
{
border-color: #501673;
}
</style>