Shades of Blue Gem #50319F
Tints of Blue Gem #50319F
RGB
CMYK
RGB Variations
Color information
#50319F (or 0x50319F) is known color: Blue Gem. HEX triplet: 50, 31 and 9F. RGB value is (80,49,159). Sum of RGB (Red+Green+Blue) = 80+49+159=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #50319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50319F is #AFCE60. Grayscale: #464646. Windows color (decimal): -11521633 or 10432848. OLE color: 10432848.
HSL color Cylindrical-coordinate representation of color #50319F: hue angle of 256.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50319F is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 49 | 159 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.38 |
| HSL | 256.91º | 0.53% | 0.41% | - |
| HSV(B) | 256.91º | 0.69% | 0.62% | - |
| XYZ | 10.66 | 6.41 | 33.48 | - |
| YUV | 70.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 159 | 0.50 | 0.69 | 0 | 0.38 | 256.91 | 0.53 | 0.41 |
| Hex | 50 | 31 | 9F | 32 | 45 | 0 | 26 | 101 | 35 | 29 |
| Octal | 120 | 61 | 237 | 62 | 105 | 0 | 46 | 401 | 65 | 51 |
| Binary | 1010000 | 110001 | 10011111 | 110010 | 1000101 | 0 | 100110 | 100000001 | 110101 | 101001 |
Color Harmonies of #50319F
Complementary color
Monochromatic Colors of #50319F
Black with #50319F
Text Example
Text Example
White with #50319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50319F; }
p { color: rgb(80,49,159); }
H1.HeaderClassName
{
color: #50319F;
}
.AnyTagClassName
{
color: #50319F;
}
</style>
background-color css
<style>
a { background-color: #50319F; }
a { background-color: rgb(80,49,159); }
div.DivClassName
{
background-color: #50319F;
}
.BgClassName
{
background-color: #50319F;
}
</style>
border-color css
<style>
span { border-color: #50319F; }
span { border-color: rgb(80,49,159); }
td.TdClassName
{
border-color: #50319F;
}
.TagClassName
{
border-color: #50319F;
}
</style>