Shades of Indigo #501278
Tints of Indigo #501278
RGB
CMYK
RGB Variations
Color information
#501278 (or 0x501278) is known color: Indigo. HEX triplet: 50, 12 and 78. RGB value is (80,18,120). Sum of RGB (Red+Green+Blue) = 80+18+120=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #501278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501278 is #AFED87. Grayscale: #2F2F2F. Windows color (decimal): -11529608 or 7869008. OLE color: 7869008.
HSL color Cylindrical-coordinate representation of color #501278: hue angle of 276.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501278 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 18 | 120 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.53 |
| HSL | 276.47º | 0.74% | 0.27% | - |
| HSV(B) | 276.47º | 0.85% | 0.47% | - |
| XYZ | 6.91 | 3.49 | 18.08 | - |
| YUV | 48.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 120 | 0.33 | 0.85 | 0 | 0.53 | 276.47 | 0.74 | 0.27 |
| Hex | 50 | 12 | 78 | 21 | 55 | 0 | 35 | 114 | 4A | 1B |
| Octal | 120 | 22 | 170 | 41 | 125 | 0 | 65 | 424 | 112 | 33 |
| Binary | 1010000 | 10010 | 1111000 | 100001 | 1010101 | 0 | 110101 | 100010100 | 1001010 | 11011 |
Color Harmonies of #501278
Complementary color
Monochromatic Colors of #501278
Black with #501278
Text Example
Text Example
White with #501278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501278; }
p { color: rgb(80,18,120); }
H1.HeaderClassName
{
color: #501278;
}
.AnyTagClassName
{
color: #501278;
}
</style>
background-color css
<style>
a { background-color: #501278; }
a { background-color: rgb(80,18,120); }
div.DivClassName
{
background-color: #501278;
}
.BgClassName
{
background-color: #501278;
}
</style>
border-color css
<style>
span { border-color: #501278; }
span { border-color: rgb(80,18,120); }
td.TdClassName
{
border-color: #501278;
}
.TagClassName
{
border-color: #501278;
}
</style>