COLOR #312969

HEX: #312969
RGB: (49,41,105)

Color info

#312969 contains mainly red and blue colors. Web safe color of #312969 is #333366 (or #336).

RGB color model

#312969 color RGB value is (49,41,105).

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

RGB channels and saturation

R 49 of 255 = 19%
G 41 of 255 = 16%
B 105 of 255 = 41%

49
41
105

R + G + B ~ 25%. #312969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 41 + 105 = 195 (100%)
R 49 of 195 ~ 25.13%
G 41 of 195 ~ 21.03%
B 105 of 195 ~ 53.85%

%25.13
%21.03
%53.85

CMYK color model

#312969 color CMYK value is (53,61,0,59).

  • cyan value is 53.33%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(53,61,0,59)
C53M61Y0K59 
(53%,61%,0%,59%)
(0.53/0.61/0.00/0.59)	

CMYK percentages

%53.33
%60.95
%0
%58.82

Codes

Color #312969 in popluar color models

312969
RGB4941105
HSL248°43.84%28.63%
HSB/HSV248°60.95%41.18%
CMYK53.33%60.95%0.00%
58.82%

Color #312969 in popluar number systems.

HEX312969
Decimal4941105
Binary1100011010011101001
Octal6151151

Shades and tints

Shades of #312969

#312969
(49,41,105)
#2D2660
(45,38,96)
#292357
(41,35,87)
#25204E
(37,32,78)
#211D45
(33,29,69)
#1D1A3C
(29,26,60)
#191733
(25,23,51)
#15142A
(21,20,42)
#111121
(17,17,33)
#0D0E18
(13,14,24)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #312969

#312969
(49,41,105)
#433C76
(67,60,118)
#554F83
(85,79,131)
#676290
(103,98,144)
#79759D
(121,117,157)
#8B88AA
(139,136,170)
#9D9BB7
(157,155,183)
#AFAEC4
(175,174,196)
#C1C1D1
(193,193,209)
#D3D4DE
(211,212,222)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312969; }

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

This text font color is #312969.


Background Color

.myBgColor { background-color: #312969; }

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

This div background color is #312969.


Border color

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

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

This div border color is #312969.


Opacity

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

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

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

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

This text has shadow with #312969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312969 on black background.


Color preview on white background

This text has color #312969 on white background.



Black color preview on #312969 background

This text has black color on #312969 background.


White color preview on #312969 background

This text has white color on #312969 background.