Shades of Indigo #501094
Tints of Indigo #501094
RGB
CMYK
RGB Variations
Color information
#501094 (or 0x501094) is known color: Indigo. HEX triplet: 50, 10 and 94. RGB value is (80,16,148). Sum of RGB (Red+Green+Blue) = 80+16+148=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #501094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501094 is #AFEF6B. Grayscale: #313131. Windows color (decimal): -11530092 or 9703504. OLE color: 9703504.
HSL color Cylindrical-coordinate representation of color #501094: hue angle of 269.09º degrees, saturation: 0.8, 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 #501094 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 16 | 148 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.42 |
| HSL | 269.09º | 0.8% | 0.32% | - |
| HSV(B) | 269.09º | 0.89% | 0.58% | - |
| XYZ | 8.84 | 4.21 | 28.36 | - |
| YUV | 50.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 148 | 0.46 | 0.89 | 0 | 0.42 | 269.09 | 0.8 | 0.32 |
| Hex | 50 | 10 | 94 | 2E | 59 | 0 | 2A | 10D | 50 | 20 |
| Octal | 120 | 20 | 224 | 56 | 131 | 0 | 52 | 415 | 120 | 40 |
| Binary | 1010000 | 10000 | 10010100 | 101110 | 1011001 | 0 | 101010 | 100001101 | 1010000 | 100000 |
Color Harmonies of #501094
Complementary color
Monochromatic Colors of #501094
Black with #501094
Text Example
Text Example
White with #501094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501094; }
p { color: rgb(80,16,148); }
H1.HeaderClassName
{
color: #501094;
}
.AnyTagClassName
{
color: #501094;
}
</style>
background-color css
<style>
a { background-color: #501094; }
a { background-color: rgb(80,16,148); }
div.DivClassName
{
background-color: #501094;
}
.BgClassName
{
background-color: #501094;
}
</style>
border-color css
<style>
span { border-color: #501094; }
span { border-color: rgb(80,16,148); }
td.TdClassName
{
border-color: #501094;
}
.TagClassName
{
border-color: #501094;
}
</style>