Shades of Indigo #501A8B
Tints of Indigo #501A8B
RGB
CMYK
RGB Variations
Color information
#501A8B (or 0x501A8B) is known color: Indigo. HEX triplet: 50, 1A and 8B. RGB value is (80,26,139). Sum of RGB (Red+Green+Blue) = 80+26+139=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #501A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A8B is #AFE574. Grayscale: #363636. Windows color (decimal): -11527541 or 9116240. OLE color: 9116240.
HSL color Cylindrical-coordinate representation of color #501A8B: hue angle of 268.67º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501A8B is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 26 | 139 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.45 |
| HSL | 268.67º | 0.68% | 0.32% | - |
| HSV(B) | 268.67º | 0.81% | 0.55% | - |
| XYZ | 8.34 | 4.31 | 24.82 | - |
| YUV | 55.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 139 | 0.42 | 0.81 | 0 | 0.45 | 268.67 | 0.68 | 0.32 |
| Hex | 50 | 1A | 8B | 2A | 51 | 0 | 2D | 10D | 44 | 20 |
| Octal | 120 | 32 | 213 | 52 | 121 | 0 | 55 | 415 | 104 | 40 |
| Binary | 1010000 | 11010 | 10001011 | 101010 | 1010001 | 0 | 101101 | 100001101 | 1000100 | 100000 |
Color Harmonies of #501A8B
Complementary color
Monochromatic Colors of #501A8B
Black with #501A8B
Text Example
Text Example
White with #501A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A8B; }
p { color: rgb(80,26,139); }
H1.HeaderClassName
{
color: #501A8B;
}
.AnyTagClassName
{
color: #501A8B;
}
</style>
background-color css
<style>
a { background-color: #501A8B; }
a { background-color: rgb(80,26,139); }
div.DivClassName
{
background-color: #501A8B;
}
.BgClassName
{
background-color: #501A8B;
}
</style>
border-color css
<style>
span { border-color: #501A8B; }
span { border-color: rgb(80,26,139); }
td.TdClassName
{
border-color: #501A8B;
}
.TagClassName
{
border-color: #501A8B;
}
</style>