COLOR #310047

HEX: #310047
RGB: (49,0,71)

Color info

#310047 contains only red and blue colors. Web safe color of #310047 is #330033 (or #303).

RGB color model

#310047 color RGB value is (49,0,71).

  • red value is 49;
  • green value is 0;
  • blue value is 71.
RGB:
(49,0,71)
(19%,0%,28%)

RGB channels and saturation

R 49 of 255 = 19%
G 0 of 255 = 0%
B 71 of 255 = 28%

49
0
71

R + G + B ~ 16%. #310047 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 0 + 71 = 120 (100%)
R 49 of 120 ~ 40.83%
G 0 of 120 ~ 0%
B 71 of 120 ~ 59.17%

%40.83
%59.17

CMYK color model

#310047 color CMYK value is (31,100,0,72).

  • cyan value is 30.99%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(31,100,0,72)
C31M100Y0K72 
(31%,100%,0%,72%)
(0.31/1.00/0.00/0.72)	

CMYK percentages

%30.99
%100
%0
%72.16

Codes

Color #310047 in popluar color models

310047
RGB49071
HSL281°100.00%13.92%
HSB/HSV281°100.00%27.84%
CMYK30.99%100.00%0.00%
72.16%

Color #310047 in popluar number systems.

HEX310047
Decimal49071
Binary11000101000111
Octal610107

Shades and tints

Shades of #310047

#310047
(49,0,71)
#2D0041
(45,0,65)
#29003B
(41,0,59)
#250035
(37,0,53)
#21002F
(33,0,47)
#1D0029
(29,0,41)
#190023
(25,0,35)
#15001D
(21,0,29)
#110017
(17,0,23)
#0D0011
(13,0,17)
#09000B
(9,0,11)
#000000
(0,0,0)

Tints of #310047

#310047
(49,0,71)
#431757
(67,23,87)
#552E67
(85,46,103)
#674577
(103,69,119)
#795C87
(121,92,135)
#8B7397
(139,115,151)
#9D8AA7
(157,138,167)
#AFA1B7
(175,161,183)
#C1B8C7
(193,184,199)
#D3CFD7
(211,207,215)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #310047 color. Also use rgb(49,0,71) instead hex code.

Text Font Color

.myTextColor { color: #310047; }

<p style="color:#310047">This sample text font color is #310047.</p>

This text font color is #310047.


Background Color

.myBgColor { background-color: #310047; }

<div style="background-color:#310047">Inner text</div>

This div background color is #310047.


Border color

.myBorderColor { border: 1px solid #310047; }

<div style="border:3px solid #310047">Div</div>

This div border color is #310047.


Opacity

.myOpacity80 { color: #310047; opacity: 0.8; }

<p style="color:#310047;opacity:0.8;">80%</p>

Text with #310047 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #310047;}

<p style="text-shadow: 3px 3px 1px #310047">Text here.</p>

This text has shadow with #310047 color.

.textShadow {text-shadow: 3px 3px 1px #310047, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #310047, 5px 5px 20px red">Text here.</p>

This text has shadow with #310047 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#310047, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#310047, Direction=45, Strength=4)">Text</p>

This text has shadow with #310047 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #310047;
  -webkit-box-shadow:	1px 1px 3px 2px #310047;
  box-shadow:		1px 1px 3px 2px #310047;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #310047;
-webkit-box-shadow: 1px 1px 3px 2px #310047;
box-shadow:1px 1px 3px 2px #310047;">
Div content here</div>
This div box has shadow with color #310047.

Preview

Color preview on black background

This text has color #310047 on black background.


Color preview on white background

This text has color #310047 on white background.



Black color preview on #310047 background

This text has black color on #310047 background.


White color preview on #310047 background

This text has white color on #310047 background.