Color Hex Logo

#41305b Color Hex

#41305B
(65,48,91)
0 Favorites   0 Comments

Color spaces of #41305b

RGB 654891
HSL0.730.310.27
HSV264°47°36°
CMYK 0.290.470.00   0.64
XYZ5.12533.993110.3981
Yxy3.99310.26260.2046
Hunter Lab19.982710.8130-16.8639
CIE-Lab23.648618.0001-23.0575

#41305b color RGB value is (65,48,91).

#41305b hex color red value is 65, green value is 48 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #41305b hue: 0.73 , saturation: 0.31 and the lightness value of 41305b is 0.27.

The process color (four color CMYK) of #41305b color hex is 0.29, 0.47, 0.00, 0.64. Web safe color of #41305b is #333366. Color #41305b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 01011011
Octal 101 60 133
Decimal 65 48 91
Hex 41 30 5B

RGB Percentages of Color #41305b

%31.86
%23.53
%44.61

CMYK Percentages of Color #41305b

%29
%47
%0
%64

Triadic Colors of #41305b

#41305b #5b4130 #305b41

Analogous Colors of #41305b

#41305b #56305b #30355b

Monochromatic Colors of #41305b

#41305b

Complementary Color

#41305b #4a5b30

#41305b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41305b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41305b Color CSS Codes

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

#41305b Text Font Color

<p style="color:#41305b">Text here</p>

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


#41305b Background Color

<div style="background-color:#41305b">
Div content here</div>

This div background color is #41305b


#41305b Border Color

<div style="border:3px solid #41305b">
Div here</div>

This div border color is #41305b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,48,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41305b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41305b;
  -webkit-box-shadow: 1px 1px 3px 2px #41305b;
  box-shadow:         1px 1px 3px 2px #41305b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41305b


Comments

No comments written yet.

Please login to write comment.