Color Hex Logo

#40319d Color Hex

#40319D
(64,49,157)
0 Favorites   0 Comments

Color spaces of #40319d

RGB 6449157
HSL0.690.520.40
HSV248°69°62°
CMYK 0.590.690.00   0.38
XYZ9.29855.720932.5125
Yxy5.72090.19560.1204
Hunter Lab23.918427.5363-63.8505
CIE-Lab28.697137.7289-56.6141

#40319d color RGB value is (64,49,157).

#40319d hex color red value is 64, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #40319d hue: 0.69 , saturation: 0.52 and the lightness value of 40319d is 0.40.

The process color (four color CMYK) of #40319d color hex is 0.59, 0.69, 0.00, 0.38. Web safe color of #40319d is #333399. Color #40319d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110001 10011101
Octal 100 61 235
Decimal 64 49 157
Hex 40 31 9D

RGB Percentages of Color #40319d

%23.70
%18.15
%58.15

CMYK Percentages of Color #40319d

%59
%69
%0
%38

Triadic Colors of #40319d

#40319d #9d4031 #319d40

Analogous Colors of #40319d

#40319d #76319d #31589d

Monochromatic Colors of #40319d

#40319d

Complementary Color

#40319d #8e9d31

#40319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40319d Color CSS Codes

.mybgcolor {background-color:#40319d; } 
.myforecolor {color:#40319d; }
.mybordercolor {border:3px solid #40319d; }

#40319d Text Font Color

<p style="color:#40319d">Text here</p>

This sample text font color is #40319d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#40319d Background Color

<div style="background-color:#40319d">
Div content here</div>

This div background color is #40319d


#40319d Border Color

<div style="border:3px solid #40319d">
Div here</div>

This div border color is #40319d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,49,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40319d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40319d;
  -webkit-box-shadow: 1px 1px 3px 2px #40319d;
  box-shadow:         1px 1px 3px 2px #40319d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,49,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #40319d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #40319d;
  -webkit-box-shadow: 1px 1px 3px 2px #40319d;
  box-shadow:         1px 1px 3px 2px #40319d;">
Div content here</div>

This div box has shadow with color #40319d


Comments

No comments written yet.

Please login to write comment.