Color Hex Logo

#31298d Color Hex

#31298D
(49,41,141)
0 Favorites   0 Comments

Color spaces of #31298d

RGB 4941141
HSL0.680.550.36
HSV245°71°55°
CMYK 0.650.710.00   0.45
XYZ6.86734.161925.6407
Yxy4.16190.18730.1135
Hunter Lab20.400724.3854-60.2382
CIE-Lab24.199634.9762-54.1959

#31298d color RGB value is (49,41,141).

#31298d hex color red value is 49, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #31298d hue: 0.68 , saturation: 0.55 and the lightness value of 31298d is 0.36.

The process color (four color CMYK) of #31298d color hex is 0.65, 0.71, 0.00, 0.45. Web safe color of #31298d is #333399. Color #31298d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101001 10001101
Octal 61 51 215
Decimal 49 41 141
Hex 31 29 8D

RGB Percentages of Color #31298d

%21.21
%17.75
%61.04

CMYK Percentages of Color #31298d

%65
%71
%0
%45

Triadic Colors of #31298d

#31298d #8d3129 #298d31

Analogous Colors of #31298d

#31298d #63298d #29538d

Monochromatic Colors of #31298d

#31298d

Complementary Color

#31298d #858d29

#31298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31298d Color CSS Codes

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

#31298d Text Font Color

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

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


#31298d Background Color

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

This div background color is #31298d


#31298d Border Color

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

This div border color is #31298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31298d


Comments

No comments written yet.

Please login to write comment.