Color Hex Logo

#401641 Color Hex

#401641
(64,22,65)
4 Favorites   0 Comments

Color spaces of #401641

RGB 642265
HSL0.830.490.17
HSV299°66°25°
CMYK 0.020.660.00   0.75
XYZ3.35542.04555.2190
Yxy2.04550.31600.1926
Hunter Lab14.302116.8490-11.6241
CIE-Lab15.724227.2808-17.9536

#401641 color RGB value is (64,22,65).

#401641 hex color red value is 64, green value is 22 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #401641 hue: 0.83 , saturation: 0.49 and the lightness value of 401641 is 0.17.

The process color (four color CMYK) of #401641 color hex is 0.02, 0.66, 0.00, 0.75. Web safe color of #401641 is #330033. Color #401641 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010110 01000001
Octal 100 26 101
Decimal 64 22 65
Hex 40 16 41

RGB Percentages of Color #401641

%42.38
%14.57
%43.05

CMYK Percentages of Color #401641

%2
%66
%0
%75

Triadic Colors of #401641

#401641 #414016 #164140

Analogous Colors of #401641

#401641 #41162d #2b1641

Monochromatic Colors of #401641

#401641

Complementary Color

#401641 #174116

#401641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401641 Color CSS Codes

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

#401641 Text Font Color

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

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


#401641 Background Color

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

This div background color is #401641


#401641 Border Color

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

This div border color is #401641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401641


Comments

No comments written yet.

Please login to write comment.