Shades of Indigo #500662
Tints of Indigo #500662
RGB
CMYK
RGB Variations
Color information
#500662 (or 0x500662) is known color: Indigo. HEX triplet: 50, 06 and 62. RGB value is (80,6,98). Sum of RGB (Red+Green+Blue) = 80+6+98=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #500662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500662 is #AFF99D. Grayscale: #262626. Windows color (decimal): -11532702 or 6424144. OLE color: 6424144.
HSL color Cylindrical-coordinate representation of color #500662: hue angle of 288.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500662 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 6 | 98 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.62 |
| HSL | 288.26º | 0.88% | 0.2% | - |
| HSV(B) | 288.26º | 0.94% | 0.38% | - |
| XYZ | 5.58 | 2.72 | 11.79 | - |
| YUV | 38.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 98 | 0.18 | 0.94 | 0 | 0.62 | 288.26 | 0.88 | 0.2 |
| Hex | 50 | 6 | 62 | 12 | 5E | 0 | 3E | 120 | 58 | 14 |
| Octal | 120 | 6 | 142 | 22 | 136 | 0 | 76 | 440 | 130 | 24 |
| Binary | 1010000 | 110 | 1100010 | 10010 | 1011110 | 0 | 111110 | 100100000 | 1011000 | 10100 |
Color Harmonies of #500662
Complementary color
Monochromatic Colors of #500662
Black with #500662
Text Example
Text Example
White with #500662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500662; }
p { color: rgb(80,6,98); }
H1.HeaderClassName
{
color: #500662;
}
.AnyTagClassName
{
color: #500662;
}
</style>
background-color css
<style>
a { background-color: #500662; }
a { background-color: rgb(80,6,98); }
div.DivClassName
{
background-color: #500662;
}
.BgClassName
{
background-color: #500662;
}
</style>
border-color css
<style>
span { border-color: #500662; }
span { border-color: rgb(80,6,98); }
td.TdClassName
{
border-color: #500662;
}
.TagClassName
{
border-color: #500662;
}
</style>