Shades of Indigo #500262
Tints of Indigo #500262
RGB
CMYK
RGB Variations
Color information
#500262 (or 0x500262) is known color: Indigo. HEX triplet: 50, 02 and 62. RGB value is (80,2,98). Sum of RGB (Red+Green+Blue) = 80+2+98=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #500262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500262 is #AFFD9D. Grayscale: #232323. Windows color (decimal): -11533726 or 6423120. OLE color: 6423120.
HSL color Cylindrical-coordinate representation of color #500262: hue angle of 288.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500262 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 2 | 98 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.62 |
| HSL | 288.75º | 0.96% | 0.2% | - |
| HSV(B) | 288.75º | 0.98% | 0.38% | - |
| XYZ | 5.53 | 2.63 | 11.77 | - |
| YUV | 36.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 98 | 0.18 | 0.98 | 0 | 0.62 | 288.75 | 0.96 | 0.2 |
| Hex | 50 | 2 | 62 | 12 | 62 | 0 | 3E | 121 | 60 | 14 |
| Octal | 120 | 2 | 142 | 22 | 142 | 0 | 76 | 441 | 140 | 24 |
| Binary | 1010000 | 10 | 1100010 | 10010 | 1100010 | 0 | 111110 | 100100001 | 1100000 | 10100 |
Color Harmonies of #500262
Complementary color
Monochromatic Colors of #500262
Black with #500262
Text Example
Text Example
White with #500262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500262; }
p { color: rgb(80,2,98); }
H1.HeaderClassName
{
color: #500262;
}
.AnyTagClassName
{
color: #500262;
}
</style>
background-color css
<style>
a { background-color: #500262; }
a { background-color: rgb(80,2,98); }
div.DivClassName
{
background-color: #500262;
}
.BgClassName
{
background-color: #500262;
}
</style>
border-color css
<style>
span { border-color: #500262; }
span { border-color: rgb(80,2,98); }
td.TdClassName
{
border-color: #500262;
}
.TagClassName
{
border-color: #500262;
}
</style>