Color Hex Logo

#410340 Color Hex

#410340
(65,3,64)
0 Favorites   0 Comments

Color spaces of #410340

RGB 65364
HSL0.840.910.13
HSV301°95°25°
CMYK 0.000.950.02   0.75
XYZ3.13791.55914.9860
Yxy1.55910.32410.1610
Hunter Lab12.486423.0069-14.9349
CIE-Lab12.979035.4904-21.5892

#410340 color RGB value is (65,3,64).

#410340 hex color red value is 65, green value is 3 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #410340 hue: 0.84 , saturation: 0.91 and the lightness value of 410340 is 0.13.

The process color (four color CMYK) of #410340 color hex is 0.00, 0.95, 0.02, 0.75. Web safe color of #410340 is #330033. Color #410340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000011 01000000
Octal 101 3 100
Decimal 65 3 64
Hex 41 3 40

RGB Percentages of Color #410340

%49.24
%2.27
%48.48

CMYK Percentages of Color #410340

%0
%95
%2
%75

Triadic Colors of #410340

#410340 #404103 #034041

Analogous Colors of #410340

#410340 #410321 #230341

Monochromatic Colors of #410340

#410340

Complementary Color

#410340 #034104

#410340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410340 Color CSS Codes

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

#410340 Text Font Color

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

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


#410340 Background Color

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

This div background color is #410340


#410340 Border Color

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

This div border color is #410340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410340


Comments

No comments written yet.

Please login to write comment.