Shades of Indigo #50179B
Tints of Indigo #50179B
RGB
CMYK
RGB Variations
Color information
#50179B (or 0x50179B) is known color: Indigo. HEX triplet: 50, 17 and 9B. RGB value is (80,23,155). Sum of RGB (Red+Green+Blue) = 80+23+155=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #50179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50179B is #AFE864. Grayscale: #363636. Windows color (decimal): -11528293 or 10164048. OLE color: 10164048.
HSL color Cylindrical-coordinate representation of color #50179B: hue angle of 265.91º 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 #50179B is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 23 | 155 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.39 |
| HSL | 265.91º | 0.74% | 0.35% | - |
| HSV(B) | 265.91º | 0.85% | 0.61% | - |
| XYZ | 9.53 | 4.68 | 31.41 | - |
| YUV | 55.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 155 | 0.48 | 0.85 | 0 | 0.39 | 265.91 | 0.74 | 0.35 |
| Hex | 50 | 17 | 9B | 30 | 55 | 0 | 27 | 10A | 4A | 23 |
| Octal | 120 | 27 | 233 | 60 | 125 | 0 | 47 | 412 | 112 | 43 |
| Binary | 1010000 | 10111 | 10011011 | 110000 | 1010101 | 0 | 100111 | 100001010 | 1001010 | 100011 |
Color Harmonies of #50179B
Complementary color
Monochromatic Colors of #50179B
Black with #50179B
Text Example
Text Example
White with #50179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50179B; }
p { color: rgb(80,23,155); }
H1.HeaderClassName
{
color: #50179B;
}
.AnyTagClassName
{
color: #50179B;
}
</style>
background-color css
<style>
a { background-color: #50179B; }
a { background-color: rgb(80,23,155); }
div.DivClassName
{
background-color: #50179B;
}
.BgClassName
{
background-color: #50179B;
}
</style>
border-color css
<style>
span { border-color: #50179B; }
span { border-color: rgb(80,23,155); }
td.TdClassName
{
border-color: #50179B;
}
.TagClassName
{
border-color: #50179B;
}
</style>