Color Hex Logo

#41033b Color Hex

#41033B
(65,3,59)
0 Favorites   0 Comments

Color spaces of #41033b

RGB 65359
HSL0.850.910.13
HSV306°95°25°
CMYK 0.000.950.09   0.75
XYZ3.00201.50474.2699
Yxy1.50470.34200.1714
Hunter Lab12.266622.2176-12.0517
CIE-Lab12.637934.6106-18.5732

#41033b color RGB value is (65,3,59).

#41033b hex color red value is 65, green value is 3 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #41033b hue: 0.85 , saturation: 0.91 and the lightness value of 41033b is 0.13.

The process color (four color CMYK) of #41033b color hex is 0.00, 0.95, 0.09, 0.75. Web safe color of #41033b is #330033. Color #41033b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000011 00111011
Octal 101 3 73
Decimal 65 3 59
Hex 41 3 3B

RGB Percentages of Color #41033b

%51.18
%2.36
%46.46

CMYK Percentages of Color #41033b

%0
%95
%9
%75

Triadic Colors of #41033b

#41033b #3b4103 #033b41

Analogous Colors of #41033b

#41033b #41031c #280341

Monochromatic Colors of #41033b

#41033b

Complementary Color

#41033b #034109

#41033b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41033b Color Preview on White Background

Lorem ipsum dolor sit amet.

#41033b Color CSS Codes

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

#41033b Text Font Color

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

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


#41033b Background Color

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

This div background color is #41033b


#41033b Border Color

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

This div border color is #41033b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41033b


Comments

No comments written yet.

Please login to write comment.