Color Hex Logo

#412041 Color Hex

#412041
(65,32,65)
0 Favorites   0 Comments

Color spaces of #412041

RGB 653265
HSL0.830.340.19
HSV300°51°25°
CMYK 0.000.510.00   0.75
XYZ3.65062.53855.2986
Yxy2.53850.31780.2210
Hunter Lab15.932713.0169-8.5647
CIE-Lab18.091821.7512-14.2390

#412041 color RGB value is (65,32,65).

#412041 hex color red value is 65, green value is 32 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #412041 hue: 0.83 , saturation: 0.34 and the lightness value of 412041 is 0.19.

The process color (four color CMYK) of #412041 color hex is 0.00, 0.51, 0.00, 0.75. Web safe color of #412041 is #333333. Color #412041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100000 01000001
Octal 101 40 101
Decimal 65 32 65
Hex 41 20 41

RGB Percentages of Color #412041

%40.12
%19.75
%40.12

CMYK Percentages of Color #412041

%0
%51
%0
%75

Triadic Colors of #412041

#412041 #414120 #204141

Analogous Colors of #412041

#412041 #412031 #312041

Monochromatic Colors of #412041

#412041

Complementary Color

#412041 #204120

#412041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412041 Color CSS Codes

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

#412041 Text Font Color

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

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


#412041 Background Color

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

This div background color is #412041


#412041 Border Color

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

This div border color is #412041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412041


Comments

No comments written yet.

Please login to write comment.