Color Hex Logo

#41358f Color Hex

#41358F
(65,53,143)
0 Favorites   0 Comments

Color spaces of #41358f

RGB 6553143
HSL0.690.460.38
HSV248°63°56°
CMYK 0.550.630.00   0.44
XYZ8.41105.653226.6345
Yxy5.65320.20670.1389
Hunter Lab23.776521.5362-49.7734
CIE-Lab28.520130.9156-48.3223

#41358f color RGB value is (65,53,143).

#41358f hex color red value is 65, green value is 53 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #41358f hue: 0.69 , saturation: 0.46 and the lightness value of 41358f is 0.38.

The process color (four color CMYK) of #41358f color hex is 0.55, 0.63, 0.00, 0.44. Web safe color of #41358f is #333399. Color #41358f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110101 10001111
Octal 101 65 217
Decimal 65 53 143
Hex 41 35 8F

RGB Percentages of Color #41358f

%24.90
%20.31
%54.79

CMYK Percentages of Color #41358f

%55
%63
%0
%44

Triadic Colors of #41358f

#41358f #8f4135 #358f41

Analogous Colors of #41358f

#41358f #6e358f #35568f

Monochromatic Colors of #41358f

#41358f

Complementary Color

#41358f #838f35

#41358f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41358f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41358f Color CSS Codes

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

#41358f Text Font Color

<p style="color:#41358f">Text here</p>

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


#41358f Background Color

<div style="background-color:#41358f">
Div content here</div>

This div background color is #41358f


#41358f Border Color

<div style="border:3px solid #41358f">
Div here</div>

This div border color is #41358f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,53,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41358f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41358f;
  -webkit-box-shadow: 1px 1px 3px 2px #41358f;
  box-shadow:         1px 1px 3px 2px #41358f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41358f


Comments

No comments written yet.

Please login to write comment.