Color Hex Logo

#31019e Color Hex

#31019E
(49,1,158)
0 Favorites   0 Comments

Color spaces of #31019e

RGB 491158
HSL0.720.990.31
HSV258°99°62°
CMYK 0.690.990.00   0.38
XYZ7.44903.143332.5619
Yxy3.14330.17260.0728
Hunter Lab17.729443.9705-96.4820
CIE-Lab20.608956.1748-70.6269

#31019e color RGB value is (49,1,158).

#31019e hex color red value is 49, green value is 1 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #31019e hue: 0.72 , saturation: 0.99 and the lightness value of 31019e is 0.31.

The process color (four color CMYK) of #31019e color hex is 0.69, 0.99, 0.00, 0.38. Web safe color of #31019e is #330099. Color #31019e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000001 10011110
Octal 61 1 236
Decimal 49 1 158
Hex 31 1 9E

RGB Percentages of Color #31019e

%23.56
%0.48
%75.96

CMYK Percentages of Color #31019e

%69
%99
%0
%38

Triadic Colors of #31019e

#31019e #9e3101 #019e31

Analogous Colors of #31019e

#31019e #80019e #011f9e

Monochromatic Colors of #31019e

#31019e

Complementary Color

#31019e #6e9e01

#31019e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31019e Color Preview on White Background

Lorem ipsum dolor sit amet.

#31019e Color CSS Codes

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

#31019e Text Font Color

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

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


#31019e Background Color

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

This div background color is #31019e


#31019e Border Color

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

This div border color is #31019e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31019e


Comments

No comments written yet.

Please login to write comment.