Color Hex Logo

#41227c Color Hex

#41227C
(65,34,124)
0 Favorites   0 Comments

Color spaces of #41227c

RGB 6534124
HSL0.720.570.31
HSV261°73°49°
CMYK 0.480.730.00   0.51
XYZ6.39013.723119.4506
Yxy3.72310.21610.1259
Hunter Lab19.295325.3476-46.2604
CIE-Lab22.734036.3534-45.8559

#41227c color RGB value is (65,34,124).

#41227c hex color red value is 65, green value is 34 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #41227c hue: 0.72 , saturation: 0.57 and the lightness value of 41227c is 0.31.

The process color (four color CMYK) of #41227c color hex is 0.48, 0.73, 0.00, 0.51. Web safe color of #41227c is #333366. Color #41227c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100010 01111100
Octal 101 42 174
Decimal 65 34 124
Hex 41 22 7C

RGB Percentages of Color #41227c

%29.15
%15.25
%55.61

CMYK Percentages of Color #41227c

%48
%73
%0
%51

Triadic Colors of #41227c

#41227c #7c4122 #227c41

Analogous Colors of #41227c

#41227c #6e227c #22307c

Monochromatic Colors of #41227c

#41227c

Complementary Color

#41227c #5d7c22

#41227c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41227c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41227c Color CSS Codes

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

#41227c Text Font Color

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

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


#41227c Background Color

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

This div background color is #41227c


#41227c Border Color

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

This div border color is #41227c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41227c


Comments

No comments written yet.

Please login to write comment.