Shades of Indigo #50089F
Tints of Indigo #50089F
RGB
CMYK
RGB Variations
Color information
#50089F (or 0x50089F) is known color: Indigo. HEX triplet: 50, 08 and 9F. RGB value is (80,8,159). Sum of RGB (Red+Green+Blue) = 80+8+159=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #50089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50089F is #AFF760. Grayscale: #2E2E2E. Windows color (decimal): -11532129 or 10422352. OLE color: 10422352.
HSL color Cylindrical-coordinate representation of color #50089F: hue angle of 268.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50089F is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 8 | 159 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.38 |
| HSL | 268.61º | 0.9% | 0.33% | - |
| HSV(B) | 268.61º | 0.95% | 0.62% | - |
| XYZ | 9.65 | 4.38 | 33.14 | - |
| YUV | 46.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 159 | 0.50 | 0.95 | 0 | 0.38 | 268.61 | 0.9 | 0.33 |
| Hex | 50 | 8 | 9F | 32 | 5F | 0 | 26 | 10D | 5A | 21 |
| Octal | 120 | 10 | 237 | 62 | 137 | 0 | 46 | 415 | 132 | 41 |
| Binary | 1010000 | 1000 | 10011111 | 110010 | 1011111 | 0 | 100110 | 100001101 | 1011010 | 100001 |
Color Harmonies of #50089F
Complementary color
Monochromatic Colors of #50089F
Black with #50089F
Text Example
Text Example
White with #50089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50089F; }
p { color: rgb(80,8,159); }
H1.HeaderClassName
{
color: #50089F;
}
.AnyTagClassName
{
color: #50089F;
}
</style>
background-color css
<style>
a { background-color: #50089F; }
a { background-color: rgb(80,8,159); }
div.DivClassName
{
background-color: #50089F;
}
.BgClassName
{
background-color: #50089F;
}
</style>
border-color css
<style>
span { border-color: #50089F; }
span { border-color: rgb(80,8,159); }
td.TdClassName
{
border-color: #50089F;
}
.TagClassName
{
border-color: #50089F;
}
</style>