Color Hex Logo

#41049b Color Hex

#41049B
(65,4,155)
0 Favorites   0 Comments

Color spaces of #41049b

RGB 654155
HSL0.730.950.31
HSV264°97°61°
CMYK 0.580.970.00   0.39
XYZ8.13983.577231.2718
Yxy3.57720.18930.0832
Hunter Lab18.913543.7225-84.7914
CIE-Lab22.221355.6445-66.0567

#41049b color RGB value is (65,4,155).

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

The process color (four color CMYK) of #41049b color hex is 0.58, 0.97, 0.00, 0.39. Web safe color of #41049b is #330099. Color #41049b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000100 10011011
Octal 101 4 233
Decimal 65 4 155
Hex 41 4 9B

RGB Percentages of Color #41049b

%29.02
%1.79
%69.20

CMYK Percentages of Color #41049b

%58
%97
%0
%39

Triadic Colors of #41049b

#41049b #9b4104 #049b41

Analogous Colors of #41049b

#41049b #8d049b #04139b

Monochromatic Colors of #41049b

#41049b

Complementary Color

#41049b #5e9b04

#41049b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41049b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41049b Color CSS Codes

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

#41049b Text Font Color

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

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


#41049b Background Color

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

This div background color is #41049b


#41049b Border Color

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

This div border color is #41049b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41049b


Comments

No comments written yet.

Please login to write comment.