Color Hex Logo

#413184 Color Hex

#413184
(65,49,132)
0 Favorites   0 Comments

Color spaces of #413184

RGB 6549132
HSL0.700.460.35
HSV252°63°52°
CMYK 0.510.630.00   0.48
XYZ7.44314.986422.4000
Yxy4.98640.21370.1432
Hunter Lab22.330220.4195-43.8440
CIE-Lab26.696029.8809-44.4525

#413184 color RGB value is (65,49,132).

#413184 hex color red value is 65, green value is 49 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #413184 hue: 0.70 , saturation: 0.46 and the lightness value of 413184 is 0.35.

The process color (four color CMYK) of #413184 color hex is 0.51, 0.63, 0.00, 0.48. Web safe color of #413184 is #333399. Color #413184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 10000100
Octal 101 61 204
Decimal 65 49 132
Hex 41 31 84

RGB Percentages of Color #413184

%26.42
%19.92
%53.66

CMYK Percentages of Color #413184

%51
%63
%0
%48

Triadic Colors of #413184

#413184 #844131 #318441

Analogous Colors of #413184

#413184 #6b3184 #314b84

Monochromatic Colors of #413184

#413184

Complementary Color

#413184 #748431

#413184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413184 Color CSS Codes

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

#413184 Text Font Color

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

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


#413184 Background Color

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

This div background color is #413184


#413184 Border Color

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

This div border color is #413184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413184


Comments

No comments written yet.

Please login to write comment.