Shades of Indigo #501194
Tints of Indigo #501194
RGB
CMYK
RGB Variations
Color information
#501194 (or 0x501194) is known color: Indigo. HEX triplet: 50, 11 and 94. RGB value is (80,17,148). Sum of RGB (Red+Green+Blue) = 80+17+148=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #501194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501194 is #AFEE6B. Grayscale: #323232. Windows color (decimal): -11529836 or 9703760. OLE color: 9703760.
HSL color Cylindrical-coordinate representation of color #501194: hue angle of 268.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501194 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 17 | 148 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.42 |
| HSL | 268.85º | 0.79% | 0.32% | - |
| HSV(B) | 268.85º | 0.89% | 0.58% | - |
| XYZ | 8.85 | 4.24 | 28.37 | - |
| YUV | 50.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 148 | 0.46 | 0.89 | 0 | 0.42 | 268.85 | 0.79 | 0.32 |
| Hex | 50 | 11 | 94 | 2E | 59 | 0 | 2A | 10D | 4F | 20 |
| Octal | 120 | 21 | 224 | 56 | 131 | 0 | 52 | 415 | 117 | 40 |
| Binary | 1010000 | 10001 | 10010100 | 101110 | 1011001 | 0 | 101010 | 100001101 | 1001111 | 100000 |
Color Harmonies of #501194
Complementary color
Monochromatic Colors of #501194
Black with #501194
Text Example
Text Example
White with #501194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501194; }
p { color: rgb(80,17,148); }
H1.HeaderClassName
{
color: #501194;
}
.AnyTagClassName
{
color: #501194;
}
</style>
background-color css
<style>
a { background-color: #501194; }
a { background-color: rgb(80,17,148); }
div.DivClassName
{
background-color: #501194;
}
.BgClassName
{
background-color: #501194;
}
</style>
border-color css
<style>
span { border-color: #501194; }
span { border-color: rgb(80,17,148); }
td.TdClassName
{
border-color: #501194;
}
.TagClassName
{
border-color: #501194;
}
</style>