Shades of Indigo #501593
Tints of Indigo #501593
RGB
CMYK
RGB Variations
Color information
#501593 (or 0x501593) is known color: Indigo. HEX triplet: 50, 15 and 93. RGB value is (80,21,147). Sum of RGB (Red+Green+Blue) = 80+21+147=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #501593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501593 is #AFEA6C. Grayscale: #343434. Windows color (decimal): -11528813 or 9639248. OLE color: 9639248.
HSL color Cylindrical-coordinate representation of color #501593: hue angle of 268.1º degrees, saturation: 0.75, 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 #501593 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 21 | 147 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.42 |
| HSL | 268.1º | 0.75% | 0.33% | - |
| HSV(B) | 268.1º | 0.86% | 0.58% | - |
| XYZ | 8.84 | 4.35 | 27.98 | - |
| YUV | 53.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 147 | 0.46 | 0.86 | 0 | 0.42 | 268.1 | 0.75 | 0.33 |
| Hex | 50 | 15 | 93 | 2E | 56 | 0 | 2A | 10C | 4B | 21 |
| Octal | 120 | 25 | 223 | 56 | 126 | 0 | 52 | 414 | 113 | 41 |
| Binary | 1010000 | 10101 | 10010011 | 101110 | 1010110 | 0 | 101010 | 100001100 | 1001011 | 100001 |
Color Harmonies of #501593
Complementary color
Monochromatic Colors of #501593
Black with #501593
Text Example
Text Example
White with #501593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501593; }
p { color: rgb(80,21,147); }
H1.HeaderClassName
{
color: #501593;
}
.AnyTagClassName
{
color: #501593;
}
</style>
background-color css
<style>
a { background-color: #501593; }
a { background-color: rgb(80,21,147); }
div.DivClassName
{
background-color: #501593;
}
.BgClassName
{
background-color: #501593;
}
</style>
border-color css
<style>
span { border-color: #501593; }
span { border-color: rgb(80,21,147); }
td.TdClassName
{
border-color: #501593;
}
.TagClassName
{
border-color: #501593;
}
</style>