Shades of Indigo #50097F
Tints of Indigo #50097F
RGB
CMYK
RGB Variations
Color information
#50097F (or 0x50097F) is known color: Indigo. HEX triplet: 50, 09 and 7F. RGB value is (80,9,127). Sum of RGB (Red+Green+Blue) = 80+9+127=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #50097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50097F is #AFF680. Grayscale: #2B2B2B. Windows color (decimal): -11531905 or 8325456. OLE color: 8325456.
HSL color Cylindrical-coordinate representation of color #50097F: hue angle of 276.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50097F is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 9 | 127 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.50 |
| HSL | 276.1º | 0.87% | 0.27% | - |
| HSV(B) | 276.1º | 0.93% | 0.5% | - |
| XYZ | 7.24 | 3.43 | 20.36 | - |
| YUV | 43.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 127 | 0.37 | 0.93 | 0 | 0.50 | 276.1 | 0.87 | 0.27 |
| Hex | 50 | 9 | 7F | 25 | 5D | 0 | 32 | 114 | 57 | 1B |
| Octal | 120 | 11 | 177 | 45 | 135 | 0 | 62 | 424 | 127 | 33 |
| Binary | 1010000 | 1001 | 1111111 | 100101 | 1011101 | 0 | 110010 | 100010100 | 1010111 | 11011 |
Color Harmonies of #50097F
Complementary color
Monochromatic Colors of #50097F
Black with #50097F
Text Example
Text Example
White with #50097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50097F; }
p { color: rgb(80,9,127); }
H1.HeaderClassName
{
color: #50097F;
}
.AnyTagClassName
{
color: #50097F;
}
</style>
background-color css
<style>
a { background-color: #50097F; }
a { background-color: rgb(80,9,127); }
div.DivClassName
{
background-color: #50097F;
}
.BgClassName
{
background-color: #50097F;
}
</style>
border-color css
<style>
span { border-color: #50097F; }
span { border-color: rgb(80,9,127); }
td.TdClassName
{
border-color: #50097F;
}
.TagClassName
{
border-color: #50097F;
}
</style>