Color Hex Logo

#41277e Color Hex

#41277E
(65,39,126)
0 Favorites   0 Comments

Color spaces of #41277e

RGB 6539126
HSL0.720.530.32
HSV258°69°49°
CMYK 0.480.690.00   0.51
XYZ6.67144.081220.1748
Yxy4.08120.21570.1320
Hunter Lab20.202023.5935-45.0688
CIE-Lab23.938134.1041-45.1609

#41277e color RGB value is (65,39,126).

#41277e hex color red value is 65, green value is 39 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #41277e hue: 0.72 , saturation: 0.53 and the lightness value of 41277e is 0.32.

The process color (four color CMYK) of #41277e color hex is 0.48, 0.69, 0.00, 0.51. Web safe color of #41277e is #333366. Color #41277e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100111 01111110
Octal 101 47 176
Decimal 65 39 126
Hex 41 27 7E

RGB Percentages of Color #41277e

%28.26
%16.96
%54.78

CMYK Percentages of Color #41277e

%48
%69
%0
%51

Triadic Colors of #41277e

#41277e #7e4127 #277e41

Analogous Colors of #41277e

#41277e #6d277e #27397e

Monochromatic Colors of #41277e

#41277e

Complementary Color

#41277e #647e27

#41277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41277e Color CSS Codes

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

#41277e Text Font Color

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

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


#41277e Background Color

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

This div background color is #41277e


#41277e Border Color

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

This div border color is #41277e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,39,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41277e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41277e;
  -webkit-box-shadow: 1px 1px 3px 2px #41277e;
  box-shadow:         1px 1px 3px 2px #41277e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41277e


Comments

No comments written yet.

Please login to write comment.