Color Hex Logo

#311241 Color Hex

#311241
(49,18,65)
0 Favorites   0 Comments

Color spaces of #311241

RGB 491865
HSL0.780.570.16
HSV280°72°25°
CMYK 0.250.720.00   0.75
XYZ2.43711.46725.1558
Yxy1.46720.26900.1619
Hunter Lab12.112814.7169-16.7578
CIE-Lab12.398025.0347-23.3941

#311241 color RGB value is (49,18,65).

#311241 hex color red value is 49, green value is 18 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #311241 hue: 0.78 , saturation: 0.57 and the lightness value of 311241 is 0.16.

The process color (four color CMYK) of #311241 color hex is 0.25, 0.72, 0.00, 0.75. Web safe color of #311241 is #330033. Color #311241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 01000001
Octal 61 22 101
Decimal 49 18 65
Hex 31 12 41

RGB Percentages of Color #311241

%37.12
%13.64
%49.24

CMYK Percentages of Color #311241

%25
%72
%0
%75

Triadic Colors of #311241

#311241 #413112 #124131

Analogous Colors of #311241

#311241 #411239 #1a1241

Monochromatic Colors of #311241

#311241

Complementary Color

#311241 #224112

#311241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311241 Color CSS Codes

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

#311241 Text Font Color

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

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


#311241 Background Color

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

This div background color is #311241


#311241 Border Color

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

This div border color is #311241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311241


Comments

No comments written yet.

Please login to write comment.