Shades of Blue Gem #503197
Tints of Blue Gem #503197
RGB
CMYK
RGB Variations
Color information
#503197 (or 0x503197) is known color: Blue Gem. HEX triplet: 50, 31 and 97. RGB value is (80,49,151). Sum of RGB (Red+Green+Blue) = 80+49+151=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #503197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503197 is #AFCE68. Grayscale: #454545. Windows color (decimal): -11521641 or 9908560. OLE color: 9908560.
HSL color Cylindrical-coordinate representation of color #503197: hue angle of 258.24º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503197 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 49 | 151 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.41 |
| HSL | 258.24º | 0.51% | 0.39% | - |
| HSV(B) | 258.24º | 0.68% | 0.59% | - |
| XYZ | 9.99 | 6.14 | 29.94 | - |
| YUV | 69.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 151 | 0.47 | 0.68 | 0 | 0.41 | 258.24 | 0.51 | 0.39 |
| Hex | 50 | 31 | 97 | 2F | 44 | 0 | 29 | 102 | 33 | 27 |
| Octal | 120 | 61 | 227 | 57 | 104 | 0 | 51 | 402 | 63 | 47 |
| Binary | 1010000 | 110001 | 10010111 | 101111 | 1000100 | 0 | 101001 | 100000010 | 110011 | 100111 |
Color Harmonies of #503197
Complementary color
Monochromatic Colors of #503197
Black with #503197
Text Example
Text Example
White with #503197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503197; }
p { color: rgb(80,49,151); }
H1.HeaderClassName
{
color: #503197;
}
.AnyTagClassName
{
color: #503197;
}
</style>
background-color css
<style>
a { background-color: #503197; }
a { background-color: rgb(80,49,151); }
div.DivClassName
{
background-color: #503197;
}
.BgClassName
{
background-color: #503197;
}
</style>
border-color css
<style>
span { border-color: #503197; }
span { border-color: rgb(80,49,151); }
td.TdClassName
{
border-color: #503197;
}
.TagClassName
{
border-color: #503197;
}
</style>