Color Hex Logo

#401689 Color Hex

#401689
(64,22,137)
0 Favorites   0 Comments

Color spaces of #401689

RGB 6422137
HSL0.730.720.31
HSV262°84°54°
CMYK 0.530.840.00   0.46
XYZ6.91663.470023.9721
Yxy3.47000.20130.1010
Hunter Lab18.627933.6786-63.2601
CIE-Lab21.835645.6629-55.5323

#401689 color RGB value is (64,22,137).

#401689 hex color red value is 64, green value is 22 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #401689 hue: 0.73 , saturation: 0.72 and the lightness value of 401689 is 0.31.

The process color (four color CMYK) of #401689 color hex is 0.53, 0.84, 0.00, 0.46. Web safe color of #401689 is #330099. Color #401689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010110 10001001
Octal 100 26 211
Decimal 64 22 137
Hex 40 16 89

RGB Percentages of Color #401689

%28.70
%9.87
%61.43

CMYK Percentages of Color #401689

%53
%84
%0
%46

Triadic Colors of #401689

#401689 #894016 #168940

Analogous Colors of #401689

#401689 #7a1689 #162589

Monochromatic Colors of #401689

#401689

Complementary Color

#401689 #5f8916

#401689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401689 Color CSS Codes

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

#401689 Text Font Color

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

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


#401689 Background Color

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

This div background color is #401689


#401689 Border Color

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

This div border color is #401689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401689


Comments

No comments written yet.

Please login to write comment.