Color Hex Logo

#411139 Color Hex

#411139
(65,17,57)
0 Favorites   0 Comments

Color spaces of #411139

RGB 651757
HSL0.860.590.16
HSV310°74°25°
CMYK 0.000.740.12   0.75
XYZ3.11891.82014.0578
Yxy1.82010.34670.2023
Hunter Lab13.491117.6565-8.3892
CIE-Lab14.513328.5523-14.1955

#411139 color RGB value is (65,17,57).

#411139 hex color red value is 65, green value is 17 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #411139 hue: 0.86 , saturation: 0.59 and the lightness value of 411139 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010001 00111001
Octal 101 21 71
Decimal 65 17 57
Hex 41 11 39

RGB Percentages of Color #411139

%46.76
%12.23
%41.01

CMYK Percentages of Color #411139

%0
%74
%12
%75

Triadic Colors of #411139

#411139 #394111 #113941

Analogous Colors of #411139

#411139 #411121 #311141

Monochromatic Colors of #411139

#411139

Complementary Color

#411139 #114119

#411139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411139 Color CSS Codes

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

#411139 Text Font Color

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

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


#411139 Background Color

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

This div background color is #411139


#411139 Border Color

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

This div border color is #411139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411139

#411139 Color Palettes


Comments

No comments written yet.

Please login to write comment.