Html Css Color HEX #503FAC Rich Blue

📋 copy color: '#503FAC'

red 80 ◦ green 63 ◦ blue 172

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

Shades of Rich Blue #503FAC

Tints of Rich Blue #503FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 25.4%
G = 20%
B = 54.6%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#503FAC (or 0x503FAC) is known color: Rich Blue. HEX triplet: 50, 3F and AC. RGB value is (80,63,172). Sum of RGB (Red+Green+Blue) = 80+63+172=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #503FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FAC is #AFC053. Grayscale: #505050. Windows color (decimal): -11518036 or 11288400. OLE color: 11288400.

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

Color convert

RGB 80 63 172 -
CMYK 0.53 0.63 0 0.33
HSL 249.36º 0.46% 0.46% -
HSV(B) 249.36º 0.63% 0.67% -
XYZ 12.53 8.24 39.96 -
YUV 80.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 80 63 172 0.53 0.63 0 0.33 249.36 0.46 0.46
Hex 50 3F AC 35 3F 0 21 F9 2E 2E
Octal 120 77 254 65 77 0 41 371 56 56
Binary 1010000 111111 10101100 110101 111111 0 100001 11111001 101110 101110

Color Harmonies of #503FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FAC

Black with #503FAC

Text Example


Text Example

White with #503FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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