Shades of Indigo #501493
Tints of Indigo #501493
RGB
CMYK
RGB Variations
Color information
#501493 (or 0x501493) is known color: Indigo. HEX triplet: 50, 14 and 93. RGB value is (80,20,147). Sum of RGB (Red+Green+Blue) = 80+20+147=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #501493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501493 is #AFEB6C. Grayscale: #333333. Windows color (decimal): -11529069 or 9638992. OLE color: 9638992.
HSL color Cylindrical-coordinate representation of color #501493: hue angle of 268.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501493 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 20 | 147 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.42 |
| HSL | 268.35º | 0.76% | 0.33% | - |
| HSV(B) | 268.35º | 0.86% | 0.58% | - |
| XYZ | 8.82 | 4.31 | 27.97 | - |
| YUV | 52.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 147 | 0.46 | 0.86 | 0 | 0.42 | 268.35 | 0.76 | 0.33 |
| Hex | 50 | 14 | 93 | 2E | 56 | 0 | 2A | 10C | 4C | 21 |
| Octal | 120 | 24 | 223 | 56 | 126 | 0 | 52 | 414 | 114 | 41 |
| Binary | 1010000 | 10100 | 10010011 | 101110 | 1010110 | 0 | 101010 | 100001100 | 1001100 | 100001 |
Color Harmonies of #501493
Complementary color
Monochromatic Colors of #501493
Black with #501493
Text Example
Text Example
White with #501493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501493; }
p { color: rgb(80,20,147); }
H1.HeaderClassName
{
color: #501493;
}
.AnyTagClassName
{
color: #501493;
}
</style>
background-color css
<style>
a { background-color: #501493; }
a { background-color: rgb(80,20,147); }
div.DivClassName
{
background-color: #501493;
}
.BgClassName
{
background-color: #501493;
}
</style>
border-color css
<style>
span { border-color: #501493; }
span { border-color: rgb(80,20,147); }
td.TdClassName
{
border-color: #501493;
}
.TagClassName
{
border-color: #501493;
}
</style>