Shades of Indigo #50199B
Tints of Indigo #50199B
RGB
CMYK
RGB Variations
Color information
#50199B (or 0x50199B) is known color: Indigo. HEX triplet: 50, 19 and 9B. RGB value is (80,25,155). Sum of RGB (Red+Green+Blue) = 80+25+155=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #50199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50199B is #AFE664. Grayscale: #373737. Windows color (decimal): -11527781 or 10164560. OLE color: 10164560.
HSL color Cylindrical-coordinate representation of color #50199B: hue angle of 265.38º 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 #50199B is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 25 | 155 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.39 |
| HSL | 265.38º | 0.72% | 0.35% | - |
| HSV(B) | 265.38º | 0.84% | 0.61% | - |
| XYZ | 9.57 | 4.77 | 31.43 | - |
| YUV | 56.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 155 | 0.48 | 0.84 | 0 | 0.39 | 265.38 | 0.72 | 0.35 |
| Hex | 50 | 19 | 9B | 30 | 54 | 0 | 27 | 109 | 48 | 23 |
| Octal | 120 | 31 | 233 | 60 | 124 | 0 | 47 | 411 | 110 | 43 |
| Binary | 1010000 | 11001 | 10011011 | 110000 | 1010100 | 0 | 100111 | 100001001 | 1001000 | 100011 |
Color Harmonies of #50199B
Complementary color
Monochromatic Colors of #50199B
Black with #50199B
Text Example
Text Example
White with #50199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50199B; }
p { color: rgb(80,25,155); }
H1.HeaderClassName
{
color: #50199B;
}
.AnyTagClassName
{
color: #50199B;
}
</style>
background-color css
<style>
a { background-color: #50199B; }
a { background-color: rgb(80,25,155); }
div.DivClassName
{
background-color: #50199B;
}
.BgClassName
{
background-color: #50199B;
}
</style>
border-color css
<style>
span { border-color: #50199B; }
span { border-color: rgb(80,25,155); }
td.TdClassName
{
border-color: #50199B;
}
.TagClassName
{
border-color: #50199B;
}
</style>