Shades of Blue Gem #50319D
Tints of Blue Gem #50319D
RGB
CMYK
RGB Variations
Color information
#50319D (or 0x50319D) is known color: Blue Gem. HEX triplet: 50, 31 and 9D. RGB value is (80,49,157). Sum of RGB (Red+Green+Blue) = 80+49+157=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #50319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50319D is #AFCE62. Grayscale: #464646. Windows color (decimal): -11521635 or 10301776. OLE color: 10301776.
HSL color Cylindrical-coordinate representation of color #50319D: hue angle of 257.22º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50319D is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 49 | 157 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.38 |
| HSL | 257.22º | 0.52% | 0.4% | - |
| HSV(B) | 257.22º | 0.69% | 0.62% | - |
| XYZ | 10.49 | 6.34 | 32.57 | - |
| YUV | 70.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 157 | 0.49 | 0.69 | 0 | 0.38 | 257.22 | 0.52 | 0.4 |
| Hex | 50 | 31 | 9D | 31 | 45 | 0 | 26 | 101 | 34 | 28 |
| Octal | 120 | 61 | 235 | 61 | 105 | 0 | 46 | 401 | 64 | 50 |
| Binary | 1010000 | 110001 | 10011101 | 110001 | 1000101 | 0 | 100110 | 100000001 | 110100 | 101000 |
Color Harmonies of #50319D
Complementary color
Monochromatic Colors of #50319D
Black with #50319D
Text Example
Text Example
White with #50319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50319D; }
p { color: rgb(80,49,157); }
H1.HeaderClassName
{
color: #50319D;
}
.AnyTagClassName
{
color: #50319D;
}
</style>
background-color css
<style>
a { background-color: #50319D; }
a { background-color: rgb(80,49,157); }
div.DivClassName
{
background-color: #50319D;
}
.BgClassName
{
background-color: #50319D;
}
</style>
border-color css
<style>
span { border-color: #50319D; }
span { border-color: rgb(80,49,157); }
td.TdClassName
{
border-color: #50319D;
}
.TagClassName
{
border-color: #50319D;
}
</style>