Color Hex Logo

#413387 Color Hex

#413387
(65,51,135)
0 Favorites   0 Comments

Color spaces of #413387

RGB 6551135
HSL0.690.450.36
HSV250°62°53°
CMYK 0.520.620.00   0.47
XYZ7.73705.240723.5255
Yxy5.24070.21200.1436
Hunter Lab22.892620.2656-44.9044
CIE-Lab27.409829.5834-45.1670

#413387 color RGB value is (65,51,135).

#413387 hex color red value is 65, green value is 51 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #413387 hue: 0.69 , saturation: 0.45 and the lightness value of 413387 is 0.36.

The process color (four color CMYK) of #413387 color hex is 0.52, 0.62, 0.00, 0.47. Web safe color of #413387 is #333399. Color #413387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110011 10000111
Octal 101 63 207
Decimal 65 51 135
Hex 41 33 87

RGB Percentages of Color #413387

%25.90
%20.32
%53.78

CMYK Percentages of Color #413387

%52
%62
%0
%47

Triadic Colors of #413387

#413387 #874133 #338741

Analogous Colors of #413387

#413387 #6b3387 #334f87

Monochromatic Colors of #413387

#413387

Complementary Color

#413387 #798733

#413387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#413387 Color CSS Codes

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

#413387 Text Font Color

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

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


#413387 Background Color

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

This div background color is #413387


#413387 Border Color

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

This div border color is #413387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413387


Comments

No comments written yet.

Please login to write comment.