Shades of Indigo #50178F
Tints of Indigo #50178F
RGB
CMYK
RGB Variations
Color information
#50178F (or 0x50178F) is known color: Indigo. HEX triplet: 50, 17 and 8F. RGB value is (80,23,143). Sum of RGB (Red+Green+Blue) = 80+23+143=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #50178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50178F is #AFE870. Grayscale: #353535. Windows color (decimal): -11528305 or 9377616. OLE color: 9377616.
HSL color Cylindrical-coordinate representation of color #50178F: hue angle of 268.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50178F is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 23 | 143 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.44 |
| HSL | 268.5º | 0.72% | 0.33% | - |
| HSV(B) | 268.5º | 0.84% | 0.56% | - |
| XYZ | 8.57 | 4.3 | 26.37 | - |
| YUV | 53.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 143 | 0.44 | 0.84 | 0 | 0.44 | 268.5 | 0.72 | 0.33 |
| Hex | 50 | 17 | 8F | 2C | 54 | 0 | 2C | 10C | 48 | 21 |
| Octal | 120 | 27 | 217 | 54 | 124 | 0 | 54 | 414 | 110 | 41 |
| Binary | 1010000 | 10111 | 10001111 | 101100 | 1010100 | 0 | 101100 | 100001100 | 1001000 | 100001 |
Color Harmonies of #50178F
Complementary color
Monochromatic Colors of #50178F
Black with #50178F
Text Example
Text Example
White with #50178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50178F; }
p { color: rgb(80,23,143); }
H1.HeaderClassName
{
color: #50178F;
}
.AnyTagClassName
{
color: #50178F;
}
</style>
background-color css
<style>
a { background-color: #50178F; }
a { background-color: rgb(80,23,143); }
div.DivClassName
{
background-color: #50178F;
}
.BgClassName
{
background-color: #50178F;
}
</style>
border-color css
<style>
span { border-color: #50178F; }
span { border-color: rgb(80,23,143); }
td.TdClassName
{
border-color: #50178F;
}
.TagClassName
{
border-color: #50178F;
}
</style>