Shades of Blue Gem #502FA3
Tints of Blue Gem #502FA3
RGB
CMYK
RGB Variations
Color information
#502FA3 (or 0x502FA3) is known color: Blue Gem. HEX triplet: 50, 2F and A3. RGB value is (80,47,163). Sum of RGB (Red+Green+Blue) = 80+47+163=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #502FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FA3 is #AFD05C. Grayscale: #454545. Windows color (decimal): -11522141 or 10694480. OLE color: 10694480.
HSL color Cylindrical-coordinate representation of color #502FA3: hue angle of 257.07º 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 #502FA3 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 47 | 163 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.36 |
| HSL | 257.07º | 0.55% | 0.41% | - |
| HSV(B) | 257.07º | 0.71% | 0.64% | - |
| XYZ | 10.94 | 6.38 | 35.31 | - |
| YUV | 70.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 163 | 0.51 | 0.71 | 0 | 0.36 | 257.07 | 0.55 | 0.41 |
| Hex | 50 | 2F | A3 | 33 | 47 | 0 | 24 | 101 | 37 | 29 |
| Octal | 120 | 57 | 243 | 63 | 107 | 0 | 44 | 401 | 67 | 51 |
| Binary | 1010000 | 101111 | 10100011 | 110011 | 1000111 | 0 | 100100 | 100000001 | 110111 | 101001 |
Color Harmonies of #502FA3
Complementary color
Monochromatic Colors of #502FA3
Black with #502FA3
Text Example
Text Example
White with #502FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FA3; }
p { color: rgb(80,47,163); }
H1.HeaderClassName
{
color: #502FA3;
}
.AnyTagClassName
{
color: #502FA3;
}
</style>
background-color css
<style>
a { background-color: #502FA3; }
a { background-color: rgb(80,47,163); }
div.DivClassName
{
background-color: #502FA3;
}
.BgClassName
{
background-color: #502FA3;
}
</style>
border-color css
<style>
span { border-color: #502FA3; }
span { border-color: rgb(80,47,163); }
td.TdClassName
{
border-color: #502FA3;
}
.TagClassName
{
border-color: #502FA3;
}
</style>