Color Hex Logo

#401781 Color Hex

#401781
(64,23,129)
0 Favorites   0 Comments

Color spaces of #401781

RGB 6423129
HSL0.730.700.30
HSV263°82°51°
CMYK 0.500.820.00   0.49
XYZ6.38323.287821.0670
Yxy3.28780.20770.1070
Hunter Lab18.132331.1067-56.1935
CIE-Lab21.161543.0584-51.6047

#401781 color RGB value is (64,23,129).

#401781 hex color red value is 64, green value is 23 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #401781 hue: 0.73 , saturation: 0.70 and the lightness value of 401781 is 0.30.

The process color (four color CMYK) of #401781 color hex is 0.50, 0.82, 0.00, 0.49. Web safe color of #401781 is #330099. Color #401781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010111 10000001
Octal 100 27 201
Decimal 64 23 129
Hex 40 17 81

RGB Percentages of Color #401781

%29.63
%10.65
%59.72

CMYK Percentages of Color #401781

%50
%82
%0
%49

Triadic Colors of #401781

#401781 #814017 #178140

Analogous Colors of #401781

#401781 #751781 #172381

Monochromatic Colors of #401781

#401781

Complementary Color

#401781 #588117

#401781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401781 Color CSS Codes

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

#401781 Text Font Color

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

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


#401781 Background Color

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

This div background color is #401781


#401781 Border Color

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

This div border color is #401781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401781


Comments

No comments written yet.

Please login to write comment.