Shades of Indigo #50189B
Tints of Indigo #50189B
RGB
CMYK
RGB Variations
Color information
#50189B (or 0x50189B) is known color: Indigo. HEX triplet: 50, 18 and 9B. RGB value is (80,24,155). Sum of RGB (Red+Green+Blue) = 80+24+155=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #50189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189B is #AFE764. Grayscale: #373737. Windows color (decimal): -11528037 or 10164304. OLE color: 10164304.
HSL color Cylindrical-coordinate representation of color #50189B: hue angle of 265.65º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50189B is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 24 | 155 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.39 |
| HSL | 265.65º | 0.73% | 0.35% | - |
| HSV(B) | 265.65º | 0.85% | 0.61% | - |
| XYZ | 9.55 | 4.73 | 31.42 | - |
| YUV | 55.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 155 | 0.48 | 0.85 | 0 | 0.39 | 265.65 | 0.73 | 0.35 |
| Hex | 50 | 18 | 9B | 30 | 55 | 0 | 27 | 10A | 49 | 23 |
| Octal | 120 | 30 | 233 | 60 | 125 | 0 | 47 | 412 | 111 | 43 |
| Binary | 1010000 | 11000 | 10011011 | 110000 | 1010101 | 0 | 100111 | 100001010 | 1001001 | 100011 |
Color Harmonies of #50189B
Complementary color
Monochromatic Colors of #50189B
Black with #50189B
Text Example
Text Example
White with #50189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50189B; }
p { color: rgb(80,24,155); }
H1.HeaderClassName
{
color: #50189B;
}
.AnyTagClassName
{
color: #50189B;
}
</style>
background-color css
<style>
a { background-color: #50189B; }
a { background-color: rgb(80,24,155); }
div.DivClassName
{
background-color: #50189B;
}
.BgClassName
{
background-color: #50189B;
}
</style>
border-color css
<style>
span { border-color: #50189B; }
span { border-color: rgb(80,24,155); }
td.TdClassName
{
border-color: #50189B;
}
.TagClassName
{
border-color: #50189B;
}
</style>