Shades of Indigo #50178D
Tints of Indigo #50178D
RGB
CMYK
RGB Variations
Color information
#50178D (or 0x50178D) is known color: Indigo. HEX triplet: 50, 17 and 8D. RGB value is (80,23,141). Sum of RGB (Red+Green+Blue) = 80+23+141=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #50178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50178D is #AFE872. Grayscale: #353535. Windows color (decimal): -11528307 or 9246544. OLE color: 9246544.
HSL color Cylindrical-coordinate representation of color #50178D: hue angle of 268.98º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50178D is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 23 | 141 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.45 |
| HSL | 268.98º | 0.72% | 0.32% | - |
| HSV(B) | 268.98º | 0.84% | 0.55% | - |
| XYZ | 8.42 | 4.24 | 25.57 | - |
| YUV | 53.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 141 | 0.43 | 0.84 | 0 | 0.45 | 268.98 | 0.72 | 0.32 |
| Hex | 50 | 17 | 8D | 2B | 54 | 0 | 2D | 10D | 48 | 20 |
| Octal | 120 | 27 | 215 | 53 | 124 | 0 | 55 | 415 | 110 | 40 |
| Binary | 1010000 | 10111 | 10001101 | 101011 | 1010100 | 0 | 101101 | 100001101 | 1001000 | 100000 |
Color Harmonies of #50178D
Complementary color
Monochromatic Colors of #50178D
Black with #50178D
Text Example
Text Example
White with #50178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50178D; }
p { color: rgb(80,23,141); }
H1.HeaderClassName
{
color: #50178D;
}
.AnyTagClassName
{
color: #50178D;
}
</style>
background-color css
<style>
a { background-color: #50178D; }
a { background-color: rgb(80,23,141); }
div.DivClassName
{
background-color: #50178D;
}
.BgClassName
{
background-color: #50178D;
}
</style>
border-color css
<style>
span { border-color: #50178D; }
span { border-color: rgb(80,23,141); }
td.TdClassName
{
border-color: #50178D;
}
.TagClassName
{
border-color: #50178D;
}
</style>