Color Hex Logo

#413997 Color Hex

#413997
(65,57,151)
0 Favorites   0 Comments

Color spaces of #413997

RGB 6557151
HSL0.680.450.41
HSV245°62°59°
CMYK 0.570.620.00   0.41
XYZ9.22906.284430.0048
Yxy6.28440.20280.1381
Hunter Lab25.068721.8442-53.4163
CIE-Lab30.118931.0249-50.6334

#413997 color RGB value is (65,57,151).

#413997 hex color red value is 65, green value is 57 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #413997 hue: 0.68 , saturation: 0.45 and the lightness value of 413997 is 0.41.

The process color (four color CMYK) of #413997 color hex is 0.57, 0.62, 0.00, 0.41. Web safe color of #413997 is #333399. Color #413997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111001 10010111
Octal 101 71 227
Decimal 65 57 151
Hex 41 39 97

RGB Percentages of Color #413997

%23.81
%20.88
%55.31

CMYK Percentages of Color #413997

%57
%62
%0
%41

Triadic Colors of #413997

#413997 #974139 #399741

Analogous Colors of #413997

#413997 #703997 #396097

Monochromatic Colors of #413997

#413997

Complementary Color

#413997 #8f9739

#413997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413997 Color CSS Codes

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

#413997 Text Font Color

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

This sample text font color is #413997
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.


#413997 Background Color

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

This div background color is #413997


#413997 Border Color

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

This div border color is #413997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,57,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413997;
  -webkit-box-shadow: 1px 1px 3px 2px #413997;
  box-shadow:         1px 1px 3px 2px #413997; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,57,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413997


Comments

No comments written yet.

Please login to write comment.