COLOR #31098D

HEX: #31098D
RGB: (49,9,141)

Color info

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

RGB color model

#31098D color RGB value is (49,9,141).

  • red value is 49;
  • green value is 9;
  • blue value is 141.
RGB:
(49,9,141)
(19%,4%,55%)

RGB channels and saturation

R 49 of 255 = 19%
G 9 of 255 = 4%
B 141 of 255 = 55%

49
9
141

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

Portions of RGB colors in percentages

R + G + B =
49 + 9 + 141 = 199 (100%)
R 49 of 199 ~ 24.62%
G 9 of 199 ~ 4.52%
B 141 of 199 ~ 70.85%

%24.62
%70.85

CMYK color model

#31098D color CMYK value is (65,94,0,45).

  • cyan value is 65.25%
  • magenta value is 93.62%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(65,94,0,45)
C65M94Y0K45 
(65%,94%,0%,45%)
(0.65/0.94/0.00/0.45)	

CMYK percentages

%65.25
%93.62
%0
%44.71

Codes

Color #31098D in popluar color models

31098D
RGB499141
HSL258°88.00%29.41%
HSB/HSV258°93.62%55.29%
CMYK65.25%93.62%0.00%
44.71%

Color #31098D in popluar number systems.

HEX31098D
Decimal499141
Binary110001100110001101
Octal6111215

Shades and tints

Shades of #31098D

#31098D
(49,9,141)
#2D0981
(45,9,129)
#290975
(41,9,117)
#250969
(37,9,105)
#21095D
(33,9,93)
#1D0951
(29,9,81)
#190945
(25,9,69)
#150939
(21,9,57)
#11092D
(17,9,45)
#0D0921
(13,9,33)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #31098D

#31098D
(49,9,141)
#431F97
(67,31,151)
#5535A1
(85,53,161)
#674BAB
(103,75,171)
#7961B5
(121,97,181)
#8B77BF
(139,119,191)
#9D8DC9
(157,141,201)
#AFA3D3
(175,163,211)
#C1B9DD
(193,185,221)
#D3CFE7
(211,207,231)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31098D color. Also use rgb(49,9,141) instead hex code.

Text Font Color

.myTextColor { color: #31098D; }

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

This text font color is #31098D.


Background Color

.myBgColor { background-color: #31098D; }

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

This div background color is #31098D.


Border color

.myBorderColor { border: 1px solid #31098D; }

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

This div border color is #31098D.


Opacity

.myOpacity80 { color: #31098D; opacity: 0.8; }

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

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

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

This text has shadow with #31098D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31098D on black background.


Color preview on white background

This text has color #31098D on white background.



Black color preview on #31098D background

This text has black color on #31098D background.


White color preview on #31098D background

This text has white color on #31098D background.