Shades of Blue Gem #50319C
Tints of Blue Gem #50319C
RGB
CMYK
RGB Variations
Color information
#50319C (or 0x50319C) is known color: Blue Gem. HEX triplet: 50, 31 and 9C. RGB value is (80,49,156). Sum of RGB (Red+Green+Blue) = 80+49+156=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #50319C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50319C is #AFCE63. Grayscale: #464646. Windows color (decimal): -11521636 or 10236240. OLE color: 10236240.
HSL color Cylindrical-coordinate representation of color #50319C: hue angle of 257.38º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50319C is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 49 | 156 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.39 |
| HSL | 257.38º | 0.52% | 0.4% | - |
| HSV(B) | 257.38º | 0.69% | 0.61% | - |
| XYZ | 10.41 | 6.3 | 32.12 | - |
| YUV | 70.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 156 | 0.49 | 0.69 | 0 | 0.39 | 257.38 | 0.52 | 0.4 |
| Hex | 50 | 31 | 9C | 31 | 45 | 0 | 27 | 101 | 34 | 28 |
| Octal | 120 | 61 | 234 | 61 | 105 | 0 | 47 | 401 | 64 | 50 |
| Binary | 1010000 | 110001 | 10011100 | 110001 | 1000101 | 0 | 100111 | 100000001 | 110100 | 101000 |
Color Harmonies of #50319C
Complementary color
Monochromatic Colors of #50319C
Black with #50319C
Text Example
Text Example
White with #50319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50319C; }
p { color: rgb(80,49,156); }
H1.HeaderClassName
{
color: #50319C;
}
.AnyTagClassName
{
color: #50319C;
}
</style>
background-color css
<style>
a { background-color: #50319C; }
a { background-color: rgb(80,49,156); }
div.DivClassName
{
background-color: #50319C;
}
.BgClassName
{
background-color: #50319C;
}
</style>
border-color css
<style>
span { border-color: #50319C; }
span { border-color: rgb(80,49,156); }
td.TdClassName
{
border-color: #50319C;
}
.TagClassName
{
border-color: #50319C;
}
</style>