Shades of Indigo #50036A
Tints of Indigo #50036A
RGB
CMYK
RGB Variations
Color information
#50036A (or 0x50036A) is known color: Indigo. HEX triplet: 50, 03 and 6A. RGB value is (80,3,106). Sum of RGB (Red+Green+Blue) = 80+3+106=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #50036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50036A is #AFFC95. Grayscale: #252525. Windows color (decimal): -11533462 or 6947664. OLE color: 6947664.
HSL color Cylindrical-coordinate representation of color #50036A: hue angle of 284.85º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50036A is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 3 | 106 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.58 |
| HSL | 284.85º | 0.94% | 0.21% | - |
| HSV(B) | 284.85º | 0.97% | 0.42% | - |
| XYZ | 5.94 | 2.81 | 13.87 | - |
| YUV | 37.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 106 | 0.25 | 0.97 | 0 | 0.58 | 284.85 | 0.94 | 0.21 |
| Hex | 50 | 3 | 6A | 19 | 61 | 0 | 3A | 11D | 5E | 15 |
| Octal | 120 | 3 | 152 | 31 | 141 | 0 | 72 | 435 | 136 | 25 |
| Binary | 1010000 | 11 | 1101010 | 11001 | 1100001 | 0 | 111010 | 100011101 | 1011110 | 10101 |
Color Harmonies of #50036A
Complementary color
Monochromatic Colors of #50036A
Black with #50036A
Text Example
Text Example
White with #50036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50036A; }
p { color: rgb(80,3,106); }
H1.HeaderClassName
{
color: #50036A;
}
.AnyTagClassName
{
color: #50036A;
}
</style>
background-color css
<style>
a { background-color: #50036A; }
a { background-color: rgb(80,3,106); }
div.DivClassName
{
background-color: #50036A;
}
.BgClassName
{
background-color: #50036A;
}
</style>
border-color css
<style>
span { border-color: #50036A; }
span { border-color: rgb(80,3,106); }
td.TdClassName
{
border-color: #50036A;
}
.TagClassName
{
border-color: #50036A;
}
</style>