COLOR #312261

HEX: #312261
RGB: (49,34,97)

Color info

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

RGB color model

#312261 color RGB value is (49,34,97).

  • red value is 49;
  • green value is 34;
  • blue value is 97.
RGB:
(49,34,97)
(19%,13%,38%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 97 of 255 = 38%

49
34
97

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

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 97 = 180 (100%)
R 49 of 180 ~ 27.22%
G 34 of 180 ~ 18.89%
B 97 of 180 ~ 53.89%

%27.22
%18.89
%53.89

CMYK color model

#312261 color CMYK value is (49,65,0,62).

  • cyan value is 49.48%
  • magenta value is 64.95%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(49,65,0,62)
C49M65Y0K62 
(49%,65%,0%,62%)
(0.49/0.65/0.00/0.62)	

CMYK percentages

%49.48
%64.95
%0
%61.96

Codes

Color #312261 in popluar color models

312261
RGB493497
HSL254°48.09%25.69%
HSB/HSV254°64.95%38.04%
CMYK49.48%64.95%0.00%
61.96%

Color #312261 in popluar number systems.

HEX312261
Decimal493497
Binary1100011000101100001
Octal6142141

Shades and tints

Shades of #312261

#312261
(49,34,97)
#2D1F59
(45,31,89)
#291C51
(41,28,81)
#251949
(37,25,73)
#211641
(33,22,65)
#1D1339
(29,19,57)
#191031
(25,16,49)
#150D29
(21,13,41)
#110A21
(17,10,33)
#0D0719
(13,7,25)
#090411
(9,4,17)
#000000
(0,0,0)

Tints of #312261

#312261
(49,34,97)
#43366F
(67,54,111)
#554A7D
(85,74,125)
#675E8B
(103,94,139)
#797299
(121,114,153)
#8B86A7
(139,134,167)
#9D9AB5
(157,154,181)
#AFAEC3
(175,174,195)
#C1C2D1
(193,194,209)
#D3D6DF
(211,214,223)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312261 color. Also use rgb(49,34,97) instead hex code.

Text Font Color

.myTextColor { color: #312261; }

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

This text font color is #312261.


Background Color

.myBgColor { background-color: #312261; }

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

This div background color is #312261.


Border color

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

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

This div border color is #312261.


Opacity

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

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

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

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

This text has shadow with #312261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312261 on black background.


Color preview on white background

This text has color #312261 on white background.



Black color preview on #312261 background

This text has black color on #312261 background.


White color preview on #312261 background

This text has white color on #312261 background.