Shades of Indigo #50046C
Tints of Indigo #50046C
RGB
CMYK
RGB Variations
Color information
#50046C (or 0x50046C) is known color: Indigo. HEX triplet: 50, 04 and 6C. RGB value is (80,4,108). Sum of RGB (Red+Green+Blue) = 80+4+108=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #50046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50046C is #AFFB93. Grayscale: #262626. Windows color (decimal): -11533204 or 7078992. OLE color: 7078992.
HSL color Cylindrical-coordinate representation of color #50046C: hue angle of 283.85º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50046C is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 4 | 108 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.58 |
| HSL | 283.85º | 0.93% | 0.22% | - |
| HSV(B) | 283.85º | 0.96% | 0.42% | - |
| XYZ | 6.06 | 2.88 | 14.42 | - |
| YUV | 38.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 108 | 0.26 | 0.96 | 0 | 0.58 | 283.85 | 0.93 | 0.22 |
| Hex | 50 | 4 | 6C | 1A | 60 | 0 | 3A | 11C | 5D | 16 |
| Octal | 120 | 4 | 154 | 32 | 140 | 0 | 72 | 434 | 135 | 26 |
| Binary | 1010000 | 100 | 1101100 | 11010 | 1100000 | 0 | 111010 | 100011100 | 1011101 | 10110 |
Color Harmonies of #50046C
Complementary color
Monochromatic Colors of #50046C
Black with #50046C
Text Example
Text Example
White with #50046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50046C; }
p { color: rgb(80,4,108); }
H1.HeaderClassName
{
color: #50046C;
}
.AnyTagClassName
{
color: #50046C;
}
</style>
background-color css
<style>
a { background-color: #50046C; }
a { background-color: rgb(80,4,108); }
div.DivClassName
{
background-color: #50046C;
}
.BgClassName
{
background-color: #50046C;
}
</style>
border-color css
<style>
span { border-color: #50046C; }
span { border-color: rgb(80,4,108); }
td.TdClassName
{
border-color: #50046C;
}
.TagClassName
{
border-color: #50046C;
}
</style>