Shades of Indigo #50008F
Tints of Indigo #50008F
RGB
CMYK
RGB Variations
Color information
#50008F (or 0x50008F) is known color: Indigo. HEX triplet: 50, 00 and 8F. RGB value is (80,0,143). Sum of RGB (Red+Green+Blue) = 80+0+143=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #50008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50008F is #AFFF70. Grayscale: #272727. Windows color (decimal): -11534193 or 9371728. OLE color: 9371728.
HSL color Cylindrical-coordinate representation of color #50008F: hue angle of 273.57º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50008F is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 0 | 143 | - |
| CMYK | 0.44 | 1 | 0 | 0.44 |
| HSL | 273.57º | 1% | 0.28% | - |
| HSV(B) | 273.57º | 1% | 0.56% | - |
| XYZ | 8.27 | 3.69 | 26.26 | - |
| YUV | 40.22 | 186 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 143 | 0.44 | 1 | 0 | 0.44 | 273.57 | 1 | 0.28 |
| Hex | 50 | 0 | 8F | 2C | 64 | 0 | 2C | 112 | 64 | 1C |
| Octal | 120 | 0 | 217 | 54 | 144 | 0 | 54 | 422 | 144 | 34 |
| Binary | 1010000 | 0 | 10001111 | 101100 | 1100100 | 0 | 101100 | 100010010 | 1100100 | 11100 |
Color Harmonies of #50008F
Complementary color
Monochromatic Colors of #50008F
Black with #50008F
Text Example
Text Example
White with #50008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50008F; }
p { color: rgb(80,0,143); }
H1.HeaderClassName
{
color: #50008F;
}
.AnyTagClassName
{
color: #50008F;
}
</style>
background-color css
<style>
a { background-color: #50008F; }
a { background-color: rgb(80,0,143); }
div.DivClassName
{
background-color: #50008F;
}
.BgClassName
{
background-color: #50008F;
}
</style>
border-color css
<style>
span { border-color: #50008F; }
span { border-color: rgb(80,0,143); }
td.TdClassName
{
border-color: #50008F;
}
.TagClassName
{
border-color: #50008F;
}
</style>