Shades of Indigo #500363
Tints of Indigo #500363
RGB
CMYK
RGB Variations
Color information
#500363 (or 0x500363) is known color: Indigo. HEX triplet: 50, 03 and 63. RGB value is (80,3,99). Sum of RGB (Red+Green+Blue) = 80+3+99=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #500363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500363 is #AFFC9C. Grayscale: #242424. Windows color (decimal): -11533469 or 6488912. OLE color: 6488912.
HSL color Cylindrical-coordinate representation of color #500363: hue angle of 288.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500363 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 3 | 99 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.61 |
| HSL | 288.13º | 0.94% | 0.2% | - |
| HSV(B) | 288.13º | 0.97% | 0.39% | - |
| XYZ | 5.59 | 2.67 | 12.03 | - |
| YUV | 36.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 99 | 0.19 | 0.97 | 0 | 0.61 | 288.13 | 0.94 | 0.2 |
| Hex | 50 | 3 | 63 | 13 | 61 | 0 | 3D | 120 | 5E | 14 |
| Octal | 120 | 3 | 143 | 23 | 141 | 0 | 75 | 440 | 136 | 24 |
| Binary | 1010000 | 11 | 1100011 | 10011 | 1100001 | 0 | 111101 | 100100000 | 1011110 | 10100 |
Color Harmonies of #500363
Complementary color
Monochromatic Colors of #500363
Black with #500363
Text Example
Text Example
White with #500363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500363; }
p { color: rgb(80,3,99); }
H1.HeaderClassName
{
color: #500363;
}
.AnyTagClassName
{
color: #500363;
}
</style>
background-color css
<style>
a { background-color: #500363; }
a { background-color: rgb(80,3,99); }
div.DivClassName
{
background-color: #500363;
}
.BgClassName
{
background-color: #500363;
}
</style>
border-color css
<style>
span { border-color: #500363; }
span { border-color: rgb(80,3,99); }
td.TdClassName
{
border-color: #500363;
}
.TagClassName
{
border-color: #500363;
}
</style>