Shades of Indigo #500C6E
Tints of Indigo #500C6E
RGB
CMYK
RGB Variations
Color information
#500C6E (or 0x500C6E) is known color: Indigo. HEX triplet: 50, 0C and 6E. RGB value is (80,12,110). Sum of RGB (Red+Green+Blue) = 80+12+110=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #500C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C6E is #AFF391. Grayscale: #2B2B2B. Windows color (decimal): -11531154 or 7212112. OLE color: 7212112.
HSL color Cylindrical-coordinate representation of color #500C6E: hue angle of 281.63º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500C6E is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 12 | 110 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.57 |
| HSL | 281.63º | 0.8% | 0.24% | - |
| HSV(B) | 281.63º | 0.89% | 0.43% | - |
| XYZ | 6.25 | 3.09 | 15.02 | - |
| YUV | 43.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 110 | 0.27 | 0.89 | 0 | 0.57 | 281.63 | 0.8 | 0.24 |
| Hex | 50 | C | 6E | 1B | 59 | 0 | 39 | 11A | 50 | 18 |
| Octal | 120 | 14 | 156 | 33 | 131 | 0 | 71 | 432 | 120 | 30 |
| Binary | 1010000 | 1100 | 1101110 | 11011 | 1011001 | 0 | 111001 | 100011010 | 1010000 | 11000 |
Color Harmonies of #500C6E
Complementary color
Monochromatic Colors of #500C6E
Black with #500C6E
Text Example
Text Example
White with #500C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C6E; }
p { color: rgb(80,12,110); }
H1.HeaderClassName
{
color: #500C6E;
}
.AnyTagClassName
{
color: #500C6E;
}
</style>
background-color css
<style>
a { background-color: #500C6E; }
a { background-color: rgb(80,12,110); }
div.DivClassName
{
background-color: #500C6E;
}
.BgClassName
{
background-color: #500C6E;
}
</style>
border-color css
<style>
span { border-color: #500C6E; }
span { border-color: rgb(80,12,110); }
td.TdClassName
{
border-color: #500C6E;
}
.TagClassName
{
border-color: #500C6E;
}
</style>