Shades of Indigo #50179E
Tints of Indigo #50179E
RGB
CMYK
RGB Variations
Color information
#50179E (or 0x50179E) is known color: Indigo. HEX triplet: 50, 17 and 9E. RGB value is (80,23,158). Sum of RGB (Red+Green+Blue) = 80+23+158=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #50179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50179E is #AFE861. Grayscale: #363636. Windows color (decimal): -11528290 or 10360656. OLE color: 10360656.
HSL color Cylindrical-coordinate representation of color #50179E: hue angle of 265.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50179E is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 23 | 158 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.38 |
| HSL | 265.33º | 0.75% | 0.35% | - |
| HSV(B) | 265.33º | 0.85% | 0.62% | - |
| XYZ | 9.79 | 4.79 | 32.76 | - |
| YUV | 55.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 158 | 0.49 | 0.85 | 0 | 0.38 | 265.33 | 0.75 | 0.35 |
| Hex | 50 | 17 | 9E | 31 | 55 | 0 | 26 | 109 | 4B | 23 |
| Octal | 120 | 27 | 236 | 61 | 125 | 0 | 46 | 411 | 113 | 43 |
| Binary | 1010000 | 10111 | 10011110 | 110001 | 1010101 | 0 | 100110 | 100001001 | 1001011 | 100011 |
Color Harmonies of #50179E
Complementary color
Monochromatic Colors of #50179E
Black with #50179E
Text Example
Text Example
White with #50179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50179E; }
p { color: rgb(80,23,158); }
H1.HeaderClassName
{
color: #50179E;
}
.AnyTagClassName
{
color: #50179E;
}
</style>
background-color css
<style>
a { background-color: #50179E; }
a { background-color: rgb(80,23,158); }
div.DivClassName
{
background-color: #50179E;
}
.BgClassName
{
background-color: #50179E;
}
</style>
border-color css
<style>
span { border-color: #50179E; }
span { border-color: rgb(80,23,158); }
td.TdClassName
{
border-color: #50179E;
}
.TagClassName
{
border-color: #50179E;
}
</style>