Html Css Color HEX #503CA9 Blue Gem

📋 copy color: '#503CA9'

red 80 ◦ green 60 ◦ blue 169

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

Shades of Blue Gem #503CA9

Tints of Blue Gem #503CA9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 169 (66.41% from 255) = 54.69%

R = 25.89%
G = 19.42%
B = 54.69%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#503CA9 (or 0x503CA9) is known color: Blue Gem. HEX triplet: 50, 3C and A9. RGB value is (80,60,169). Sum of RGB (Red+Green+Blue) = 80+60+169=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #503CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CA9 is #AFC356. Grayscale: #4D4D4D. Windows color (decimal): -11518807 or 11091024. OLE color: 11091024.

HSL color Cylindrical-coordinate representation of color #503CA9: hue angle of 251.01º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503CA9 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 60 169 -
CMYK 0.53 0.64 0 0.34
HSL 251.01º 0.48% 0.45% -
HSV(B) 251.01º 0.64% 0.66% -
XYZ 12.09 7.8 38.41 -
YUV 78.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 80 60 169 0.53 0.64 0 0.34 251.01 0.48 0.45
Hex 50 3C A9 35 40 0 22 FB 30 2D
Octal 120 74 251 65 100 0 42 373 60 55
Binary 1010000 111100 10101001 110101 1000000 0 100010 11111011 110000 101101

Color Harmonies of #503CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CA9

Black with #503CA9

Text Example


Text Example

White with #503CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503CA9; }

 p { color: rgb(80,60,169); }

 H1.HeaderClassName
 {
   color: #503CA9;
 }
 .AnyTagClassName
 {
   color: #503CA9;
 }
</style>

background-color css

<style>
 a { background-color: #503CA9; }

 a { background-color: rgb(80,60,169); }

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

border-color css

<style>
 span { border-color: #503CA9; }

 span { border-color: rgb(80,60,169); }

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