Shades of Indigo #500189
Tints of Indigo #500189
RGB
CMYK
RGB Variations
Color information
#500189 (or 0x500189) is known color: Indigo. HEX triplet: 50, 01 and 89. RGB value is (80,1,137). Sum of RGB (Red+Green+Blue) = 80+1+137=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #500189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500189 is #AFFE76. Grayscale: #272727. Windows color (decimal): -11533943 or 8978768. OLE color: 8978768.
HSL color Cylindrical-coordinate representation of color #500189: hue angle of 274.85º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500189 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 1 | 137 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.46 |
| HSL | 274.85º | 0.99% | 0.27% | - |
| HSV(B) | 274.85º | 0.99% | 0.54% | - |
| XYZ | 7.83 | 3.53 | 23.94 | - |
| YUV | 40.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 137 | 0.42 | 0.99 | 0 | 0.46 | 274.85 | 0.99 | 0.27 |
| Hex | 50 | 1 | 89 | 2A | 63 | 0 | 2E | 113 | 63 | 1B |
| Octal | 120 | 1 | 211 | 52 | 143 | 0 | 56 | 423 | 143 | 33 |
| Binary | 1010000 | 1 | 10001001 | 101010 | 1100011 | 0 | 101110 | 100010011 | 1100011 | 11011 |
Color Harmonies of #500189
Complementary color
Monochromatic Colors of #500189
Black with #500189
Text Example
Text Example
White with #500189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500189; }
p { color: rgb(80,1,137); }
H1.HeaderClassName
{
color: #500189;
}
.AnyTagClassName
{
color: #500189;
}
</style>
background-color css
<style>
a { background-color: #500189; }
a { background-color: rgb(80,1,137); }
div.DivClassName
{
background-color: #500189;
}
.BgClassName
{
background-color: #500189;
}
</style>
border-color css
<style>
span { border-color: #500189; }
span { border-color: rgb(80,1,137); }
td.TdClassName
{
border-color: #500189;
}
.TagClassName
{
border-color: #500189;
}
</style>