COLOR #311499

HEX: #311499
RGB: (49,20,153)

Color info

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

RGB color model

#311499 color RGB value is (49,20,153).

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

RGB channels and saturation

R 49 of 255 = 19%
G 20 of 255 = 8%
B 153 of 255 = 60%

49
20
153

R + G + B ~ 29%. #311499 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 20 + 153 = 222 (100%)
R 49 of 222 ~ 22.07%
G 20 of 222 ~ 9.01%
B 153 of 222 ~ 68.92%

%22.07
%68.92

CMYK color model

#311499 color CMYK value is (68,87,0,40).

  • cyan value is 67.97%
  • magenta value is 86.93%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(68,87,0,40)
C68M87Y0K40 
(68%,87%,0%,40%)
(0.68/0.87/0.00/0.40)	

CMYK percentages

%67.97
%86.93
%0
%40

Codes

Color #311499 in popluar color models

311499
RGB4920153
HSL253°76.88%33.92%
HSB/HSV253°86.93%60.00%
CMYK67.97%86.93%0.00%
40.00%

Color #311499 in popluar number systems.

HEX311499
Decimal4920153
Binary1100011010010011001
Octal6124231

Shades and tints

Shades of #311499

#311499
(49,20,153)
#2D138C
(45,19,140)
#29127F
(41,18,127)
#251172
(37,17,114)
#211065
(33,16,101)
#1D0F58
(29,15,88)
#190E4B
(25,14,75)
#150D3E
(21,13,62)
#110C31
(17,12,49)
#0D0B24
(13,11,36)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #311499

#311499
(49,20,153)
#4329A2
(67,41,162)
#553EAB
(85,62,171)
#6753B4
(103,83,180)
#7968BD
(121,104,189)
#8B7DC6
(139,125,198)
#9D92CF
(157,146,207)
#AFA7D8
(175,167,216)
#C1BCE1
(193,188,225)
#D3D1EA
(211,209,234)
#E5E6F3
(229,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #311499; }

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

This text font color is #311499.


Background Color

.myBgColor { background-color: #311499; }

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

This div background color is #311499.


Border color

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

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

This div border color is #311499.


Opacity

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

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

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

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

This text has shadow with #311499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311499 on black background.


Color preview on white background

This text has color #311499 on white background.



Black color preview on #311499 background

This text has black color on #311499 background.


White color preview on #311499 background

This text has white color on #311499 background.