Shades of Indigo #500263
Tints of Indigo #500263
RGB
CMYK
RGB Variations
Color information
#500263 (or 0x500263) is known color: Indigo. HEX triplet: 50, 02 and 63. RGB value is (80,2,99). Sum of RGB (Red+Green+Blue) = 80+2+99=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #500263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500263 is #AFFD9C. Grayscale: #242424. Windows color (decimal): -11533725 or 6488656. OLE color: 6488656.
HSL color Cylindrical-coordinate representation of color #500263: hue angle of 288.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500263 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 2 | 99 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.61 |
| HSL | 288.25º | 0.96% | 0.2% | - |
| HSV(B) | 288.25º | 0.98% | 0.39% | - |
| XYZ | 5.58 | 2.65 | 12.02 | - |
| YUV | 36.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 99 | 0.19 | 0.98 | 0 | 0.61 | 288.25 | 0.96 | 0.2 |
| Hex | 50 | 2 | 63 | 13 | 62 | 0 | 3D | 120 | 60 | 14 |
| Octal | 120 | 2 | 143 | 23 | 142 | 0 | 75 | 440 | 140 | 24 |
| Binary | 1010000 | 10 | 1100011 | 10011 | 1100010 | 0 | 111101 | 100100000 | 1100000 | 10100 |
Color Harmonies of #500263
Complementary color
Monochromatic Colors of #500263
Black with #500263
Text Example
Text Example
White with #500263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500263; }
p { color: rgb(80,2,99); }
H1.HeaderClassName
{
color: #500263;
}
.AnyTagClassName
{
color: #500263;
}
</style>
background-color css
<style>
a { background-color: #500263; }
a { background-color: rgb(80,2,99); }
div.DivClassName
{
background-color: #500263;
}
.BgClassName
{
background-color: #500263;
}
</style>
border-color css
<style>
span { border-color: #500263; }
span { border-color: rgb(80,2,99); }
td.TdClassName
{
border-color: #500263;
}
.TagClassName
{
border-color: #500263;
}
</style>