Color Hex Logo

#402961 Color Hex

#402961
(64,41,97)
0 Favorites   0 Comments

Color spaces of #402961

RGB 644197
HSL0.740.410.27
HSV265°58°38°
CMYK 0.340.580.00   0.62
XYZ5.06503.538911.7254
Yxy3.53890.24910.1741
Hunter Lab18.812015.1390-23.7868
CIE-Lab22.084423.9985-29.4895

#402961 color RGB value is (64,41,97).

#402961 hex color red value is 64, green value is 41 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #402961 hue: 0.74 , saturation: 0.41 and the lightness value of 402961 is 0.27.

The process color (four color CMYK) of #402961 color hex is 0.34, 0.58, 0.00, 0.62. Web safe color of #402961 is #333366. Color #402961 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 01100001
Octal 100 51 141
Decimal 64 41 97
Hex 40 29 61

RGB Percentages of Color #402961

%31.68
%20.30
%48.02

CMYK Percentages of Color #402961

%34
%58
%0
%62

Triadic Colors of #402961

#402961 #614029 #296140

Analogous Colors of #402961

#402961 #5c2961 #292e61

Monochromatic Colors of #402961

#402961

Complementary Color

#402961 #4a6129

#402961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402961 Color CSS Codes

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

#402961 Text Font Color

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

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


#402961 Background Color

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

This div background color is #402961


#402961 Border Color

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

This div border color is #402961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402961


Comments

No comments written yet.

Please login to write comment.