Color Hex Logo

#411359 Color Hex

#411359
(65,19,89)
0 Favorites   0 Comments

Color spaces of #411359

RGB 651989
HSL0.780.650.21
HSV279°79°35°
CMYK 0.270.790.00   0.65
XYZ4.21602.31089.6750
Yxy2.31080.26020.1426
Hunter Lab15.201322.9037-27.0947
CIE-Lab17.040434.5780-32.2808

#411359 color RGB value is (65,19,89).

#411359 hex color red value is 65, green value is 19 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #411359 hue: 0.78 , saturation: 0.65 and the lightness value of 411359 is 0.21.

The process color (four color CMYK) of #411359 color hex is 0.27, 0.79, 0.00, 0.65. Web safe color of #411359 is #330066. Color #411359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010011 01011001
Octal 101 23 131
Decimal 65 19 89
Hex 41 13 59

RGB Percentages of Color #411359

%37.57
%10.98
%51.45

CMYK Percentages of Color #411359

%27
%79
%0
%65

Triadic Colors of #411359

#411359 #594113 #135941

Analogous Colors of #411359

#411359 #59134e #1e1359

Monochromatic Colors of #411359

#411359

Complementary Color

#411359 #2b5913

#411359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411359 Color CSS Codes

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

#411359 Text Font Color

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

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


#411359 Background Color

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

This div background color is #411359


#411359 Border Color

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

This div border color is #411359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411359


Comments

No comments written yet.

Please login to write comment.