Html Css Color HEX #503DAB Blue Gem

📋 copy color: '#503DAB'

red 80 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #503DAB

Tints of Blue Gem #503DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 25.64%
G = 19.55%
B = 54.81%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#503DAB (or 0x503DAB) is known color: Blue Gem. HEX triplet: 50, 3D and AB. RGB value is (80,61,171). Sum of RGB (Red+Green+Blue) = 80+61+171=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #503DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503DAB is #AFC254. Grayscale: #4E4E4E. Windows color (decimal): -11518549 or 11222352. OLE color: 11222352.

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

Color convert

RGB 80 61 171 -
CMYK 0.53 0.64 0 0.33
HSL 250.36º 0.47% 0.45% -
HSV(B) 250.36º 0.64% 0.67% -
XYZ 12.33 7.98 39.42 -
YUV 79.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 80 61 171 0.53 0.64 0 0.33 250.36 0.47 0.45
Hex 50 3D AB 35 40 0 21 FA 2F 2D
Octal 120 75 253 65 100 0 41 372 57 55
Binary 1010000 111101 10101011 110101 1000000 0 100001 11111010 101111 101101

Color Harmonies of #503DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503DAB

Black with #503DAB

Text Example


Text Example

White with #503DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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