Shades of Indigo #500063
Tints of Indigo #500063
RGB
CMYK
RGB Variations
Color information
#500063 (or 0x500063) is known color: Indigo. HEX triplet: 50, 00 and 63. RGB value is (80,0,99). Sum of RGB (Red+Green+Blue) = 80+0+99=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #500063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500063 is #AFFF9C. Grayscale: #222222. Windows color (decimal): -11534237 or 6488144. OLE color: 6488144.
HSL color Cylindrical-coordinate representation of color #500063: hue angle of 288.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500063 is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 0 | 99 | - |
| CMYK | 0.19 | 1 | 0 | 0.61 |
| HSL | 288.48º | 1% | 0.19% | - |
| HSV(B) | 288.48º | 1% | 0.39% | - |
| XYZ | 5.56 | 2.61 | 12.01 | - |
| YUV | 35.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 99 | 0.19 | 1 | 0 | 0.61 | 288.48 | 1 | 0.19 |
| Hex | 50 | 0 | 63 | 13 | 64 | 0 | 3D | 120 | 64 | 13 |
| Octal | 120 | 0 | 143 | 23 | 144 | 0 | 75 | 440 | 144 | 23 |
| Binary | 1010000 | 0 | 1100011 | 10011 | 1100100 | 0 | 111101 | 100100000 | 1100100 | 10011 |
Color Harmonies of #500063
Complementary color
Monochromatic Colors of #500063
Black with #500063
Text Example
Text Example
White with #500063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500063; }
p { color: rgb(80,0,99); }
H1.HeaderClassName
{
color: #500063;
}
.AnyTagClassName
{
color: #500063;
}
</style>
background-color css
<style>
a { background-color: #500063; }
a { background-color: rgb(80,0,99); }
div.DivClassName
{
background-color: #500063;
}
.BgClassName
{
background-color: #500063;
}
</style>
border-color css
<style>
span { border-color: #500063; }
span { border-color: rgb(80,0,99); }
td.TdClassName
{
border-color: #500063;
}
.TagClassName
{
border-color: #500063;
}
</style>