Html Css Color HEX #503DA9 Blue Gem

📋 copy color: '#503DA9'

red 80 ◦ green 61 ◦ blue 169

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

Shades of Blue Gem #503DA9

Tints of Blue Gem #503DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

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

R = 25.81%
G = 19.68%
B = 54.52%

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

#503DA9 (or 0x503DA9) is known color: Blue Gem. HEX triplet: 50, 3D and A9. RGB value is (80,61,169). Sum of RGB (Red+Green+Blue) = 80+61+169=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #503DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503DA9 is #AFC256. Grayscale: #4E4E4E. Windows color (decimal): -11518551 or 11091280. OLE color: 11091280.

HSL color Cylindrical-coordinate representation of color #503DA9: hue angle of 250.56º degrees, saturation: 0.47, 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 #503DA9 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 61 169 -
CMYK 0.53 0.64 0 0.34
HSL 250.56º 0.47% 0.45% -
HSV(B) 250.56º 0.64% 0.66% -
XYZ 12.14 7.91 38.42 -
YUV 78.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 80 61 169 0.53 0.64 0 0.34 250.56 0.47 0.45
Hex 50 3D A9 35 40 0 22 FB 2F 2D
Octal 120 75 251 65 100 0 42 373 57 55
Binary 1010000 111101 10101001 110101 1000000 0 100010 11111011 101111 101101

Color Harmonies of #503DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DA9

Black with #503DA9

Text Example


Text Example

White with #503DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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