Color Hex Logo

#311f6f Color Hex

#311F6F
(49,31,111)
0 Favorites   0 Comments

Color spaces of #311f6f

RGB 4931111
HSL0.700.560.28
HSV254°72°44°
CMYK 0.560.720.00   0.56
XYZ4.62592.780615.3318
Yxy2.78060.20340.1223
Hunter Lab16.675120.3368-42.8411
CIE-Lab19.142931.0751-43.4586

#311f6f color RGB value is (49,31,111).

#311f6f hex color red value is 49, green value is 31 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #311f6f hue: 0.70 , saturation: 0.56 and the lightness value of 311f6f is 0.28.

The process color (four color CMYK) of #311f6f color hex is 0.56, 0.72, 0.00, 0.56. Web safe color of #311f6f is #333366. Color #311f6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011111 01101111
Octal 61 37 157
Decimal 49 31 111
Hex 31 1F 6F

RGB Percentages of Color #311f6f

%25.65
%16.23
%58.12

CMYK Percentages of Color #311f6f

%56
%72
%0
%56

Triadic Colors of #311f6f

#311f6f #6f311f #1f6f31

Analogous Colors of #311f6f

#311f6f #591f6f #1f356f

Monochromatic Colors of #311f6f

#311f6f

Complementary Color

#311f6f #5d6f1f

#311f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#311f6f Color CSS Codes

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

#311f6f Text Font Color

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

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


#311f6f Background Color

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

This div background color is #311f6f


#311f6f Border Color

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

This div border color is #311f6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,31,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311f6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311f6f;
  -webkit-box-shadow: 1px 1px 3px 2px #311f6f;
  box-shadow:         1px 1px 3px 2px #311f6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311f6f


Comments

No comments written yet.

Please login to write comment.