Shades of Indigo #501393
Tints of Indigo #501393
RGB
CMYK
RGB Variations
Color information
#501393 (or 0x501393) is known color: Indigo. HEX triplet: 50, 13 and 93. RGB value is (80,19,147). Sum of RGB (Red+Green+Blue) = 80+19+147=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #501393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501393 is #AFEC6C. Grayscale: #333333. Windows color (decimal): -11529325 or 9638736. OLE color: 9638736.
HSL color Cylindrical-coordinate representation of color #501393: hue angle of 268.59º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501393 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 19 | 147 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.42 |
| HSL | 268.59º | 0.77% | 0.33% | - |
| HSV(B) | 268.59º | 0.87% | 0.58% | - |
| XYZ | 8.81 | 4.28 | 27.97 | - |
| YUV | 51.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 147 | 0.46 | 0.87 | 0 | 0.42 | 268.59 | 0.77 | 0.33 |
| Hex | 50 | 13 | 93 | 2E | 57 | 0 | 2A | 10D | 4D | 21 |
| Octal | 120 | 23 | 223 | 56 | 127 | 0 | 52 | 415 | 115 | 41 |
| Binary | 1010000 | 10011 | 10010011 | 101110 | 1010111 | 0 | 101010 | 100001101 | 1001101 | 100001 |
Color Harmonies of #501393
Complementary color
Monochromatic Colors of #501393
Black with #501393
Text Example
Text Example
White with #501393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501393; }
p { color: rgb(80,19,147); }
H1.HeaderClassName
{
color: #501393;
}
.AnyTagClassName
{
color: #501393;
}
</style>
background-color css
<style>
a { background-color: #501393; }
a { background-color: rgb(80,19,147); }
div.DivClassName
{
background-color: #501393;
}
.BgClassName
{
background-color: #501393;
}
</style>
border-color css
<style>
span { border-color: #501393; }
span { border-color: rgb(80,19,147); }
td.TdClassName
{
border-color: #501393;
}
.TagClassName
{
border-color: #501393;
}
</style>