Shades of Indigo #501A8D
Tints of Indigo #501A8D
RGB
CMYK
RGB Variations
Color information
#501A8D (or 0x501A8D) is known color: Indigo. HEX triplet: 50, 1A and 8D. RGB value is (80,26,141). Sum of RGB (Red+Green+Blue) = 80+26+141=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #501A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A8D is #AFE572. Grayscale: #363636. Windows color (decimal): -11527539 or 9247312. OLE color: 9247312.
HSL color Cylindrical-coordinate representation of color #501A8D: hue angle of 268.17º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501A8D is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 26 | 141 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.45 |
| HSL | 268.17º | 0.69% | 0.33% | - |
| HSV(B) | 268.17º | 0.82% | 0.55% | - |
| XYZ | 8.49 | 4.37 | 25.6 | - |
| YUV | 55.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 141 | 0.43 | 0.82 | 0 | 0.45 | 268.17 | 0.69 | 0.33 |
| Hex | 50 | 1A | 8D | 2B | 52 | 0 | 2D | 10C | 45 | 21 |
| Octal | 120 | 32 | 215 | 53 | 122 | 0 | 55 | 414 | 105 | 41 |
| Binary | 1010000 | 11010 | 10001101 | 101011 | 1010010 | 0 | 101101 | 100001100 | 1000101 | 100001 |
Color Harmonies of #501A8D
Complementary color
Monochromatic Colors of #501A8D
Black with #501A8D
Text Example
Text Example
White with #501A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A8D; }
p { color: rgb(80,26,141); }
H1.HeaderClassName
{
color: #501A8D;
}
.AnyTagClassName
{
color: #501A8D;
}
</style>
background-color css
<style>
a { background-color: #501A8D; }
a { background-color: rgb(80,26,141); }
div.DivClassName
{
background-color: #501A8D;
}
.BgClassName
{
background-color: #501A8D;
}
</style>
border-color css
<style>
span { border-color: #501A8D; }
span { border-color: rgb(80,26,141); }
td.TdClassName
{
border-color: #501A8D;
}
.TagClassName
{
border-color: #501A8D;
}
</style>