Shades of Indigo #50009F
Tints of Indigo #50009F
RGB
CMYK
RGB Variations
Color information
#50009F (or 0x50009F) is known color: Indigo. HEX triplet: 50, 00 and 9F. RGB value is (80,0,159). Sum of RGB (Red+Green+Blue) = 80+0+159=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #50009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50009F is #AFFF60. Grayscale: #292929. Windows color (decimal): -11534177 or 10420304. OLE color: 10420304.
HSL color Cylindrical-coordinate representation of color #50009F: hue angle of 270.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50009F is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 0 | 159 | - |
| CMYK | 0.50 | 1 | 0 | 0.38 |
| HSL | 270.19º | 1% | 0.31% | - |
| HSV(B) | 270.19º | 1% | 0.62% | - |
| XYZ | 9.57 | 4.21 | 33.11 | - |
| YUV | 42.05 | 194 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 159 | 0.50 | 1 | 0 | 0.38 | 270.19 | 1 | 0.31 |
| Hex | 50 | 0 | 9F | 32 | 64 | 0 | 26 | 10E | 64 | 1F |
| Octal | 120 | 0 | 237 | 62 | 144 | 0 | 46 | 416 | 144 | 37 |
| Binary | 1010000 | 0 | 10011111 | 110010 | 1100100 | 0 | 100110 | 100001110 | 1100100 | 11111 |
Color Harmonies of #50009F
Complementary color
Monochromatic Colors of #50009F
Black with #50009F
Text Example
Text Example
White with #50009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50009F; }
p { color: rgb(80,0,159); }
H1.HeaderClassName
{
color: #50009F;
}
.AnyTagClassName
{
color: #50009F;
}
</style>
background-color css
<style>
a { background-color: #50009F; }
a { background-color: rgb(80,0,159); }
div.DivClassName
{
background-color: #50009F;
}
.BgClassName
{
background-color: #50009F;
}
</style>
border-color css
<style>
span { border-color: #50009F; }
span { border-color: rgb(80,0,159); }
td.TdClassName
{
border-color: #50009F;
}
.TagClassName
{
border-color: #50009F;
}
</style>