Color Hex Logo

#41397a Color Hex

#41397A
(65,57,122)
0 Favorites   0 Comments

Color spaces of #41397a

RGB 6557122
HSL0.690.360.35
HSV247°53°48°
CMYK 0.470.530.00   0.52
XYZ7.15605.455219.0882
Yxy5.45520.22570.1721
Hunter Lab23.356413.8158-32.1058
CIE-Lab27.994121.4988-36.0828

#41397a color RGB value is (65,57,122).

#41397a hex color red value is 65, green value is 57 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #41397a hue: 0.69 , saturation: 0.36 and the lightness value of 41397a is 0.35.

The process color (four color CMYK) of #41397a color hex is 0.47, 0.53, 0.00, 0.52. Web safe color of #41397a is #333366. Color #41397a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111001 01111010
Octal 101 71 172
Decimal 65 57 122
Hex 41 39 7A

RGB Percentages of Color #41397a

%26.64
%23.36
%50.00

CMYK Percentages of Color #41397a

%47
%53
%0
%52

Triadic Colors of #41397a

#41397a #7a4139 #397a41

Analogous Colors of #41397a

#41397a #62397a #39527a

Monochromatic Colors of #41397a

#41397a

Complementary Color

#41397a #727a39

#41397a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41397a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41397a Color CSS Codes

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

#41397a Text Font Color

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

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


#41397a Background Color

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

This div background color is #41397a


#41397a Border Color

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

This div border color is #41397a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41397a


Comments

No comments written yet.

Please login to write comment.