Shades of Indigo #50199A
Tints of Indigo #50199A
RGB
CMYK
RGB Variations
Color information
#50199A (or 0x50199A) is known color: Indigo. HEX triplet: 50, 19 and 9A. RGB value is (80,25,154). Sum of RGB (Red+Green+Blue) = 80+25+154=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #50199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199A is #AFE665. Grayscale: #373737. Windows color (decimal): -11527782 or 10099024. OLE color: 10099024.
HSL color Cylindrical-coordinate representation of color #50199A: hue angle of 265.58º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50199A is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 25 | 154 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.40 |
| HSL | 265.58º | 0.72% | 0.35% | - |
| HSV(B) | 265.58º | 0.84% | 0.6% | - |
| XYZ | 9.49 | 4.73 | 30.99 | - |
| YUV | 56.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 154 | 0.48 | 0.84 | 0 | 0.40 | 265.58 | 0.72 | 0.35 |
| Hex | 50 | 19 | 9A | 30 | 54 | 0 | 28 | 10A | 48 | 23 |
| Octal | 120 | 31 | 232 | 60 | 124 | 0 | 50 | 412 | 110 | 43 |
| Binary | 1010000 | 11001 | 10011010 | 110000 | 1010100 | 0 | 101000 | 100001010 | 1001000 | 100011 |
Color Harmonies of #50199A
Complementary color
Monochromatic Colors of #50199A
Black with #50199A
Text Example
Text Example
White with #50199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50199A; }
p { color: rgb(80,25,154); }
H1.HeaderClassName
{
color: #50199A;
}
.AnyTagClassName
{
color: #50199A;
}
</style>
background-color css
<style>
a { background-color: #50199A; }
a { background-color: rgb(80,25,154); }
div.DivClassName
{
background-color: #50199A;
}
.BgClassName
{
background-color: #50199A;
}
</style>
border-color css
<style>
span { border-color: #50199A; }
span { border-color: rgb(80,25,154); }
td.TdClassName
{
border-color: #50199A;
}
.TagClassName
{
border-color: #50199A;
}
</style>