Shades of Indigo #501675
Tints of Indigo #501675
RGB
CMYK
RGB Variations
Color information
#501675 (or 0x501675) is known color: Indigo. HEX triplet: 50, 16 and 75. RGB value is (80,22,117). Sum of RGB (Red+Green+Blue) = 80+22+117=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #501675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501675 is #AFE98A. Grayscale: #313131. Windows color (decimal): -11528587 or 7673424. OLE color: 7673424.
HSL color Cylindrical-coordinate representation of color #501675: hue angle of 276.63º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501675 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 22 | 117 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.54 |
| HSL | 276.63º | 0.68% | 0.27% | - |
| HSV(B) | 276.63º | 0.81% | 0.46% | - |
| XYZ | 6.81 | 3.56 | 17.16 | - |
| YUV | 50.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 117 | 0.32 | 0.81 | 0 | 0.54 | 276.63 | 0.68 | 0.27 |
| Hex | 50 | 16 | 75 | 20 | 51 | 0 | 36 | 115 | 44 | 1B |
| Octal | 120 | 26 | 165 | 40 | 121 | 0 | 66 | 425 | 104 | 33 |
| Binary | 1010000 | 10110 | 1110101 | 100000 | 1010001 | 0 | 110110 | 100010101 | 1000100 | 11011 |
Color Harmonies of #501675
Complementary color
Monochromatic Colors of #501675
Black with #501675
Text Example
Text Example
White with #501675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501675; }
p { color: rgb(80,22,117); }
H1.HeaderClassName
{
color: #501675;
}
.AnyTagClassName
{
color: #501675;
}
</style>
background-color css
<style>
a { background-color: #501675; }
a { background-color: rgb(80,22,117); }
div.DivClassName
{
background-color: #501675;
}
.BgClassName
{
background-color: #501675;
}
</style>
border-color css
<style>
span { border-color: #501675; }
span { border-color: rgb(80,22,117); }
td.TdClassName
{
border-color: #501675;
}
.TagClassName
{
border-color: #501675;
}
</style>