#502FA2

Color #502FA2 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #502FA2

Tints of Blue Gem #502FA2

Color information

#502FA2 (or 0x502FA2) is unknown color: approx 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

RGB8047162-
CMYK0.510.7100.36
HSL257.22º55.02%40.98%-
HSV(B)257.22º70.99%63.53%-
XYZ10.856.3534.84-
YUV69.98179.93135.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=27.68%
G=16.26%
B=56.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80471620.510.7100.36257.2255.0240.98
Hex502FA233470241013729
Octal12057242631070444016751
Binary10100001011111010001011001110001110100100100000001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>