Shades of Indigo #50199F
Tints of Indigo #50199F
RGB
CMYK
RGB Variations
Color information
#50199F (or 0x50199F) is known color: Indigo. HEX triplet: 50, 19 and 9F. RGB value is (80,25,159). Sum of RGB (Red+Green+Blue) = 80+25+159=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #50199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199F is #AFE660. Grayscale: #383838. Windows color (decimal): -11527777 or 10426704. OLE color: 10426704.
HSL color Cylindrical-coordinate representation of color #50199F: hue angle of 264.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50199F is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 25 | 159 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.38 |
| HSL | 264.63º | 0.73% | 0.36% | - |
| HSV(B) | 264.63º | 0.84% | 0.62% | - |
| XYZ | 9.91 | 4.9 | 33.22 | - |
| YUV | 56.72 | 185.72 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 159 | 0.50 | 0.84 | 0 | 0.38 | 264.63 | 0.73 | 0.36 |
| Hex | 50 | 19 | 9F | 32 | 54 | 0 | 26 | 109 | 49 | 24 |
| Octal | 120 | 31 | 237 | 62 | 124 | 0 | 46 | 411 | 111 | 44 |
| Binary | 1010000 | 11001 | 10011111 | 110010 | 1010100 | 0 | 100110 | 100001001 | 1001001 | 100100 |
Color Harmonies of #50199F
Complementary color
Monochromatic Colors of #50199F
Black with #50199F
Text Example
Text Example
White with #50199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50199F; }
p { color: rgb(80,25,159); }
H1.HeaderClassName
{
color: #50199F;
}
.AnyTagClassName
{
color: #50199F;
}
</style>
background-color css
<style>
a { background-color: #50199F; }
a { background-color: rgb(80,25,159); }
div.DivClassName
{
background-color: #50199F;
}
.BgClassName
{
background-color: #50199F;
}
</style>
border-color css
<style>
span { border-color: #50199F; }
span { border-color: rgb(80,25,159); }
td.TdClassName
{
border-color: #50199F;
}
.TagClassName
{
border-color: #50199F;
}
</style>