Color Hex Logo

#31279d Color Hex

#31279D
(49,39,157)
0 Favorites   0 Comments

Color spaces of #31279d

RGB 4939157
HSL0.680.600.38
HSV245°75°62°
CMYK 0.690.750.00   0.38
XYZ8.07794.538332.3485
Yxy4.53830.17960.1009
Hunter Lab21.303330.4039-75.1181
CIE-Lab25.376741.4838-62.1138

#31279d color RGB value is (49,39,157).

#31279d hex color red value is 49, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #31279d hue: 0.68 , saturation: 0.60 and the lightness value of 31279d is 0.38.

The process color (four color CMYK) of #31279d color hex is 0.69, 0.75, 0.00, 0.38. Web safe color of #31279d is #333399. Color #31279d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100111 10011101
Octal 61 47 235
Decimal 49 39 157
Hex 31 27 9D

RGB Percentages of Color #31279d

%20.00
%15.92
%64.08

CMYK Percentages of Color #31279d

%69
%75
%0
%38

Triadic Colors of #31279d

#31279d #9d3127 #279d31

Analogous Colors of #31279d

#31279d #6c279d #27589d

Monochromatic Colors of #31279d

#31279d

Complementary Color

#31279d #939d27

#31279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31279d Color CSS Codes

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

#31279d Text Font Color

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

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


#31279d Background Color

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

This div background color is #31279d


#31279d Border Color

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

This div border color is #31279d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,39,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31279d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31279d;
  -webkit-box-shadow: 1px 1px 3px 2px #31279d;
  box-shadow:         1px 1px 3px 2px #31279d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31279d


Comments

No comments written yet.

Please login to write comment.