Shades of Indigo #500362
Tints of Indigo #500362
RGB
CMYK
RGB Variations
Color information
#500362 (or 0x500362) is known color: Indigo. HEX triplet: 50, 03 and 62. RGB value is (80,3,98). Sum of RGB (Red+Green+Blue) = 80+3+98=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #500362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500362 is #AFFC9D. Grayscale: #242424. Windows color (decimal): -11533470 or 6423376. OLE color: 6423376.
HSL color Cylindrical-coordinate representation of color #500362: hue angle of 288.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500362 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 3 | 98 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.62 |
| HSL | 288.63º | 0.94% | 0.2% | - |
| HSV(B) | 288.63º | 0.97% | 0.38% | - |
| XYZ | 5.55 | 2.65 | 11.77 | - |
| YUV | 36.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 98 | 0.18 | 0.97 | 0 | 0.62 | 288.63 | 0.94 | 0.2 |
| Hex | 50 | 3 | 62 | 12 | 61 | 0 | 3E | 121 | 5E | 14 |
| Octal | 120 | 3 | 142 | 22 | 141 | 0 | 76 | 441 | 136 | 24 |
| Binary | 1010000 | 11 | 1100010 | 10010 | 1100001 | 0 | 111110 | 100100001 | 1011110 | 10100 |
Color Harmonies of #500362
Complementary color
Monochromatic Colors of #500362
Black with #500362
Text Example
Text Example
White with #500362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500362; }
p { color: rgb(80,3,98); }
H1.HeaderClassName
{
color: #500362;
}
.AnyTagClassName
{
color: #500362;
}
</style>
background-color css
<style>
a { background-color: #500362; }
a { background-color: rgb(80,3,98); }
div.DivClassName
{
background-color: #500362;
}
.BgClassName
{
background-color: #500362;
}
</style>
border-color css
<style>
span { border-color: #500362; }
span { border-color: rgb(80,3,98); }
td.TdClassName
{
border-color: #500362;
}
.TagClassName
{
border-color: #500362;
}
</style>