Shades of Indigo #50099F
Tints of Indigo #50099F
RGB
CMYK
RGB Variations
Color information
#50099F (or 0x50099F) is known color: Indigo. HEX triplet: 50, 09 and 9F. RGB value is (80,9,159). Sum of RGB (Red+Green+Blue) = 80+9+159=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #50099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50099F is #AFF660. Grayscale: #2E2E2E. Windows color (decimal): -11531873 or 10422608. OLE color: 10422608.
HSL color Cylindrical-coordinate representation of color #50099F: hue angle of 268.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50099F is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 9 | 159 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.38 |
| HSL | 268.4º | 0.89% | 0.33% | - |
| HSV(B) | 268.4º | 0.94% | 0.62% | - |
| XYZ | 9.66 | 4.4 | 33.14 | - |
| YUV | 47.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 159 | 0.50 | 0.94 | 0 | 0.38 | 268.4 | 0.89 | 0.33 |
| Hex | 50 | 9 | 9F | 32 | 5E | 0 | 26 | 10C | 59 | 21 |
| Octal | 120 | 11 | 237 | 62 | 136 | 0 | 46 | 414 | 131 | 41 |
| Binary | 1010000 | 1001 | 10011111 | 110010 | 1011110 | 0 | 100110 | 100001100 | 1011001 | 100001 |
Color Harmonies of #50099F
Complementary color
Monochromatic Colors of #50099F
Black with #50099F
Text Example
Text Example
White with #50099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50099F; }
p { color: rgb(80,9,159); }
H1.HeaderClassName
{
color: #50099F;
}
.AnyTagClassName
{
color: #50099F;
}
</style>
background-color css
<style>
a { background-color: #50099F; }
a { background-color: rgb(80,9,159); }
div.DivClassName
{
background-color: #50099F;
}
.BgClassName
{
background-color: #50099F;
}
</style>
border-color css
<style>
span { border-color: #50099F; }
span { border-color: rgb(80,9,159); }
td.TdClassName
{
border-color: #50099F;
}
.TagClassName
{
border-color: #50099F;
}
</style>