Shades of Indigo #500573
Tints of Indigo #500573
RGB
CMYK
RGB Variations
Color information
#500573 (or 0x500573) is known color: Indigo. HEX triplet: 50, 05 and 73. RGB value is (80,5,115). Sum of RGB (Red+Green+Blue) = 80+5+115=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #500573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500573 is #AFFA8C. Grayscale: #272727. Windows color (decimal): -11532941 or 7538000. OLE color: 7538000.
HSL color Cylindrical-coordinate representation of color #500573: hue angle of 280.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500573 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 5 | 115 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.55 |
| HSL | 280.91º | 0.92% | 0.24% | - |
| HSV(B) | 280.91º | 0.96% | 0.45% | - |
| XYZ | 6.46 | 3.05 | 16.47 | - |
| YUV | 39.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 115 | 0.30 | 0.96 | 0 | 0.55 | 280.91 | 0.92 | 0.24 |
| Hex | 50 | 5 | 73 | 1E | 60 | 0 | 37 | 119 | 5C | 18 |
| Octal | 120 | 5 | 163 | 36 | 140 | 0 | 67 | 431 | 134 | 30 |
| Binary | 1010000 | 101 | 1110011 | 11110 | 1100000 | 0 | 110111 | 100011001 | 1011100 | 11000 |
Color Harmonies of #500573
Complementary color
Monochromatic Colors of #500573
Black with #500573
Text Example
Text Example
White with #500573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500573; }
p { color: rgb(80,5,115); }
H1.HeaderClassName
{
color: #500573;
}
.AnyTagClassName
{
color: #500573;
}
</style>
background-color css
<style>
a { background-color: #500573; }
a { background-color: rgb(80,5,115); }
div.DivClassName
{
background-color: #500573;
}
.BgClassName
{
background-color: #500573;
}
</style>
border-color css
<style>
span { border-color: #500573; }
span { border-color: rgb(80,5,115); }
td.TdClassName
{
border-color: #500573;
}
.TagClassName
{
border-color: #500573;
}
</style>