Shades of Indigo #501A8A
Tints of Indigo #501A8A
RGB
CMYK
RGB Variations
Color information
#501A8A (or 0x501A8A) is known color: Indigo. HEX triplet: 50, 1A and 8A. RGB value is (80,26,138). Sum of RGB (Red+Green+Blue) = 80+26+138=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #501A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A8A is #AFE575. Grayscale: #363636. Windows color (decimal): -11527542 or 9050704. OLE color: 9050704.
HSL color Cylindrical-coordinate representation of color #501A8A: hue angle of 268.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501A8A is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 26 | 138 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.46 |
| HSL | 268.93º | 0.68% | 0.32% | - |
| HSV(B) | 268.93º | 0.81% | 0.54% | - |
| XYZ | 8.27 | 4.28 | 24.44 | - |
| YUV | 54.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 138 | 0.42 | 0.81 | 0 | 0.46 | 268.93 | 0.68 | 0.32 |
| Hex | 50 | 1A | 8A | 2A | 51 | 0 | 2E | 10D | 44 | 20 |
| Octal | 120 | 32 | 212 | 52 | 121 | 0 | 56 | 415 | 104 | 40 |
| Binary | 1010000 | 11010 | 10001010 | 101010 | 1010001 | 0 | 101110 | 100001101 | 1000100 | 100000 |
Color Harmonies of #501A8A
Complementary color
Monochromatic Colors of #501A8A
Black with #501A8A
Text Example
Text Example
White with #501A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A8A; }
p { color: rgb(80,26,138); }
H1.HeaderClassName
{
color: #501A8A;
}
.AnyTagClassName
{
color: #501A8A;
}
</style>
background-color css
<style>
a { background-color: #501A8A; }
a { background-color: rgb(80,26,138); }
div.DivClassName
{
background-color: #501A8A;
}
.BgClassName
{
background-color: #501A8A;
}
</style>
border-color css
<style>
span { border-color: #501A8A; }
span { border-color: rgb(80,26,138); }
td.TdClassName
{
border-color: #501A8A;
}
.TagClassName
{
border-color: #501A8A;
}
</style>