Shades of Blue Gem #502FA2
Tints of Blue Gem #502FA2
RGB
CMYK
RGB Variations
Color information
#502FA2 (or 0x502FA2) is known color: Blue Gem. HEX triplet: 50, 2F and A2. RGB value is (80,47,162). Sum of RGB (Red+Green+Blue) = 80+47+162=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #502FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FA2 is #AFD05D. Grayscale: #454545. Windows color (decimal): -11522142 or 10628944. OLE color: 10628944.
HSL color Cylindrical-coordinate representation of color #502FA2: hue angle of 257.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502FA2 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 47 | 162 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.36 |
| HSL | 257.22º | 0.55% | 0.41% | - |
| HSV(B) | 257.22º | 0.71% | 0.64% | - |
| XYZ | 10.85 | 6.35 | 34.84 | - |
| YUV | 69.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 162 | 0.51 | 0.71 | 0 | 0.36 | 257.22 | 0.55 | 0.41 |
| Hex | 50 | 2F | A2 | 33 | 47 | 0 | 24 | 101 | 37 | 29 |
| Octal | 120 | 57 | 242 | 63 | 107 | 0 | 44 | 401 | 67 | 51 |
| Binary | 1010000 | 101111 | 10100010 | 110011 | 1000111 | 0 | 100100 | 100000001 | 110111 | 101001 |
Color Harmonies of #502FA2
Complementary color
Monochromatic Colors of #502FA2
Black with #502FA2
Text Example
Text Example
White with #502FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FA2; }
p { color: rgb(80,47,162); }
H1.HeaderClassName
{
color: #502FA2;
}
.AnyTagClassName
{
color: #502FA2;
}
</style>
background-color css
<style>
a { background-color: #502FA2; }
a { background-color: rgb(80,47,162); }
div.DivClassName
{
background-color: #502FA2;
}
.BgClassName
{
background-color: #502FA2;
}
</style>
border-color css
<style>
span { border-color: #502FA2; }
span { border-color: rgb(80,47,162); }
td.TdClassName
{
border-color: #502FA2;
}
.TagClassName
{
border-color: #502FA2;
}
</style>