Color Hex Logo

#311379 Color Hex

#311379
(49,19,121)
0 Favorites   0 Comments

Color spaces of #311379

RGB 4919121
HSL0.720.730.27
HSV258°84°47°
CMYK 0.600.840.00   0.53
XYZ4.95072.499218.3106
Yxy2.49920.19220.0970
Hunter Lab15.808928.2335-57.6064
CIE-Lab17.915040.5441-51.9196

#311379 color RGB value is (49,19,121).

#311379 hex color red value is 49, green value is 19 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #311379 hue: 0.72 , saturation: 0.73 and the lightness value of 311379 is 0.27.

The process color (four color CMYK) of #311379 color hex is 0.60, 0.84, 0.00, 0.53. Web safe color of #311379 is #330066. Color #311379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010011 01111001
Octal 61 23 171
Decimal 49 19 121
Hex 31 13 79

RGB Percentages of Color #311379

%25.93
%10.05
%64.02

CMYK Percentages of Color #311379

%60
%84
%0
%53

Triadic Colors of #311379

#311379 #793113 #137931

Analogous Colors of #311379

#311379 #641379 #132879

Monochromatic Colors of #311379

#311379

Complementary Color

#311379 #5b7913

#311379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311379 Color CSS Codes

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

#311379 Text Font Color

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

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


#311379 Background Color

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

This div background color is #311379


#311379 Border Color

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

This div border color is #311379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311379


Comments

No comments written yet.

Please login to write comment.