Shades of Indigo #50036C
Tints of Indigo #50036C
RGB
CMYK
RGB Variations
Color information
#50036C (or 0x50036C) is known color: Indigo. HEX triplet: 50, 03 and 6C. RGB value is (80,3,108). Sum of RGB (Red+Green+Blue) = 80+3+108=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #50036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50036C is #AFFC93. Grayscale: #252525. Windows color (decimal): -11533460 or 7078736. OLE color: 7078736.
HSL color Cylindrical-coordinate representation of color #50036C: hue angle of 284º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50036C is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 3 | 108 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.58 |
| HSL | 284º | 0.95% | 0.22% | - |
| HSV(B) | 284º | 0.97% | 0.42% | - |
| XYZ | 6.05 | 2.85 | 14.42 | - |
| YUV | 37.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 108 | 0.26 | 0.97 | 0 | 0.58 | 284 | 0.95 | 0.22 |
| Hex | 50 | 3 | 6C | 1A | 61 | 0 | 3A | 11C | 5F | 16 |
| Octal | 120 | 3 | 154 | 32 | 141 | 0 | 72 | 434 | 137 | 26 |
| Binary | 1010000 | 11 | 1101100 | 11010 | 1100001 | 0 | 111010 | 100011100 | 1011111 | 10110 |
Color Harmonies of #50036C
Complementary color
Monochromatic Colors of #50036C
Black with #50036C
Text Example
Text Example
White with #50036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50036C; }
p { color: rgb(80,3,108); }
H1.HeaderClassName
{
color: #50036C;
}
.AnyTagClassName
{
color: #50036C;
}
</style>
background-color css
<style>
a { background-color: #50036C; }
a { background-color: rgb(80,3,108); }
div.DivClassName
{
background-color: #50036C;
}
.BgClassName
{
background-color: #50036C;
}
</style>
border-color css
<style>
span { border-color: #50036C; }
span { border-color: rgb(80,3,108); }
td.TdClassName
{
border-color: #50036C;
}
.TagClassName
{
border-color: #50036C;
}
</style>