Color Hex Logo

#41369f Color Hex

#41369F
(65,54,159)
0 Favorites   0 Comments

Color spaces of #41369f

RGB 6554159
HSL0.680.490.42
HSV246°66°62°
CMYK 0.590.660.00   0.38
XYZ9.75716.265433.4960
Yxy6.26540.19700.1265
Hunter Lab25.030825.7762-61.8199
CIE-Lab30.072435.5279-55.5774

#41369f color RGB value is (65,54,159).

#41369f hex color red value is 65, green value is 54 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #41369f hue: 0.68 , saturation: 0.49 and the lightness value of 41369f is 0.42.

The process color (four color CMYK) of #41369f color hex is 0.59, 0.66, 0.00, 0.38. Web safe color of #41369f is #333399. Color #41369f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110110 10011111
Octal 101 66 237
Decimal 65 54 159
Hex 41 36 9F

RGB Percentages of Color #41369f

%23.38
%19.42
%57.19

CMYK Percentages of Color #41369f

%59
%66
%0
%38

Triadic Colors of #41369f

#41369f #9f4136 #369f41

Analogous Colors of #41369f

#41369f #76369f #36609f

Monochromatic Colors of #41369f

#41369f

Complementary Color

#41369f #949f36

#41369f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41369f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41369f Color CSS Codes

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

#41369f Text Font Color

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

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


#41369f Background Color

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

This div background color is #41369f


#41369f Border Color

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

This div border color is #41369f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41369f

#41369f Color Palettes


Comments

No comments written yet.

Please login to write comment.