Color Hex Logo

#31308d Color Hex

#31308D
(49,48,141)
0 Favorites   0 Comments

Color spaces of #31308d

RGB 4948141
HSL0.670.490.37
HSV241°66°55°
CMYK 0.650.660.00   0.45
XYZ7.13134.690025.7287
Yxy4.69000.18990.1249
Hunter Lab21.656420.8801-55.2795
CIE-Lab25.832730.5723-51.5214

#31308d color RGB value is (49,48,141).

#31308d hex color red value is 49, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #31308d hue: 0.67 , saturation: 0.49 and the lightness value of 31308d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 10001101
Octal 61 60 215
Decimal 49 48 141
Hex 31 30 8D

RGB Percentages of Color #31308d

%20.59
%20.17
%59.24

CMYK Percentages of Color #31308d

%65
%66
%0
%45

Triadic Colors of #31308d

#31308d #8d3130 #308d31

Analogous Colors of #31308d

#31308d #60308d #305e8d

Monochromatic Colors of #31308d

#31308d

Complementary Color

#31308d #8c8d30

#31308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31308d Color CSS Codes

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

#31308d Text Font Color

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

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


#31308d Background Color

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

This div background color is #31308d


#31308d Border Color

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

This div border color is #31308d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,48,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 #31308d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31308d


Comments

No comments written yet.

Please login to write comment.