Shades of Indigo #50096E
Tints of Indigo #50096E
RGB
CMYK
RGB Variations
Color information
#50096E (or 0x50096E) is known color: Indigo. HEX triplet: 50, 09 and 6E. RGB value is (80,9,110). Sum of RGB (Red+Green+Blue) = 80+9+110=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #50096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50096E is #AFF691. Grayscale: #292929. Windows color (decimal): -11531922 or 7211344. OLE color: 7211344.
HSL color Cylindrical-coordinate representation of color #50096E: hue angle of 282.18º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50096E is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 9 | 110 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.57 |
| HSL | 282.18º | 0.85% | 0.23% | - |
| HSV(B) | 282.18º | 0.92% | 0.43% | - |
| XYZ | 6.22 | 3.03 | 15.01 | - |
| YUV | 41.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 110 | 0.27 | 0.92 | 0 | 0.57 | 282.18 | 0.85 | 0.23 |
| Hex | 50 | 9 | 6E | 1B | 5C | 0 | 39 | 11A | 55 | 17 |
| Octal | 120 | 11 | 156 | 33 | 134 | 0 | 71 | 432 | 125 | 27 |
| Binary | 1010000 | 1001 | 1101110 | 11011 | 1011100 | 0 | 111001 | 100011010 | 1010101 | 10111 |
Color Harmonies of #50096E
Complementary color
Monochromatic Colors of #50096E
Black with #50096E
Text Example
Text Example
White with #50096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50096E; }
p { color: rgb(80,9,110); }
H1.HeaderClassName
{
color: #50096E;
}
.AnyTagClassName
{
color: #50096E;
}
</style>
background-color css
<style>
a { background-color: #50096E; }
a { background-color: rgb(80,9,110); }
div.DivClassName
{
background-color: #50096E;
}
.BgClassName
{
background-color: #50096E;
}
</style>
border-color css
<style>
span { border-color: #50096E; }
span { border-color: rgb(80,9,110); }
td.TdClassName
{
border-color: #50096E;
}
.TagClassName
{
border-color: #50096E;
}
</style>