Shades of Indigo #501275
Tints of Indigo #501275
RGB
CMYK
RGB Variations
Color information
#501275 (or 0x501275) is known color: Indigo. HEX triplet: 50, 12 and 75. RGB value is (80,18,117). Sum of RGB (Red+Green+Blue) = 80+18+117=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #501275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501275 is #AFED8A. Grayscale: #2F2F2F. Windows color (decimal): -11529611 or 7672400. OLE color: 7672400.
HSL color Cylindrical-coordinate representation of color #501275: hue angle of 277.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501275 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 18 | 117 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.54 |
| HSL | 277.58º | 0.73% | 0.26% | - |
| HSV(B) | 277.58º | 0.85% | 0.46% | - |
| XYZ | 6.74 | 3.42 | 17.14 | - |
| YUV | 47.82 | 167.04 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 117 | 0.32 | 0.85 | 0 | 0.54 | 277.58 | 0.73 | 0.26 |
| Hex | 50 | 12 | 75 | 20 | 55 | 0 | 36 | 116 | 49 | 1A |
| Octal | 120 | 22 | 165 | 40 | 125 | 0 | 66 | 426 | 111 | 32 |
| Binary | 1010000 | 10010 | 1110101 | 100000 | 1010101 | 0 | 110110 | 100010110 | 1001001 | 11010 |
Color Harmonies of #501275
Complementary color
Monochromatic Colors of #501275
Black with #501275
Text Example
Text Example
White with #501275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501275; }
p { color: rgb(80,18,117); }
H1.HeaderClassName
{
color: #501275;
}
.AnyTagClassName
{
color: #501275;
}
</style>
background-color css
<style>
a { background-color: #501275; }
a { background-color: rgb(80,18,117); }
div.DivClassName
{
background-color: #501275;
}
.BgClassName
{
background-color: #501275;
}
</style>
border-color css
<style>
span { border-color: #501275; }
span { border-color: rgb(80,18,117); }
td.TdClassName
{
border-color: #501275;
}
.TagClassName
{
border-color: #501275;
}
</style>