Color Hex Logo

#41275e Color Hex

#41275E
(65,39,94)
0 Favorites   0 Comments

Color spaces of #41275e

RGB 653994
HSL0.750.410.26
HSV268°59°37°
CMYK 0.310.590.00   0.63
XYZ4.92593.383010.9830
Yxy3.38300.25530.1754
Hunter Lab18.392915.6173-22.5289
CIE-Lab21.516824.7069-28.4161

#41275e color RGB value is (65,39,94).

#41275e hex color red value is 65, green value is 39 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #41275e hue: 0.75 , saturation: 0.41 and the lightness value of 41275e is 0.26.

The process color (four color CMYK) of #41275e color hex is 0.31, 0.59, 0.00, 0.63. Web safe color of #41275e is #333366. Color #41275e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100111 01011110
Octal 101 47 136
Decimal 65 39 94
Hex 41 27 5E

RGB Percentages of Color #41275e

%32.83
%19.70
%47.47

CMYK Percentages of Color #41275e

%31
%59
%0
%63

Triadic Colors of #41275e

#41275e #5e4127 #275e41

Analogous Colors of #41275e

#41275e #5d275e #27295e

Monochromatic Colors of #41275e

#41275e

Complementary Color

#41275e #445e27

#41275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41275e Color CSS Codes

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

#41275e Text Font Color

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

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


#41275e Background Color

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

This div background color is #41275e


#41275e Border Color

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

This div border color is #41275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41275e


Comments

No comments written yet.

Please login to write comment.