Color Hex Logo

#411441 Color Hex

#411441
(65,20,65)
0 Favorites   0 Comments

Color spaces of #411441

RGB 652065
HSL0.830.530.17
HSV300°69°25°
CMYK 0.000.690.00   0.75
XYZ3.38432.00585.2098
Yxy2.00580.31930.1892
Hunter Lab14.162617.8697-11.8963
CIE-Lab15.517728.6408-18.2671

#411441 color RGB value is (65,20,65).

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

The process color (four color CMYK) of #411441 color hex is 0.00, 0.69, 0.00, 0.75. Web safe color of #411441 is #330033. Color #411441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 01000001
Octal 101 24 101
Decimal 65 20 65
Hex 41 14 41

RGB Percentages of Color #411441

%43.33
%13.33
%43.33

CMYK Percentages of Color #411441

%0
%69
%0
%75

Triadic Colors of #411441

#411441 #414114 #144141

Analogous Colors of #411441

#411441 #41142b #2b1441

Monochromatic Colors of #411441

#411441

Complementary Color

#411441 #144114

#411441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411441 Color CSS Codes

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

#411441 Text Font Color

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

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


#411441 Background Color

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

This div background color is #411441


#411441 Border Color

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

This div border color is #411441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411441


Comments

No comments written yet.

Please login to write comment.