COLOR #31046F

HEX: #31046F
RGB: (49,4,111)

Color info

#31046F contains mainly blue color. Web safe color of #31046F is #330066 (or #306).

RGB color model

#31046F color RGB value is (49,4,111).

  • red value is 49;
  • green value is 4;
  • blue value is 111.
RGB:
(49,4,111)
(19%,2%,44%)

RGB channels and saturation

R 49 of 255 = 19%
G 4 of 255 = 2%
B 111 of 255 = 44%

49
4
111

R + G + B ~ 22%. #31046F is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 4 + 111 = 164 (100%)
R 49 of 164 ~ 29.88%
G 4 of 164 ~ 2.44%
B 111 of 164 ~ 67.68%

%29.88
%67.68

CMYK color model

#31046F color CMYK value is (56,96,0,56).

  • cyan value is 55.86%
  • magenta value is 96.40%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(56,96,0,56)
C56M96Y0K56 
(56%,96%,0%,56%)
(0.56/0.96/0.00/0.56)	

CMYK percentages

%55.86
%96.4
%0
%56.47

Codes

Color #31046F in popluar color models

31046F
RGB494111
HSL265°93.04%22.55%
HSB/HSV265°96.40%43.53%
CMYK55.86%96.40%0.00%
56.47%

Color #31046F in popluar number systems.

HEX31046F
Decimal494111
Binary1100011001101111
Octal614157

Shades and tints

Shades of #31046F

#31046F
(49,4,111)
#2D0465
(45,4,101)
#29045B
(41,4,91)
#250451
(37,4,81)
#210447
(33,4,71)
#1D043D
(29,4,61)
#190433
(25,4,51)
#150429
(21,4,41)
#11041F
(17,4,31)
#0D0415
(13,4,21)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #31046F

#31046F
(49,4,111)
#431A7C
(67,26,124)
#553089
(85,48,137)
#674696
(103,70,150)
#795CA3
(121,92,163)
#8B72B0
(139,114,176)
#9D88BD
(157,136,189)
#AF9ECA
(175,158,202)
#C1B4D7
(193,180,215)
#D3CAE4
(211,202,228)
#E5E0F1
(229,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31046F color. Also use rgb(49,4,111) instead hex code.

Text Font Color

.myTextColor { color: #31046F; }

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

This text font color is #31046F.


Background Color

.myBgColor { background-color: #31046F; }

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

This div background color is #31046F.


Border color

.myBorderColor { border: 1px solid #31046F; }

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

This div border color is #31046F.


Opacity

.myOpacity80 { color: #31046F; opacity: 0.8; }

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

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

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

This text has shadow with #31046F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31046F on black background.


Color preview on white background

This text has color #31046F on white background.



Black color preview on #31046F background

This text has black color on #31046F background.


White color preview on #31046F background

This text has white color on #31046F background.