Shades of Indigo #500C66
Tints of Indigo #500C66
RGB
CMYK
RGB Variations
Color information
#500C66 (or 0x500C66) is known color: Indigo. HEX triplet: 50, 0C and 66. RGB value is (80,12,102). Sum of RGB (Red+Green+Blue) = 80+12+102=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #500C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C66 is #AFF399. Grayscale: #2A2A2A. Windows color (decimal): -11531162 or 6687824. OLE color: 6687824.
HSL color Cylindrical-coordinate representation of color #500C66: hue angle of 285.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500C66 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 12 | 102 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.6 |
| HSL | 285.33º | 0.79% | 0.22% | - |
| HSV(B) | 285.33º | 0.88% | 0.4% | - |
| XYZ | 5.84 | 2.93 | 12.83 | - |
| YUV | 42.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 102 | 0.22 | 0.88 | 0 | 0.6 | 285.33 | 0.79 | 0.22 |
| Hex | 50 | C | 66 | 16 | 58 | 0 | 3C | 11D | 4F | 16 |
| Octal | 120 | 14 | 146 | 26 | 130 | 0 | 74 | 435 | 117 | 26 |
| Binary | 1010000 | 1100 | 1100110 | 10110 | 1011000 | 0 | 111100 | 100011101 | 1001111 | 10110 |
Color Harmonies of #500C66
Complementary color
Monochromatic Colors of #500C66
Black with #500C66
Text Example
Text Example
White with #500C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C66; }
p { color: rgb(80,12,102); }
H1.HeaderClassName
{
color: #500C66;
}
.AnyTagClassName
{
color: #500C66;
}
</style>
background-color css
<style>
a { background-color: #500C66; }
a { background-color: rgb(80,12,102); }
div.DivClassName
{
background-color: #500C66;
}
.BgClassName
{
background-color: #500C66;
}
</style>
border-color css
<style>
span { border-color: #500C66; }
span { border-color: rgb(80,12,102); }
td.TdClassName
{
border-color: #500C66;
}
.TagClassName
{
border-color: #500C66;
}
</style>