Html Css Color HEX #502DA1 Blue Gem

📋 copy color: '#502DA1'

red 80 ◦ green 45 ◦ blue 161

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

Shades of Blue Gem #502DA1

Tints of Blue Gem #502DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.29%

R = 27.97%
G = 15.73%
B = 56.29%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#502DA1 (or 0x502DA1) is known color: Blue Gem. HEX triplet: 50, 2D and A1. RGB value is (80,45,161). Sum of RGB (Red+Green+Blue) = 80+45+161=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #502DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502DA1 is #AFD25E. Grayscale: #444444. Windows color (decimal): -11522655 or 10562896. OLE color: 10562896.

HSL color Cylindrical-coordinate representation of color #502DA1: hue angle of 258.1º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502DA1 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 45 161 -
CMYK 0.50 0.72 0 0.37
HSL 258.1º 0.56% 0.4% -
HSV(B) 258.1º 0.72% 0.63% -
XYZ 10.68 6.16 34.34 -
YUV 68.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 80 45 161 0.50 0.72 0 0.37 258.1 0.56 0.4
Hex 50 2D A1 32 48 0 25 102 38 28
Octal 120 55 241 62 110 0 45 402 70 50
Binary 1010000 101101 10100001 110010 1001000 0 100101 100000010 111000 101000

Color Harmonies of #502DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502DA1

Black with #502DA1

Text Example


Text Example

White with #502DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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