Shades of Blue Gem #502DA7
Tints of Blue Gem #502DA7
RGB
CMYK
RGB Variations
Color information
#502DA7 (or 0x502DA7) is known color: Blue Gem. HEX triplet: 50, 2D and A7. RGB value is (80,45,167). Sum of RGB (Red+Green+Blue) = 80+45+167=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 167 (65.62% from 255 or 57.19% from 292); Max value from RGB is 167 - color contains mainly: blue. Hex color #502DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DA7 is #AFD258. Grayscale: #444444. Windows color (decimal): -11522649 or 10956112. OLE color: 10956112.
HSL color Cylindrical-coordinate representation of color #502DA7: hue angle of 257.21º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502DA7 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 45 | 167 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.35 |
| HSL | 257.21º | 0.58% | 0.42% | - |
| HSV(B) | 257.21º | 0.73% | 0.65% | - |
| XYZ | 11.22 | 6.37 | 37.2 | - |
| YUV | 69.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 167 | 0.52 | 0.73 | 0 | 0.35 | 257.21 | 0.58 | 0.42 |
| Hex | 50 | 2D | A7 | 34 | 49 | 0 | 23 | 101 | 3A | 2A |
| Octal | 120 | 55 | 247 | 64 | 111 | 0 | 43 | 401 | 72 | 52 |
| Binary | 1010000 | 101101 | 10100111 | 110100 | 1001001 | 0 | 100011 | 100000001 | 111010 | 101010 |
Color Harmonies of #502DA7
Complementary color
Monochromatic Colors of #502DA7
Black with #502DA7
Text Example
Text Example
White with #502DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DA7; }
p { color: rgb(80,45,167); }
H1.HeaderClassName
{
color: #502DA7;
}
.AnyTagClassName
{
color: #502DA7;
}
</style>
background-color css
<style>
a { background-color: #502DA7; }
a { background-color: rgb(80,45,167); }
div.DivClassName
{
background-color: #502DA7;
}
.BgClassName
{
background-color: #502DA7;
}
</style>
border-color css
<style>
span { border-color: #502DA7; }
span { border-color: rgb(80,45,167); }
td.TdClassName
{
border-color: #502DA7;
}
.TagClassName
{
border-color: #502DA7;
}
</style>