Html Css Color HEX #503FAD Rich Blue

📋 copy color: '#503FAD'

red 80 ◦ green 63 ◦ blue 173

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

Shades of Rich Blue #503FAD

Tints of Rich Blue #503FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 173 (67.97% from 255) = 54.75%

R = 25.32%
G = 19.94%
B = 54.75%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503FAD (or 0x503FAD) is known color: Rich Blue. HEX triplet: 50, 3F and AD. RGB value is (80,63,173). Sum of RGB (Red+Green+Blue) = 80+63+173=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #503FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FAD is #AFC052. Grayscale: #505050. Windows color (decimal): -11518035 or 11353936. OLE color: 11353936.

HSL color Cylindrical-coordinate representation of color #503FAD: hue angle of 249.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503FAD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 63 173 -
CMYK 0.54 0.64 0 0.32
HSL 249.27º 0.47% 0.46% -
HSV(B) 249.27º 0.64% 0.68% -
XYZ 12.63 8.28 40.47 -
YUV 80.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 80 63 173 0.54 0.64 0 0.32 249.27 0.47 0.46
Hex 50 3F AD 36 40 0 20 F9 2F 2E
Octal 120 77 255 66 100 0 40 371 57 56
Binary 1010000 111111 10101101 110110 1000000 0 100000 11111001 101111 101110

Color Harmonies of #503FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FAD

Black with #503FAD

Text Example


Text Example

White with #503FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,173); }

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

background-color css

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

 a { background-color: rgb(80,63,173); }

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

border-color css

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

 span { border-color: rgb(80,63,173); }

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