Shades of Indigo #500C7C
Tints of Indigo #500C7C
RGB
CMYK
RGB Variations
Color information
#500C7C (or 0x500C7C) is known color: Indigo. HEX triplet: 50, 0C and 7C. RGB value is (80,12,124). Sum of RGB (Red+Green+Blue) = 80+12+124=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #500C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C7C is #AFF383. Grayscale: #2C2C2C. Windows color (decimal): -11531140 or 8129616. OLE color: 8129616.
HSL color Cylindrical-coordinate representation of color #500C7C: hue angle of 276.43º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500C7C is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 12 | 124 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.51 |
| HSL | 276.43º | 0.82% | 0.27% | - |
| HSV(B) | 276.43º | 0.9% | 0.49% | - |
| XYZ | 7.08 | 3.42 | 19.36 | - |
| YUV | 45.1 | 172.53 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 124 | 0.35 | 0.90 | 0 | 0.51 | 276.43 | 0.82 | 0.27 |
| Hex | 50 | C | 7C | 23 | 5A | 0 | 33 | 114 | 52 | 1B |
| Octal | 120 | 14 | 174 | 43 | 132 | 0 | 63 | 424 | 122 | 33 |
| Binary | 1010000 | 1100 | 1111100 | 100011 | 1011010 | 0 | 110011 | 100010100 | 1010010 | 11011 |
Color Harmonies of #500C7C
Complementary color
Monochromatic Colors of #500C7C
Black with #500C7C
Text Example
Text Example
White with #500C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C7C; }
p { color: rgb(80,12,124); }
H1.HeaderClassName
{
color: #500C7C;
}
.AnyTagClassName
{
color: #500C7C;
}
</style>
background-color css
<style>
a { background-color: #500C7C; }
a { background-color: rgb(80,12,124); }
div.DivClassName
{
background-color: #500C7C;
}
.BgClassName
{
background-color: #500C7C;
}
</style>
border-color css
<style>
span { border-color: #500C7C; }
span { border-color: rgb(80,12,124); }
td.TdClassName
{
border-color: #500C7C;
}
.TagClassName
{
border-color: #500C7C;
}
</style>