Shades of Indigo #500373
Tints of Indigo #500373
RGB
CMYK
RGB Variations
Color information
#500373 (or 0x500373) is known color: Indigo. HEX triplet: 50, 03 and 73. RGB value is (80,3,115). Sum of RGB (Red+Green+Blue) = 80+3+115=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #500373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500373 is #AFFC8C. Grayscale: #262626. Windows color (decimal): -11533453 or 7537488. OLE color: 7537488.
HSL color Cylindrical-coordinate representation of color #500373: hue angle of 281.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500373 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 3 | 115 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.55 |
| HSL | 281.25º | 0.95% | 0.23% | - |
| HSV(B) | 281.25º | 0.97% | 0.45% | - |
| XYZ | 6.44 | 3.01 | 16.46 | - |
| YUV | 38.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 115 | 0.30 | 0.97 | 0 | 0.55 | 281.25 | 0.95 | 0.23 |
| Hex | 50 | 3 | 73 | 1E | 61 | 0 | 37 | 119 | 5F | 17 |
| Octal | 120 | 3 | 163 | 36 | 141 | 0 | 67 | 431 | 137 | 27 |
| Binary | 1010000 | 11 | 1110011 | 11110 | 1100001 | 0 | 110111 | 100011001 | 1011111 | 10111 |
Color Harmonies of #500373
Complementary color
Monochromatic Colors of #500373
Black with #500373
Text Example
Text Example
White with #500373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500373; }
p { color: rgb(80,3,115); }
H1.HeaderClassName
{
color: #500373;
}
.AnyTagClassName
{
color: #500373;
}
</style>
background-color css
<style>
a { background-color: #500373; }
a { background-color: rgb(80,3,115); }
div.DivClassName
{
background-color: #500373;
}
.BgClassName
{
background-color: #500373;
}
</style>
border-color css
<style>
span { border-color: #500373; }
span { border-color: rgb(80,3,115); }
td.TdClassName
{
border-color: #500373;
}
.TagClassName
{
border-color: #500373;
}
</style>