Color Hex Logo

#41326d Color Hex

#41326D
(65,50,109)
0 Favorites   0 Comments

Color spaces of #41326d

RGB 6550109
HSL0.710.370.31
HSV255°54°43°
CMYK 0.400.540.00   0.57
XYZ6.08094.509115.0179
Yxy4.50910.23750.1761
Hunter Lab21.234613.9559-27.0678
CIE-Lab25.287822.0124-32.1490

#41326d color RGB value is (65,50,109).

#41326d hex color red value is 65, green value is 50 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #41326d hue: 0.71 , saturation: 0.37 and the lightness value of 41326d is 0.31.

The process color (four color CMYK) of #41326d color hex is 0.40, 0.54, 0.00, 0.57. Web safe color of #41326d is #333366. Color #41326d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 01101101
Octal 101 62 155
Decimal 65 50 109
Hex 41 32 6D

RGB Percentages of Color #41326d

%29.02
%22.32
%48.66

CMYK Percentages of Color #41326d

%40
%54
%0
%57

Triadic Colors of #41326d

#41326d #6d4132 #326d41

Analogous Colors of #41326d

#41326d #5f326d #32416d

Monochromatic Colors of #41326d

#41326d

Complementary Color

#41326d #5e6d32

#41326d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41326d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41326d Color CSS Codes

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

#41326d Text Font Color

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

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


#41326d Background Color

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

This div background color is #41326d


#41326d Border Color

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

This div border color is #41326d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,50,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41326d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41326d;
  -webkit-box-shadow: 1px 1px 3px 2px #41326d;
  box-shadow:         1px 1px 3px 2px #41326d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41326d


Comments

No comments written yet.

Please login to write comment.