Shades of Indigo #500C89
Tints of Indigo #500C89
RGB
CMYK
RGB Variations
Color information
#500C89 (or 0x500C89) is known color: Indigo. HEX triplet: 50, 0C and 89. RGB value is (80,12,137). Sum of RGB (Red+Green+Blue) = 80+12+137=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #500C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500C89 is #AFF376. Grayscale: #2E2E2E. Windows color (decimal): -11531127 or 8981584. OLE color: 8981584.
HSL color Cylindrical-coordinate representation of color #500C89: hue angle of 272.64º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500C89 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 12 | 137 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.46 |
| HSL | 272.64º | 0.84% | 0.29% | - |
| HSV(B) | 272.64º | 0.91% | 0.54% | - |
| XYZ | 7.96 | 3.77 | 23.98 | - |
| YUV | 46.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 137 | 0.42 | 0.91 | 0 | 0.46 | 272.64 | 0.84 | 0.29 |
| Hex | 50 | C | 89 | 2A | 5B | 0 | 2E | 111 | 54 | 1D |
| Octal | 120 | 14 | 211 | 52 | 133 | 0 | 56 | 421 | 124 | 35 |
| Binary | 1010000 | 1100 | 10001001 | 101010 | 1011011 | 0 | 101110 | 100010001 | 1010100 | 11101 |
Color Harmonies of #500C89
Complementary color
Monochromatic Colors of #500C89
Black with #500C89
Text Example
Text Example
White with #500C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C89; }
p { color: rgb(80,12,137); }
H1.HeaderClassName
{
color: #500C89;
}
.AnyTagClassName
{
color: #500C89;
}
</style>
background-color css
<style>
a { background-color: #500C89; }
a { background-color: rgb(80,12,137); }
div.DivClassName
{
background-color: #500C89;
}
.BgClassName
{
background-color: #500C89;
}
</style>
border-color css
<style>
span { border-color: #500C89; }
span { border-color: rgb(80,12,137); }
td.TdClassName
{
border-color: #500C89;
}
.TagClassName
{
border-color: #500C89;
}
</style>