Shades of Indigo #50189F
Tints of Indigo #50189F
RGB
CMYK
RGB Variations
Color information
#50189F (or 0x50189F) is known color: Indigo. HEX triplet: 50, 18 and 9F. RGB value is (80,24,159). Sum of RGB (Red+Green+Blue) = 80+24+159=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #50189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189F is #AFE760. Grayscale: #373737. Windows color (decimal): -11528033 or 10426448. OLE color: 10426448.
HSL color Cylindrical-coordinate representation of color #50189F: hue angle of 264.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50189F is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 24 | 159 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.38 |
| HSL | 264.89º | 0.74% | 0.36% | - |
| HSV(B) | 264.89º | 0.85% | 0.62% | - |
| XYZ | 9.89 | 4.86 | 33.22 | - |
| YUV | 56.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 159 | 0.50 | 0.85 | 0 | 0.38 | 264.89 | 0.74 | 0.36 |
| Hex | 50 | 18 | 9F | 32 | 55 | 0 | 26 | 109 | 4A | 24 |
| Octal | 120 | 30 | 237 | 62 | 125 | 0 | 46 | 411 | 112 | 44 |
| Binary | 1010000 | 11000 | 10011111 | 110010 | 1010101 | 0 | 100110 | 100001001 | 1001010 | 100100 |
Color Harmonies of #50189F
Complementary color
Monochromatic Colors of #50189F
Black with #50189F
Text Example
Text Example
White with #50189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50189F; }
p { color: rgb(80,24,159); }
H1.HeaderClassName
{
color: #50189F;
}
.AnyTagClassName
{
color: #50189F;
}
</style>
background-color css
<style>
a { background-color: #50189F; }
a { background-color: rgb(80,24,159); }
div.DivClassName
{
background-color: #50189F;
}
.BgClassName
{
background-color: #50189F;
}
</style>
border-color css
<style>
span { border-color: #50189F; }
span { border-color: rgb(80,24,159); }
td.TdClassName
{
border-color: #50189F;
}
.TagClassName
{
border-color: #50189F;
}
</style>