Color Hex Logo

#412761 Color Hex

#412761
(65,39,97)
0 Favorites   0 Comments

Color spaces of #412761

RGB 653997
HSL0.740.430.27
HSV267°60°38°
CMYK 0.330.600.00   0.62
XYZ5.06323.437911.7060
Yxy3.43790.25060.1701
Hunter Lab18.541616.2957-24.4529
CIE-Lab21.718625.5530-30.0677

#412761 color RGB value is (65,39,97).

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

The process color (four color CMYK) of #412761 color hex is 0.33, 0.60, 0.00, 0.62. Web safe color of #412761 is #333366. Color #412761 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100111 01100001
Octal 101 47 141
Decimal 65 39 97
Hex 41 27 61

RGB Percentages of Color #412761

%32.34
%19.40
%48.26

CMYK Percentages of Color #412761

%33
%60
%0
%62

Triadic Colors of #412761

#412761 #614127 #276141

Analogous Colors of #412761

#412761 #5e2761 #272a61

Monochromatic Colors of #412761

#412761

Complementary Color

#412761 #476127

#412761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412761 Color CSS Codes

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

#412761 Text Font Color

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

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


#412761 Background Color

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

This div background color is #412761


#412761 Border Color

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

This div border color is #412761


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,39,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 #412761">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412761


Comments

No comments written yet.

Please login to write comment.