Shades of Indigo #50179F
Tints of Indigo #50179F
RGB
CMYK
RGB Variations
Color information
#50179F (or 0x50179F) is known color: Indigo. HEX triplet: 50, 17 and 9F. RGB value is (80,23,159). Sum of RGB (Red+Green+Blue) = 80+23+159=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #50179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50179F is #AFE860. Grayscale: #373737. Windows color (decimal): -11528289 or 10426192. OLE color: 10426192.
HSL color Cylindrical-coordinate representation of color #50179F: hue angle of 265.15º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50179F is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 23 | 159 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.38 |
| HSL | 265.15º | 0.75% | 0.36% | - |
| HSV(B) | 265.15º | 0.86% | 0.62% | - |
| XYZ | 9.87 | 4.82 | 33.21 | - |
| YUV | 55.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 159 | 0.50 | 0.86 | 0 | 0.38 | 265.15 | 0.75 | 0.36 |
| Hex | 50 | 17 | 9F | 32 | 56 | 0 | 26 | 109 | 4B | 24 |
| Octal | 120 | 27 | 237 | 62 | 126 | 0 | 46 | 411 | 113 | 44 |
| Binary | 1010000 | 10111 | 10011111 | 110010 | 1010110 | 0 | 100110 | 100001001 | 1001011 | 100100 |
Color Harmonies of #50179F
Complementary color
Monochromatic Colors of #50179F
Black with #50179F
Text Example
Text Example
White with #50179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50179F; }
p { color: rgb(80,23,159); }
H1.HeaderClassName
{
color: #50179F;
}
.AnyTagClassName
{
color: #50179F;
}
</style>
background-color css
<style>
a { background-color: #50179F; }
a { background-color: rgb(80,23,159); }
div.DivClassName
{
background-color: #50179F;
}
.BgClassName
{
background-color: #50179F;
}
</style>
border-color css
<style>
span { border-color: #50179F; }
span { border-color: rgb(80,23,159); }
td.TdClassName
{
border-color: #50179F;
}
.TagClassName
{
border-color: #50179F;
}
</style>