Shades of Indigo #50058F
Tints of Indigo #50058F
RGB
CMYK
RGB Variations
Color information
#50058F (or 0x50058F) is known color: Indigo. HEX triplet: 50, 05 and 8F. RGB value is (80,5,143). Sum of RGB (Red+Green+Blue) = 80+5+143=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #50058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50058F is #AFFA70. Grayscale: #2A2A2A. Windows color (decimal): -11532913 or 9373008. OLE color: 9373008.
HSL color Cylindrical-coordinate representation of color #50058F: hue angle of 272.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50058F is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 5 | 143 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.44 |
| HSL | 272.61º | 0.93% | 0.29% | - |
| HSV(B) | 272.61º | 0.97% | 0.56% | - |
| XYZ | 8.32 | 3.8 | 26.28 | - |
| YUV | 43.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 143 | 0.44 | 0.97 | 0 | 0.44 | 272.61 | 0.93 | 0.29 |
| Hex | 50 | 5 | 8F | 2C | 61 | 0 | 2C | 111 | 5D | 1D |
| Octal | 120 | 5 | 217 | 54 | 141 | 0 | 54 | 421 | 135 | 35 |
| Binary | 1010000 | 101 | 10001111 | 101100 | 1100001 | 0 | 101100 | 100010001 | 1011101 | 11101 |
Color Harmonies of #50058F
Complementary color
Monochromatic Colors of #50058F
Black with #50058F
Text Example
Text Example
White with #50058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50058F; }
p { color: rgb(80,5,143); }
H1.HeaderClassName
{
color: #50058F;
}
.AnyTagClassName
{
color: #50058F;
}
</style>
background-color css
<style>
a { background-color: #50058F; }
a { background-color: rgb(80,5,143); }
div.DivClassName
{
background-color: #50058F;
}
.BgClassName
{
background-color: #50058F;
}
</style>
border-color css
<style>
span { border-color: #50058F; }
span { border-color: rgb(80,5,143); }
td.TdClassName
{
border-color: #50058F;
}
.TagClassName
{
border-color: #50058F;
}
</style>