COLOR #311969

HEX: #311969
RGB: (49,25,105)

Color info

#311969 contains mainly red and blue colors. Web safe color of #311969 is #330066 (or #306).

RGB color model

#311969 color RGB value is (49,25,105).

  • red value is 49;
  • green value is 25;
  • blue value is 105.
RGB:
(49,25,105)
(19%,10%,41%)

RGB channels and saturation

R 49 of 255 = 19%
G 25 of 255 = 10%
B 105 of 255 = 41%

49
25
105

R + G + B ~ 23%. #311969 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 25 + 105 = 179 (100%)
R 49 of 179 ~ 27.37%
G 25 of 179 ~ 13.97%
B 105 of 179 ~ 58.66%

%27.37
%13.97
%58.66

CMYK color model

#311969 color CMYK value is (53,76,0,59).

  • cyan value is 53.33%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(53,76,0,59)
C53M76Y0K59 
(53%,76%,0%,59%)
(0.53/0.76/0.00/0.59)	

CMYK percentages

%53.33
%76.19
%0
%58.82

Codes

Color #311969 in popluar color models

311969
RGB4925105
HSL258°61.54%25.49%
HSB/HSV258°76.19%41.18%
CMYK53.33%76.19%0.00%
58.82%

Color #311969 in popluar number systems.

HEX311969
Decimal4925105
Binary110001110011101001
Octal6131151

Shades and tints

Shades of #311969

#311969
(49,25,105)
#2D1760
(45,23,96)
#291557
(41,21,87)
#25134E
(37,19,78)
#211145
(33,17,69)
#1D0F3C
(29,15,60)
#190D33
(25,13,51)
#150B2A
(21,11,42)
#110921
(17,9,33)
#0D0718
(13,7,24)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #311969

#311969
(49,25,105)
#432D76
(67,45,118)
#554183
(85,65,131)
#675590
(103,85,144)
#79699D
(121,105,157)
#8B7DAA
(139,125,170)
#9D91B7
(157,145,183)
#AFA5C4
(175,165,196)
#C1B9D1
(193,185,209)
#D3CDDE
(211,205,222)
#E5E1EB
(229,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311969 color. Also use rgb(49,25,105) instead hex code.

Text Font Color

.myTextColor { color: #311969; }

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

This text font color is #311969.


Background Color

.myBgColor { background-color: #311969; }

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

This div background color is #311969.


Border color

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

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

This div border color is #311969.


Opacity

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

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

Text with #311969 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 #311969;}

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

This text has shadow with #311969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311969 on black background.


Color preview on white background

This text has color #311969 on white background.



Black color preview on #311969 background

This text has black color on #311969 background.


White color preview on #311969 background

This text has white color on #311969 background.