Shades of Indigo #501671
Tints of Indigo #501671
RGB
CMYK
RGB Variations
Color information
#501671 (or 0x501671) is known color: Indigo. HEX triplet: 50, 16 and 71. RGB value is (80,22,113). Sum of RGB (Red+Green+Blue) = 80+22+113=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #501671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501671 is #AFE98E. Grayscale: #313131. Windows color (decimal): -11528591 or 7411280. OLE color: 7411280.
HSL color Cylindrical-coordinate representation of color #501671: hue angle of 278.24º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501671 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 22 | 113 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.56 |
| HSL | 278.24º | 0.67% | 0.26% | - |
| HSV(B) | 278.24º | 0.81% | 0.44% | - |
| XYZ | 6.58 | 3.47 | 15.95 | - |
| YUV | 49.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 113 | 0.29 | 0.81 | 0 | 0.56 | 278.24 | 0.67 | 0.26 |
| Hex | 50 | 16 | 71 | 1D | 51 | 0 | 38 | 116 | 43 | 1A |
| Octal | 120 | 26 | 161 | 35 | 121 | 0 | 70 | 426 | 103 | 32 |
| Binary | 1010000 | 10110 | 1110001 | 11101 | 1010001 | 0 | 111000 | 100010110 | 1000011 | 11010 |
Color Harmonies of #501671
Complementary color
Monochromatic Colors of #501671
Black with #501671
Text Example
Text Example
White with #501671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501671; }
p { color: rgb(80,22,113); }
H1.HeaderClassName
{
color: #501671;
}
.AnyTagClassName
{
color: #501671;
}
</style>
background-color css
<style>
a { background-color: #501671; }
a { background-color: rgb(80,22,113); }
div.DivClassName
{
background-color: #501671;
}
.BgClassName
{
background-color: #501671;
}
</style>
border-color css
<style>
span { border-color: #501671; }
span { border-color: rgb(80,22,113); }
td.TdClassName
{
border-color: #501671;
}
.TagClassName
{
border-color: #501671;
}
</style>