Shades of Indigo #50038D
Tints of Indigo #50038D
RGB
CMYK
RGB Variations
Color information
#50038D (or 0x50038D) is known color: Indigo. HEX triplet: 50, 03 and 8D. RGB value is (80,3,141). Sum of RGB (Red+Green+Blue) = 80+3+141=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #50038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50038D is #AFFC72. Grayscale: #292929. Windows color (decimal): -11533427 or 9241424. OLE color: 9241424.
HSL color Cylindrical-coordinate representation of color #50038D: hue angle of 273.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50038D is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 3 | 141 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.45 |
| HSL | 273.48º | 0.96% | 0.28% | - |
| HSV(B) | 273.48º | 0.98% | 0.55% | - |
| XYZ | 8.15 | 3.69 | 25.48 | - |
| YUV | 41.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 141 | 0.43 | 0.98 | 0 | 0.45 | 273.48 | 0.96 | 0.28 |
| Hex | 50 | 3 | 8D | 2B | 62 | 0 | 2D | 111 | 60 | 1C |
| Octal | 120 | 3 | 215 | 53 | 142 | 0 | 55 | 421 | 140 | 34 |
| Binary | 1010000 | 11 | 10001101 | 101011 | 1100010 | 0 | 101101 | 100010001 | 1100000 | 11100 |
Color Harmonies of #50038D
Complementary color
Monochromatic Colors of #50038D
Black with #50038D
Text Example
Text Example
White with #50038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50038D; }
p { color: rgb(80,3,141); }
H1.HeaderClassName
{
color: #50038D;
}
.AnyTagClassName
{
color: #50038D;
}
</style>
background-color css
<style>
a { background-color: #50038D; }
a { background-color: rgb(80,3,141); }
div.DivClassName
{
background-color: #50038D;
}
.BgClassName
{
background-color: #50038D;
}
</style>
border-color css
<style>
span { border-color: #50038D; }
span { border-color: rgb(80,3,141); }
td.TdClassName
{
border-color: #50038D;
}
.TagClassName
{
border-color: #50038D;
}
</style>