Color Hex Logo

#413a61 Color Hex

#413A61
(65,58,97)
0 Favorites   0 Comments

Color spaces of #413a61

RGB 655897
HSL0.700.250.30
HSV251°40°38°
CMYK 0.330.400.00   0.62
XYZ5.85075.013011.9685
Yxy5.01300.25620.2196
Hunter Lab22.38977.4621-16.0208
CIE-Lab26.771813.0598-22.0609

#413a61 color RGB value is (65,58,97).

#413a61 hex color red value is 65, green value is 58 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #413a61 hue: 0.70 , saturation: 0.25 and the lightness value of 413a61 is 0.30.

The process color (four color CMYK) of #413a61 color hex is 0.33, 0.40, 0.00, 0.62. Web safe color of #413a61 is #333366. Color #413a61 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 01100001
Octal 101 72 141
Decimal 65 58 97
Hex 41 3A 61

RGB Percentages of Color #413a61

%29.55
%26.36
%44.09

CMYK Percentages of Color #413a61

%33
%40
%0
%62

Triadic Colors of #413a61

#413a61 #61413a #3a6141

Analogous Colors of #413a61

#413a61 #553a61 #3a4761

Monochromatic Colors of #413a61

#413a61

Complementary Color

#413a61 #5a613a

#413a61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413a61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413a61 Color CSS Codes

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

#413a61 Text Font Color

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

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


#413a61 Background Color

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

This div background color is #413a61


#413a61 Border Color

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

This div border color is #413a61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,58,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #413a61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #413a61;
  -webkit-box-shadow: 1px 1px 3px 2px #413a61;
  box-shadow:         1px 1px 3px 2px #413a61; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413a61


Comments

No comments written yet.

Please login to write comment.