Shades of Indigo #50008D
Tints of Indigo #50008D
RGB
CMYK
RGB Variations
Color information
#50008D (or 0x50008D) is known color: Indigo. HEX triplet: 50, 00 and 8D. RGB value is (80,0,141). Sum of RGB (Red+Green+Blue) = 80+0+141=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #50008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50008D is #AFFF72. Grayscale: #272727. Windows color (decimal): -11534195 or 9240656. OLE color: 9240656.
HSL color Cylindrical-coordinate representation of color #50008D: hue angle of 274.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50008D is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 0 | 141 | - |
| CMYK | 0.43 | 1 | 0 | 0.45 |
| HSL | 274.04º | 1% | 0.28% | - |
| HSV(B) | 274.04º | 1% | 0.55% | - |
| XYZ | 8.12 | 3.63 | 25.47 | - |
| YUV | 39.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 141 | 0.43 | 1 | 0 | 0.45 | 274.04 | 1 | 0.28 |
| Hex | 50 | 0 | 8D | 2B | 64 | 0 | 2D | 112 | 64 | 1C |
| Octal | 120 | 0 | 215 | 53 | 144 | 0 | 55 | 422 | 144 | 34 |
| Binary | 1010000 | 0 | 10001101 | 101011 | 1100100 | 0 | 101101 | 100010010 | 1100100 | 11100 |
Color Harmonies of #50008D
Complementary color
Monochromatic Colors of #50008D
Black with #50008D
Text Example
Text Example
White with #50008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50008D; }
p { color: rgb(80,0,141); }
H1.HeaderClassName
{
color: #50008D;
}
.AnyTagClassName
{
color: #50008D;
}
</style>
background-color css
<style>
a { background-color: #50008D; }
a { background-color: rgb(80,0,141); }
div.DivClassName
{
background-color: #50008D;
}
.BgClassName
{
background-color: #50008D;
}
</style>
border-color css
<style>
span { border-color: #50008D; }
span { border-color: rgb(80,0,141); }
td.TdClassName
{
border-color: #50008D;
}
.TagClassName
{
border-color: #50008D;
}
</style>