Shades of Indigo #501A86
Tints of Indigo #501A86
RGB
CMYK
RGB Variations
Color information
#501A86 (or 0x501A86) is known color: Indigo. HEX triplet: 50, 1A and 86. RGB value is (80,26,134). Sum of RGB (Red+Green+Blue) = 80+26+134=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #501A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A86 is #AFE579. Grayscale: #363636. Windows color (decimal): -11527546 or 8788560. OLE color: 8788560.
HSL color Cylindrical-coordinate representation of color #501A86: hue angle of 270º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501A86 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 26 | 134 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.47 |
| HSL | 270º | 0.68% | 0.31% | - |
| HSV(B) | 270º | 0.81% | 0.53% | - |
| XYZ | 7.98 | 4.17 | 22.94 | - |
| YUV | 54.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 134 | 0.40 | 0.81 | 0 | 0.47 | 270 | 0.68 | 0.31 |
| Hex | 50 | 1A | 86 | 28 | 51 | 0 | 2F | 10E | 44 | 1F |
| Octal | 120 | 32 | 206 | 50 | 121 | 0 | 57 | 416 | 104 | 37 |
| Binary | 1010000 | 11010 | 10000110 | 101000 | 1010001 | 0 | 101111 | 100001110 | 1000100 | 11111 |
Color Harmonies of #501A86
Complementary color
Monochromatic Colors of #501A86
Black with #501A86
Text Example
Text Example
White with #501A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A86; }
p { color: rgb(80,26,134); }
H1.HeaderClassName
{
color: #501A86;
}
.AnyTagClassName
{
color: #501A86;
}
</style>
background-color css
<style>
a { background-color: #501A86; }
a { background-color: rgb(80,26,134); }
div.DivClassName
{
background-color: #501A86;
}
.BgClassName
{
background-color: #501A86;
}
</style>
border-color css
<style>
span { border-color: #501A86; }
span { border-color: rgb(80,26,134); }
td.TdClassName
{
border-color: #501A86;
}
.TagClassName
{
border-color: #501A86;
}
</style>