Shades of Indigo #500562
Tints of Indigo #500562
RGB
CMYK
RGB Variations
Color information
#500562 (or 0x500562) is known color: Indigo. HEX triplet: 50, 05 and 62. RGB value is (80,5,98). Sum of RGB (Red+Green+Blue) = 80+5+98=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #500562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500562 is #AFFA9D. Grayscale: #252525. Windows color (decimal): -11532958 or 6423888. OLE color: 6423888.
HSL color Cylindrical-coordinate representation of color #500562: hue angle of 288.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500562 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 5 | 98 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.62 |
| HSL | 288.39º | 0.9% | 0.2% | - |
| HSV(B) | 288.39º | 0.95% | 0.38% | - |
| XYZ | 5.57 | 2.7 | 11.78 | - |
| YUV | 38.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 98 | 0.18 | 0.95 | 0 | 0.62 | 288.39 | 0.9 | 0.2 |
| Hex | 50 | 5 | 62 | 12 | 5F | 0 | 3E | 120 | 5A | 14 |
| Octal | 120 | 5 | 142 | 22 | 137 | 0 | 76 | 440 | 132 | 24 |
| Binary | 1010000 | 101 | 1100010 | 10010 | 1011111 | 0 | 111110 | 100100000 | 1011010 | 10100 |
Color Harmonies of #500562
Complementary color
Monochromatic Colors of #500562
Black with #500562
Text Example
Text Example
White with #500562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500562; }
p { color: rgb(80,5,98); }
H1.HeaderClassName
{
color: #500562;
}
.AnyTagClassName
{
color: #500562;
}
</style>
background-color css
<style>
a { background-color: #500562; }
a { background-color: rgb(80,5,98); }
div.DivClassName
{
background-color: #500562;
}
.BgClassName
{
background-color: #500562;
}
</style>
border-color css
<style>
span { border-color: #500562; }
span { border-color: rgb(80,5,98); }
td.TdClassName
{
border-color: #500562;
}
.TagClassName
{
border-color: #500562;
}
</style>