Shades of Indigo #50039D
Tints of Indigo #50039D
RGB
CMYK
RGB Variations
Color information
#50039D (or 0x50039D) is known color: Indigo. HEX triplet: 50, 03 and 9D. RGB value is (80,3,157). Sum of RGB (Red+Green+Blue) = 80+3+157=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #50039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50039D is #AFFC62. Grayscale: #2B2B2B. Windows color (decimal): -11533411 or 10290000. OLE color: 10290000.
HSL color Cylindrical-coordinate representation of color #50039D: hue angle of 270º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50039D is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 3 | 157 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.38 |
| HSL | 270º | 0.96% | 0.31% | - |
| HSV(B) | 270º | 0.98% | 0.62% | - |
| XYZ | 9.43 | 4.2 | 32.21 | - |
| YUV | 43.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 157 | 0.49 | 0.98 | 0 | 0.38 | 270 | 0.96 | 0.31 |
| Hex | 50 | 3 | 9D | 31 | 62 | 0 | 26 | 10E | 60 | 1F |
| Octal | 120 | 3 | 235 | 61 | 142 | 0 | 46 | 416 | 140 | 37 |
| Binary | 1010000 | 11 | 10011101 | 110001 | 1100010 | 0 | 100110 | 100001110 | 1100000 | 11111 |
Color Harmonies of #50039D
Complementary color
Monochromatic Colors of #50039D
Black with #50039D
Text Example
Text Example
White with #50039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50039D; }
p { color: rgb(80,3,157); }
H1.HeaderClassName
{
color: #50039D;
}
.AnyTagClassName
{
color: #50039D;
}
</style>
background-color css
<style>
a { background-color: #50039D; }
a { background-color: rgb(80,3,157); }
div.DivClassName
{
background-color: #50039D;
}
.BgClassName
{
background-color: #50039D;
}
</style>
border-color css
<style>
span { border-color: #50039D; }
span { border-color: rgb(80,3,157); }
td.TdClassName
{
border-color: #50039D;
}
.TagClassName
{
border-color: #50039D;
}
</style>