Shades of Indigo #501392
Tints of Indigo #501392
RGB
CMYK
RGB Variations
Color information
#501392 (or 0x501392) is known color: Indigo. HEX triplet: 50, 13 and 92. RGB value is (80,19,146). Sum of RGB (Red+Green+Blue) = 80+19+146=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #501392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501392 is #AFEC6D. Grayscale: #333333. Windows color (decimal): -11529326 or 9573200. OLE color: 9573200.
HSL color Cylindrical-coordinate representation of color #501392: hue angle of 268.82º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501392 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 19 | 146 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.43 |
| HSL | 268.82º | 0.77% | 0.32% | - |
| HSV(B) | 268.82º | 0.87% | 0.57% | - |
| XYZ | 8.73 | 4.25 | 27.55 | - |
| YUV | 51.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 146 | 0.45 | 0.87 | 0 | 0.43 | 268.82 | 0.77 | 0.32 |
| Hex | 50 | 13 | 92 | 2D | 57 | 0 | 2B | 10D | 4D | 20 |
| Octal | 120 | 23 | 222 | 55 | 127 | 0 | 53 | 415 | 115 | 40 |
| Binary | 1010000 | 10011 | 10010010 | 101101 | 1010111 | 0 | 101011 | 100001101 | 1001101 | 100000 |
Color Harmonies of #501392
Complementary color
Monochromatic Colors of #501392
Black with #501392
Text Example
Text Example
White with #501392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501392; }
p { color: rgb(80,19,146); }
H1.HeaderClassName
{
color: #501392;
}
.AnyTagClassName
{
color: #501392;
}
</style>
background-color css
<style>
a { background-color: #501392; }
a { background-color: rgb(80,19,146); }
div.DivClassName
{
background-color: #501392;
}
.BgClassName
{
background-color: #501392;
}
</style>
border-color css
<style>
span { border-color: #501392; }
span { border-color: rgb(80,19,146); }
td.TdClassName
{
border-color: #501392;
}
.TagClassName
{
border-color: #501392;
}
</style>