Color Hex Logo

#31317a Color Hex

#31317A
(49,49,122)
0 Favorites   0 Comments

Color spaces of #31317a

RGB 4949122
HSL0.670.430.34
HSV240°60°48°
CMYK 0.600.600.00   0.52
XYZ5.87784.254718.9238
Yxy4.25470.20230.1464
Hunter Lab20.626914.7678-39.9557
CIE-Lab24.496223.1727-41.7914

#31317a color RGB value is (49,49,122).

#31317a hex color red value is 49, green value is 49 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #31317a hue: 0.67 , saturation: 0.43 and the lightness value of 31317a is 0.34.

The process color (four color CMYK) of #31317a color hex is 0.60, 0.60, 0.00, 0.52. Web safe color of #31317a is #333366. Color #31317a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110001 01111010
Octal 61 61 172
Decimal 49 49 122
Hex 31 31 7A

RGB Percentages of Color #31317a

%22.27
%22.27
%55.45

CMYK Percentages of Color #31317a

%60
%60
%0
%52

Triadic Colors of #31317a

#31317a #7a3131 #317a31

Analogous Colors of #31317a

#31317a #56317a #31567a

Monochromatic Colors of #31317a

#31317a

Complementary Color

#31317a #7a7a31

#31317a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31317a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31317a Color CSS Codes

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

#31317a Text Font Color

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

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


#31317a Background Color

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

This div background color is #31317a


#31317a Border Color

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

This div border color is #31317a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31317a


Comments

No comments written yet.

Please login to write comment.