Color Hex Logo

#411061 Color Hex

#411061
(65,16,97)
0 Favorites   0 Comments

Color spaces of #411061

RGB 651697
HSL0.770.720.22
HSV276°84°38°
CMYK 0.330.840.00   0.62
XYZ4.52292.357511.5259
Yxy2.35750.24570.1281
Hunter Lab15.354225.7113-33.7593
CIE-Lab17.261537.8195-37.2621

#411061 color RGB value is (65,16,97).

#411061 hex color red value is 65, green value is 16 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #411061 hue: 0.77 , saturation: 0.72 and the lightness value of 411061 is 0.22.

The process color (four color CMYK) of #411061 color hex is 0.33, 0.84, 0.00, 0.62. Web safe color of #411061 is #330066. Color #411061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 01100001
Octal 101 20 141
Decimal 65 16 97
Hex 41 10 61

RGB Percentages of Color #411061

%36.52
%8.99
%54.49

CMYK Percentages of Color #411061

%33
%84
%0
%62

Triadic Colors of #411061

#411061 #614110 #106141

Analogous Colors of #411061

#411061 #611058 #191061

Monochromatic Colors of #411061

#411061

Complementary Color

#411061 #306110

#411061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411061 Color CSS Codes

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

#411061 Text Font Color

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

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


#411061 Background Color

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

This div background color is #411061


#411061 Border Color

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

This div border color is #411061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411061


Comments

No comments written yet.

Please login to write comment.