Shades of Indigo #50179C
Tints of Indigo #50179C
RGB
CMYK
RGB Variations
Color information
#50179C (or 0x50179C) is known color: Indigo. HEX triplet: 50, 17 and 9C. RGB value is (80,23,156). Sum of RGB (Red+Green+Blue) = 80+23+156=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #50179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50179C is #AFE863. Grayscale: #363636. Windows color (decimal): -11528292 or 10229584. OLE color: 10229584.
HSL color Cylindrical-coordinate representation of color #50179C: hue angle of 265.71º degrees, saturation: 0.74, 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 #50179C is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 23 | 156 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.39 |
| HSL | 265.71º | 0.74% | 0.35% | - |
| HSV(B) | 265.71º | 0.85% | 0.61% | - |
| XYZ | 9.62 | 4.72 | 31.86 | - |
| YUV | 55.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 156 | 0.49 | 0.85 | 0 | 0.39 | 265.71 | 0.74 | 0.35 |
| Hex | 50 | 17 | 9C | 31 | 55 | 0 | 27 | 10A | 4A | 23 |
| Octal | 120 | 27 | 234 | 61 | 125 | 0 | 47 | 412 | 112 | 43 |
| Binary | 1010000 | 10111 | 10011100 | 110001 | 1010101 | 0 | 100111 | 100001010 | 1001010 | 100011 |
Color Harmonies of #50179C
Complementary color
Monochromatic Colors of #50179C
Black with #50179C
Text Example
Text Example
White with #50179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50179C; }
p { color: rgb(80,23,156); }
H1.HeaderClassName
{
color: #50179C;
}
.AnyTagClassName
{
color: #50179C;
}
</style>
background-color css
<style>
a { background-color: #50179C; }
a { background-color: rgb(80,23,156); }
div.DivClassName
{
background-color: #50179C;
}
.BgClassName
{
background-color: #50179C;
}
</style>
border-color css
<style>
span { border-color: #50179C; }
span { border-color: rgb(80,23,156); }
td.TdClassName
{
border-color: #50179C;
}
.TagClassName
{
border-color: #50179C;
}
</style>