Color Hex Logo

#41244c Color Hex

#41244C
(65,36,76)
0 Favorites   0 Comments

Color spaces of #41244c

RGB 653676
HSL0.790.360.22
HSV284°53°30°
CMYK 0.140.530.00   0.70
XYZ4.11542.90747.1818
Yxy2.90740.28970.2047
Hunter Lab17.051113.2428-13.0367
CIE-Lab19.669221.8280-19.3095

#41244c color RGB value is (65,36,76).

#41244c hex color red value is 65, green value is 36 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #41244c hue: 0.79 , saturation: 0.36 and the lightness value of 41244c is 0.22.

The process color (four color CMYK) of #41244c color hex is 0.14, 0.53, 0.00, 0.70. Web safe color of #41244c is #333333. Color #41244c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100100 01001100
Octal 101 44 114
Decimal 65 36 76
Hex 41 24 4C

RGB Percentages of Color #41244c

%36.72
%20.34
%42.94

CMYK Percentages of Color #41244c

%14
%53
%0
%70

Triadic Colors of #41244c

#41244c #4c4124 #244c41

Analogous Colors of #41244c

#41244c #4c2443 #2d244c

Monochromatic Colors of #41244c

#41244c

Complementary Color

#41244c #2f4c24

#41244c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41244c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41244c Color CSS Codes

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

#41244c Text Font Color

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

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


#41244c Background Color

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

This div background color is #41244c


#41244c Border Color

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

This div border color is #41244c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41244c


Comments

No comments written yet.

Please login to write comment.