Shades of Indigo #501378
Tints of Indigo #501378
RGB
CMYK
RGB Variations
Color information
#501378 (or 0x501378) is known color: Indigo. HEX triplet: 50, 13 and 78. RGB value is (80,19,120). Sum of RGB (Red+Green+Blue) = 80+19+120=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #501378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501378 is #AFEC87. Grayscale: #303030. Windows color (decimal): -11529352 or 7869264. OLE color: 7869264.
HSL color Cylindrical-coordinate representation of color #501378: hue angle of 276.24º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501378 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 19 | 120 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.53 |
| HSL | 276.24º | 0.73% | 0.27% | - |
| HSV(B) | 276.24º | 0.84% | 0.47% | - |
| XYZ | 6.93 | 3.53 | 18.08 | - |
| YUV | 48.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 120 | 0.33 | 0.84 | 0 | 0.53 | 276.24 | 0.73 | 0.27 |
| Hex | 50 | 13 | 78 | 21 | 54 | 0 | 35 | 114 | 49 | 1B |
| Octal | 120 | 23 | 170 | 41 | 124 | 0 | 65 | 424 | 111 | 33 |
| Binary | 1010000 | 10011 | 1111000 | 100001 | 1010100 | 0 | 110101 | 100010100 | 1001001 | 11011 |
Color Harmonies of #501378
Complementary color
Monochromatic Colors of #501378
Black with #501378
Text Example
Text Example
White with #501378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501378; }
p { color: rgb(80,19,120); }
H1.HeaderClassName
{
color: #501378;
}
.AnyTagClassName
{
color: #501378;
}
</style>
background-color css
<style>
a { background-color: #501378; }
a { background-color: rgb(80,19,120); }
div.DivClassName
{
background-color: #501378;
}
.BgClassName
{
background-color: #501378;
}
</style>
border-color css
<style>
span { border-color: #501378; }
span { border-color: rgb(80,19,120); }
td.TdClassName
{
border-color: #501378;
}
.TagClassName
{
border-color: #501378;
}
</style>