Shades of Indigo #50199E
Tints of Indigo #50199E
RGB
CMYK
RGB Variations
Color information
#50199E (or 0x50199E) is known color: Indigo. HEX triplet: 50, 19 and 9E. RGB value is (80,25,158). Sum of RGB (Red+Green+Blue) = 80+25+158=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #50199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199E is #AFE661. Grayscale: #383838. Windows color (decimal): -11527778 or 10361168. OLE color: 10361168.
HSL color Cylindrical-coordinate representation of color #50199E: hue angle of 264.81º 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 #50199E is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 25 | 158 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.38 |
| HSL | 264.81º | 0.73% | 0.36% | - |
| HSV(B) | 264.81º | 0.84% | 0.62% | - |
| XYZ | 9.83 | 4.87 | 32.77 | - |
| YUV | 56.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 158 | 0.49 | 0.84 | 0 | 0.38 | 264.81 | 0.73 | 0.36 |
| Hex | 50 | 19 | 9E | 31 | 54 | 0 | 26 | 109 | 49 | 24 |
| Octal | 120 | 31 | 236 | 61 | 124 | 0 | 46 | 411 | 111 | 44 |
| Binary | 1010000 | 11001 | 10011110 | 110001 | 1010100 | 0 | 100110 | 100001001 | 1001001 | 100100 |
Color Harmonies of #50199E
Complementary color
Monochromatic Colors of #50199E
Black with #50199E
Text Example
Text Example
White with #50199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50199E; }
p { color: rgb(80,25,158); }
H1.HeaderClassName
{
color: #50199E;
}
.AnyTagClassName
{
color: #50199E;
}
</style>
background-color css
<style>
a { background-color: #50199E; }
a { background-color: rgb(80,25,158); }
div.DivClassName
{
background-color: #50199E;
}
.BgClassName
{
background-color: #50199E;
}
</style>
border-color css
<style>
span { border-color: #50199E; }
span { border-color: rgb(80,25,158); }
td.TdClassName
{
border-color: #50199E;
}
.TagClassName
{
border-color: #50199E;
}
</style>