Shades of Indigo #50199C
Tints of Indigo #50199C
RGB
CMYK
RGB Variations
Color information
#50199C (or 0x50199C) is known color: Indigo. HEX triplet: 50, 19 and 9C. RGB value is (80,25,156). Sum of RGB (Red+Green+Blue) = 80+25+156=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #50199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199C is #AFE663. Grayscale: #373737. Windows color (decimal): -11527780 or 10230096. OLE color: 10230096.
HSL color Cylindrical-coordinate representation of color #50199C: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50199C is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 25 | 156 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.39 |
| HSL | 265.19º | 0.72% | 0.35% | - |
| HSV(B) | 265.19º | 0.84% | 0.61% | - |
| XYZ | 9.66 | 4.8 | 31.87 | - |
| YUV | 56.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 156 | 0.49 | 0.84 | 0 | 0.39 | 265.19 | 0.72 | 0.35 |
| Hex | 50 | 19 | 9C | 31 | 54 | 0 | 27 | 109 | 48 | 23 |
| Octal | 120 | 31 | 234 | 61 | 124 | 0 | 47 | 411 | 110 | 43 |
| Binary | 1010000 | 11001 | 10011100 | 110001 | 1010100 | 0 | 100111 | 100001001 | 1001000 | 100011 |
Color Harmonies of #50199C
Complementary color
Monochromatic Colors of #50199C
Black with #50199C
Text Example
Text Example
White with #50199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50199C; }
p { color: rgb(80,25,156); }
H1.HeaderClassName
{
color: #50199C;
}
.AnyTagClassName
{
color: #50199C;
}
</style>
background-color css
<style>
a { background-color: #50199C; }
a { background-color: rgb(80,25,156); }
div.DivClassName
{
background-color: #50199C;
}
.BgClassName
{
background-color: #50199C;
}
</style>
border-color css
<style>
span { border-color: #50199C; }
span { border-color: rgb(80,25,156); }
td.TdClassName
{
border-color: #50199C;
}
.TagClassName
{
border-color: #50199C;
}
</style>