Color Hex Logo

#413aa1 Color Hex

#413AA1
(65,58,161)
1 Favorites   0 Comments

Color spaces of #413aa1

RGB 6558161
HSL0.680.470.43
HSV244°64°63°
CMYK 0.600.640.00   0.37
XYZ10.12616.723134.4822
Yxy6.72310.19730.1310
Hunter Lab25.928924.3344-60.6979
CIE-Lab31.168033.7202-55.0006

#413aa1 color RGB value is (65,58,161).

#413aa1 hex color red value is 65, green value is 58 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #413aa1 hue: 0.68 , saturation: 0.47 and the lightness value of 413aa1 is 0.43.

The process color (four color CMYK) of #413aa1 color hex is 0.60, 0.64, 0.00, 0.37. Web safe color of #413aa1 is #333399. Color #413aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111010 10100001
Octal 101 72 241
Decimal 65 58 161
Hex 41 3A A1

RGB Percentages of Color #413aa1

%22.89
%20.42
%56.69

CMYK Percentages of Color #413aa1

%60
%64
%0
%37

Triadic Colors of #413aa1

#413aa1 #a1413a #3aa141

Analogous Colors of #413aa1

#413aa1 #753aa1 #3a67a1

Monochromatic Colors of #413aa1

#413aa1

Complementary Color

#413aa1 #9aa13a

#413aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413aa1 Color CSS Codes

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

#413aa1 Text Font Color

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

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


#413aa1 Background Color

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

This div background color is #413aa1


#413aa1 Border Color

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

This div border color is #413aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413aa1

#413aa1 Color Palettes


Comments

No comments written yet.

Please login to write comment.