Shades of Indigo #50087F
Tints of Indigo #50087F
RGB
CMYK
RGB Variations
Color information
#50087F (or 0x50087F) is known color: Indigo. HEX triplet: 50, 08 and 7F. RGB value is (80,8,127). Sum of RGB (Red+Green+Blue) = 80+8+127=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #50087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50087F is #AFF780. Grayscale: #2A2A2A. Windows color (decimal): -11532161 or 8325200. OLE color: 8325200.
HSL color Cylindrical-coordinate representation of color #50087F: hue angle of 276.3º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50087F is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 8 | 127 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.50 |
| HSL | 276.3º | 0.88% | 0.26% | - |
| HSV(B) | 276.3º | 0.94% | 0.5% | - |
| XYZ | 7.23 | 3.41 | 20.36 | - |
| YUV | 43.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 127 | 0.37 | 0.94 | 0 | 0.50 | 276.3 | 0.88 | 0.26 |
| Hex | 50 | 8 | 7F | 25 | 5E | 0 | 32 | 114 | 58 | 1A |
| Octal | 120 | 10 | 177 | 45 | 136 | 0 | 62 | 424 | 130 | 32 |
| Binary | 1010000 | 1000 | 1111111 | 100101 | 1011110 | 0 | 110010 | 100010100 | 1011000 | 11010 |
Color Harmonies of #50087F
Complementary color
Monochromatic Colors of #50087F
Black with #50087F
Text Example
Text Example
White with #50087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50087F; }
p { color: rgb(80,8,127); }
H1.HeaderClassName
{
color: #50087F;
}
.AnyTagClassName
{
color: #50087F;
}
</style>
background-color css
<style>
a { background-color: #50087F; }
a { background-color: rgb(80,8,127); }
div.DivClassName
{
background-color: #50087F;
}
.BgClassName
{
background-color: #50087F;
}
</style>
border-color css
<style>
span { border-color: #50087F; }
span { border-color: rgb(80,8,127); }
td.TdClassName
{
border-color: #50087F;
}
.TagClassName
{
border-color: #50087F;
}
</style>