Shades of Indigo #501472
Tints of Indigo #501472
RGB
CMYK
RGB Variations
Color information
#501472 (or 0x501472) is known color: Indigo. HEX triplet: 50, 14 and 72. RGB value is (80,20,114). Sum of RGB (Red+Green+Blue) = 80+20+114=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #501472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501472 is #AFEB8D. Grayscale: #303030. Windows color (decimal): -11529102 or 7476304. OLE color: 7476304.
HSL color Cylindrical-coordinate representation of color #501472: hue angle of 278.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501472 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 20 | 114 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.55 |
| HSL | 278.3º | 0.7% | 0.26% | - |
| HSV(B) | 278.3º | 0.82% | 0.45% | - |
| XYZ | 6.6 | 3.42 | 16.23 | - |
| YUV | 48.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 114 | 0.30 | 0.82 | 0 | 0.55 | 278.3 | 0.7 | 0.26 |
| Hex | 50 | 14 | 72 | 1E | 52 | 0 | 37 | 116 | 46 | 1A |
| Octal | 120 | 24 | 162 | 36 | 122 | 0 | 67 | 426 | 106 | 32 |
| Binary | 1010000 | 10100 | 1110010 | 11110 | 1010010 | 0 | 110111 | 100010110 | 1000110 | 11010 |
Color Harmonies of #501472
Complementary color
Monochromatic Colors of #501472
Black with #501472
Text Example
Text Example
White with #501472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501472; }
p { color: rgb(80,20,114); }
H1.HeaderClassName
{
color: #501472;
}
.AnyTagClassName
{
color: #501472;
}
</style>
background-color css
<style>
a { background-color: #501472; }
a { background-color: rgb(80,20,114); }
div.DivClassName
{
background-color: #501472;
}
.BgClassName
{
background-color: #501472;
}
</style>
border-color css
<style>
span { border-color: #501472; }
span { border-color: rgb(80,20,114); }
td.TdClassName
{
border-color: #501472;
}
.TagClassName
{
border-color: #501472;
}
</style>