Shades of Indigo #50167A
Tints of Indigo #50167A
RGB
CMYK
RGB Variations
Color information
#50167A (or 0x50167A) is known color: Indigo. HEX triplet: 50, 16 and 7A. RGB value is (80,22,122). Sum of RGB (Red+Green+Blue) = 80+22+122=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #50167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50167A is #AFE985. Grayscale: #323232. Windows color (decimal): -11528582 or 8001104. OLE color: 8001104.
HSL color Cylindrical-coordinate representation of color #50167A: hue angle of 274.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50167A is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 22 | 122 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.52 |
| HSL | 274.8º | 0.69% | 0.28% | - |
| HSV(B) | 274.8º | 0.82% | 0.48% | - |
| XYZ | 7.11 | 3.68 | 18.75 | - |
| YUV | 50.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 122 | 0.34 | 0.82 | 0 | 0.52 | 274.8 | 0.69 | 0.28 |
| Hex | 50 | 16 | 7A | 22 | 52 | 0 | 34 | 113 | 45 | 1C |
| Octal | 120 | 26 | 172 | 42 | 122 | 0 | 64 | 423 | 105 | 34 |
| Binary | 1010000 | 10110 | 1111010 | 100010 | 1010010 | 0 | 110100 | 100010011 | 1000101 | 11100 |
Color Harmonies of #50167A
Complementary color
Monochromatic Colors of #50167A
Black with #50167A
Text Example
Text Example
White with #50167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50167A; }
p { color: rgb(80,22,122); }
H1.HeaderClassName
{
color: #50167A;
}
.AnyTagClassName
{
color: #50167A;
}
</style>
background-color css
<style>
a { background-color: #50167A; }
a { background-color: rgb(80,22,122); }
div.DivClassName
{
background-color: #50167A;
}
.BgClassName
{
background-color: #50167A;
}
</style>
border-color css
<style>
span { border-color: #50167A; }
span { border-color: rgb(80,22,122); }
td.TdClassName
{
border-color: #50167A;
}
.TagClassName
{
border-color: #50167A;
}
</style>