Html Css Color HEX #502DA4 Blue Gem

📋 copy color: '#502DA4'

red 80 ◦ green 45 ◦ blue 164

#502DA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #502DA4

Tints of Blue Gem #502DA4

RGB

 RED value IS 80 (31.64% from 255) = 27.68%

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 164 (64.45% from 255) = 56.75%

R = 27.68%
G = 15.57%
B = 56.75%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#502DA4 (or 0x502DA4) is known color: Blue Gem. HEX triplet: 50, 2D and A4. RGB value is (80,45,164). Sum of RGB (Red+Green+Blue) = 80+45+164=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #502DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DA4 is #AFD25B. Grayscale: #444444. Windows color (decimal): -11522652 or 10759504. OLE color: 10759504.

HSL color Cylindrical-coordinate representation of color #502DA4: hue angle of 257.65º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502DA4 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 45 164 -
CMYK 0.51 0.73 0 0.36
HSL 257.65º 0.57% 0.41% -
HSV(B) 257.65º 0.73% 0.64% -
XYZ 10.95 6.26 35.75 -
YUV 69.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 80 45 164 0.51 0.73 0 0.36 257.65 0.57 0.41
Hex 50 2D A4 33 49 0 24 102 39 29
Octal 120 55 244 63 111 0 44 402 71 51
Binary 1010000 101101 10100100 110011 1001001 0 100100 100000010 111001 101001

Color Harmonies of #502DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DA4

Black with #502DA4

Text Example


Text Example

White with #502DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502DA4; }

 p { color: rgb(80,45,164); }

 H1.HeaderClassName
 {
   color: #502DA4;
 }
 .AnyTagClassName
 {
   color: #502DA4;
 }
</style>

background-color css

<style>
 a { background-color: #502DA4; }

 a { background-color: rgb(80,45,164); }

 div.DivClassName
 {
   background-color: #502DA4;
 }
 .BgClassName
 {
   background-color: #502DA4;
 }
</style>

border-color css

<style>
 span { border-color: #502DA4; }

 span { border-color: rgb(80,45,164); }

 td.TdClassName
 {
   border-color: #502DA4;
 }
 .TagClassName
 {
   border-color: #502DA4;
 }
</style>