Color Hex Logo

#41295d Color Hex

#41295D
(65,41,93)
0 Favorites   0 Comments

Color spaces of #41295d

RGB 654193
HSL0.740.390.26
HSV268°56°36°
CMYK 0.300.560.00   0.64
XYZ4.94873.500010.7707
Yxy3.50000.25750.1821
Hunter Lab18.708314.4772-21.0385
CIE-Lab21.944423.1510-27.0750

#41295d color RGB value is (65,41,93).

#41295d hex color red value is 65, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #41295d hue: 0.74 , saturation: 0.39 and the lightness value of 41295d is 0.26.

The process color (four color CMYK) of #41295d color hex is 0.30, 0.56, 0.00, 0.64. Web safe color of #41295d is #333366. Color #41295d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101001 01011101
Octal 101 51 135
Decimal 65 41 93
Hex 41 29 5D

RGB Percentages of Color #41295d

%32.66
%20.60
%46.73

CMYK Percentages of Color #41295d

%30
%56
%0
%64

Triadic Colors of #41295d

#41295d #5d4129 #295d41

Analogous Colors of #41295d

#41295d #5b295d #292b5d

Monochromatic Colors of #41295d

#41295d

Complementary Color

#41295d #455d29

#41295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41295d Color CSS Codes

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

#41295d Text Font Color

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

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


#41295d Background Color

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

This div background color is #41295d


#41295d Border Color

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

This div border color is #41295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41295d


Comments

No comments written yet.

Please login to write comment.