Shades of Indigo #50168F
Tints of Indigo #50168F
RGB
CMYK
RGB Variations
Color information
#50168F (or 0x50168F) is known color: Indigo. HEX triplet: 50, 16 and 8F. RGB value is (80,22,143). Sum of RGB (Red+Green+Blue) = 80+22+143=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #50168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50168F is #AFE970. Grayscale: #343434. Windows color (decimal): -11528561 or 9377360. OLE color: 9377360.
HSL color Cylindrical-coordinate representation of color #50168F: hue angle of 268.76º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50168F is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 22 | 143 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.44 |
| HSL | 268.76º | 0.73% | 0.32% | - |
| HSV(B) | 268.76º | 0.85% | 0.56% | - |
| XYZ | 8.55 | 4.26 | 26.36 | - |
| YUV | 53.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 143 | 0.44 | 0.85 | 0 | 0.44 | 268.76 | 0.73 | 0.32 |
| Hex | 50 | 16 | 8F | 2C | 55 | 0 | 2C | 10D | 49 | 20 |
| Octal | 120 | 26 | 217 | 54 | 125 | 0 | 54 | 415 | 111 | 40 |
| Binary | 1010000 | 10110 | 10001111 | 101100 | 1010101 | 0 | 101100 | 100001101 | 1001001 | 100000 |
Color Harmonies of #50168F
Complementary color
Monochromatic Colors of #50168F
Black with #50168F
Text Example
Text Example
White with #50168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50168F; }
p { color: rgb(80,22,143); }
H1.HeaderClassName
{
color: #50168F;
}
.AnyTagClassName
{
color: #50168F;
}
</style>
background-color css
<style>
a { background-color: #50168F; }
a { background-color: rgb(80,22,143); }
div.DivClassName
{
background-color: #50168F;
}
.BgClassName
{
background-color: #50168F;
}
</style>
border-color css
<style>
span { border-color: #50168F; }
span { border-color: rgb(80,22,143); }
td.TdClassName
{
border-color: #50168F;
}
.TagClassName
{
border-color: #50168F;
}
</style>