Color Hex Logo

#311041 Color Hex

#311041
(49,16,65)
0 Favorites   0 Comments

Color spaces of #311041

RGB 491665
HSL0.780.600.16
HSV280°75°25°
CMYK 0.250.750.00   0.75
XYZ2.40601.40525.1454
Yxy1.40520.26860.1569
Hunter Lab11.854115.4850-17.4376
CIE-Lab11.992226.1539-24.0450

#311041 color RGB value is (49,16,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010000 01000001
Octal 61 20 101
Decimal 49 16 65
Hex 31 10 41

RGB Percentages of Color #311041

%37.69
%12.31
%50.00

CMYK Percentages of Color #311041

%25
%75
%0
%75

Triadic Colors of #311041

#311041 #413110 #104131

Analogous Colors of #311041

#311041 #411039 #191041

Monochromatic Colors of #311041

#311041

Complementary Color

#311041 #204110

#311041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311041 Color CSS Codes

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

#311041 Text Font Color

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

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


#311041 Background Color

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

This div background color is #311041


#311041 Border Color

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

This div border color is #311041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,16,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 #311041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311041


Comments

No comments written yet.

Please login to write comment.