Color Hex Logo

#41328f Color Hex

#41328F
(65,50,143)
0 Favorites   0 Comments

Color spaces of #41328f

RGB 6550143
HSL0.690.480.38
HSV250°65°56°
CMYK 0.550.650.00   0.44
XYZ8.27855.388226.5903
Yxy5.38820.20560.1338
Hunter Lab23.212523.0383-51.6689
CIE-Lab27.813332.7860-49.4717

#41328f color RGB value is (65,50,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 10001111
Octal 101 62 217
Decimal 65 50 143
Hex 41 32 8F

RGB Percentages of Color #41328f

%25.19
%19.38
%55.43

CMYK Percentages of Color #41328f

%55
%65
%0
%44

Triadic Colors of #41328f

#41328f #8f4132 #328f41

Analogous Colors of #41328f

#41328f #70328f #32528f

Monochromatic Colors of #41328f

#41328f

Complementary Color

#41328f #808f32

#41328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41328f Color CSS Codes

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

#41328f Text Font Color

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

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


#41328f Background Color

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

This div background color is #41328f


#41328f Border Color

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

This div border color is #41328f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,50,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 #41328f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41328f


Comments

No comments written yet.

Please login to write comment.