Color Hex Logo

#41224f Color Hex

#41224F
(65,34,79)
0 Favorites   0 Comments

Color spaces of #41224f

RGB 653479
HSL0.780.400.22
HSV281°57°31°
CMYK 0.180.570.00   0.69
XYZ4.16332.83247.7244
Yxy2.83240.28280.1924
Hunter Lab16.829714.7049-15.4317
CIE-Lab19.359823.8401-21.8287

#41224f color RGB value is (65,34,79).

#41224f hex color red value is 65, green value is 34 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41224f hue: 0.78 , saturation: 0.40 and the lightness value of 41224f is 0.22.

The process color (four color CMYK) of #41224f color hex is 0.18, 0.57, 0.00, 0.69. Web safe color of #41224f is #333366. Color #41224f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100010 01001111
Octal 101 42 117
Decimal 65 34 79
Hex 41 22 4F

RGB Percentages of Color #41224f

%36.52
%19.10
%44.38

CMYK Percentages of Color #41224f

%18
%57
%0
%69

Triadic Colors of #41224f

#41224f #4f4122 #224f41

Analogous Colors of #41224f

#41224f #4f2246 #2b224f

Monochromatic Colors of #41224f

#41224f

Complementary Color

#41224f #304f22

#41224f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41224f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41224f Color CSS Codes

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

#41224f Text Font Color

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

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


#41224f Background Color

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

This div background color is #41224f


#41224f Border Color

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

This div border color is #41224f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41224f


Comments

No comments written yet.

Please login to write comment.