COLOR #311481

HEX: #311481
RGB: (49,20,129)

Color info

#311481 contains mainly blue color. Web safe color of #311481 is #330099 (or #309).

RGB color model

#311481 color RGB value is (49,20,129).

  • red value is 49;
  • green value is 20;
  • blue value is 129.
RGB:
(49,20,129)
(19%,8%,51%)

RGB channels and saturation

R 49 of 255 = 19%
G 20 of 255 = 8%
B 129 of 255 = 51%

49
20
129

R + G + B ~ 26%. #311481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 20 + 129 = 198 (100%)
R 49 of 198 ~ 24.75%
G 20 of 198 ~ 10.1%
B 129 of 198 ~ 65.15%

%24.75
%10.1
%65.15

CMYK color model

#311481 color CMYK value is (62,84,0,49).

  • cyan value is 62.02%
  • magenta value is 84.50%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(62,84,0,49)
C62M84Y0K49 
(62%,84%,0%,49%)
(0.62/0.84/0.00/0.49)	

CMYK percentages

%62.02
%84.5
%0
%49.41

Codes

Color #311481 in popluar color models

311481
RGB4920129
HSL256°73.15%29.22%
HSB/HSV256°84.50%50.59%
CMYK62.02%84.50%0.00%
49.41%

Color #311481 in popluar number systems.

HEX311481
Decimal4920129
Binary1100011010010000001
Octal6124201

Shades and tints

Shades of #311481

#311481
(49,20,129)
#2D1376
(45,19,118)
#29126B
(41,18,107)
#251160
(37,17,96)
#211055
(33,16,85)
#1D0F4A
(29,15,74)
#190E3F
(25,14,63)
#150D34
(21,13,52)
#110C29
(17,12,41)
#0D0B1E
(13,11,30)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #311481

#311481
(49,20,129)
#43298C
(67,41,140)
#553E97
(85,62,151)
#6753A2
(103,83,162)
#7968AD
(121,104,173)
#8B7DB8
(139,125,184)
#9D92C3
(157,146,195)
#AFA7CE
(175,167,206)
#C1BCD9
(193,188,217)
#D3D1E4
(211,209,228)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311481 color. Also use rgb(49,20,129) instead hex code.

Text Font Color

.myTextColor { color: #311481; }

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

This text font color is #311481.


Background Color

.myBgColor { background-color: #311481; }

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

This div background color is #311481.


Border color

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

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

This div border color is #311481.


Opacity

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

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

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

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

This text has shadow with #311481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311481 on black background.


Color preview on white background

This text has color #311481 on white background.



Black color preview on #311481 background

This text has black color on #311481 background.


White color preview on #311481 background

This text has white color on #311481 background.