Shades of Indigo #501192
Tints of Indigo #501192
RGB
CMYK
RGB Variations
Color information
#501192 (or 0x501192) is known color: Indigo. HEX triplet: 50, 11 and 92. RGB value is (80,17,146). Sum of RGB (Red+Green+Blue) = 80+17+146=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #501192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501192 is #AFEE6D. Grayscale: #323232. Windows color (decimal): -11529838 or 9572688. OLE color: 9572688.
HSL color Cylindrical-coordinate representation of color #501192: hue angle of 269.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501192 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 17 | 146 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.43 |
| HSL | 269.3º | 0.79% | 0.32% | - |
| HSV(B) | 269.3º | 0.88% | 0.57% | - |
| XYZ | 8.7 | 4.18 | 27.54 | - |
| YUV | 50.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 146 | 0.45 | 0.88 | 0 | 0.43 | 269.3 | 0.79 | 0.32 |
| Hex | 50 | 11 | 92 | 2D | 58 | 0 | 2B | 10D | 4F | 20 |
| Octal | 120 | 21 | 222 | 55 | 130 | 0 | 53 | 415 | 117 | 40 |
| Binary | 1010000 | 10001 | 10010010 | 101101 | 1011000 | 0 | 101011 | 100001101 | 1001111 | 100000 |
Color Harmonies of #501192
Complementary color
Monochromatic Colors of #501192
Black with #501192
Text Example
Text Example
White with #501192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501192; }
p { color: rgb(80,17,146); }
H1.HeaderClassName
{
color: #501192;
}
.AnyTagClassName
{
color: #501192;
}
</style>
background-color css
<style>
a { background-color: #501192; }
a { background-color: rgb(80,17,146); }
div.DivClassName
{
background-color: #501192;
}
.BgClassName
{
background-color: #501192;
}
</style>
border-color css
<style>
span { border-color: #501192; }
span { border-color: rgb(80,17,146); }
td.TdClassName
{
border-color: #501192;
}
.TagClassName
{
border-color: #501192;
}
</style>