Shades of Indigo #50046F
Tints of Indigo #50046F
RGB
CMYK
RGB Variations
Color information
#50046F (or 0x50046F) is known color: Indigo. HEX triplet: 50, 04 and 6F. RGB value is (80,4,111). Sum of RGB (Red+Green+Blue) = 80+4+111=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #50046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50046F is #AFFB90. Grayscale: #262626. Windows color (decimal): -11533201 or 7275600. OLE color: 7275600.
HSL color Cylindrical-coordinate representation of color #50046F: hue angle of 282.62º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50046F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 4 | 111 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.56 |
| HSL | 282.62º | 0.93% | 0.23% | - |
| HSV(B) | 282.62º | 0.96% | 0.44% | - |
| XYZ | 6.22 | 2.94 | 15.28 | - |
| YUV | 38.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 111 | 0.28 | 0.96 | 0 | 0.56 | 282.62 | 0.93 | 0.23 |
| Hex | 50 | 4 | 6F | 1C | 60 | 0 | 38 | 11B | 5D | 17 |
| Octal | 120 | 4 | 157 | 34 | 140 | 0 | 70 | 433 | 135 | 27 |
| Binary | 1010000 | 100 | 1101111 | 11100 | 1100000 | 0 | 111000 | 100011011 | 1011101 | 10111 |
Color Harmonies of #50046F
Complementary color
Monochromatic Colors of #50046F
Black with #50046F
Text Example
Text Example
White with #50046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50046F; }
p { color: rgb(80,4,111); }
H1.HeaderClassName
{
color: #50046F;
}
.AnyTagClassName
{
color: #50046F;
}
</style>
background-color css
<style>
a { background-color: #50046F; }
a { background-color: rgb(80,4,111); }
div.DivClassName
{
background-color: #50046F;
}
.BgClassName
{
background-color: #50046F;
}
</style>
border-color css
<style>
span { border-color: #50046F; }
span { border-color: rgb(80,4,111); }
td.TdClassName
{
border-color: #50046F;
}
.TagClassName
{
border-color: #50046F;
}
</style>