COLOR #312478

HEX: #312478
RGB: (49,36,120)

Color info

#312478 contains mainly blue color. Web safe color of #312478 is #333366 (or #336).

RGB color model

#312478 color RGB value is (49,36,120).

  • red value is 49;
  • green value is 36;
  • blue value is 120.
RGB:
(49,36,120)
(19%,14%,47%)

RGB channels and saturation

R 49 of 255 = 19%
G 36 of 255 = 14%
B 120 of 255 = 47%

49
36
120

R + G + B ~ 27%. #312478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 36 + 120 = 205 (100%)
R 49 of 205 ~ 23.9%
G 36 of 205 ~ 17.56%
B 120 of 205 ~ 58.54%

%23.9
%17.56
%58.54

CMYK color model

#312478 color CMYK value is (59,70,0,53).

  • cyan value is 59.17%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(59,70,0,53)
C59M70Y0K53 
(59%,70%,0%,53%)
(0.59/0.70/0.00/0.53)	

CMYK percentages

%59.17
%70
%0
%52.94

Codes

Color #312478 in popluar color models

312478
RGB4936120
HSL249°53.85%30.59%
HSB/HSV249°70.00%47.06%
CMYK59.17%70.00%0.00%
52.94%

Color #312478 in popluar number systems.

HEX312478
Decimal4936120
Binary1100011001001111000
Octal6144170

Shades and tints

Shades of #312478

#312478
(49,36,120)
#2D216E
(45,33,110)
#291E64
(41,30,100)
#251B5A
(37,27,90)
#211850
(33,24,80)
#1D1546
(29,21,70)
#19123C
(25,18,60)
#150F32
(21,15,50)
#110C28
(17,12,40)
#0D091E
(13,9,30)
#090614
(9,6,20)
#000000
(0,0,0)

Tints of #312478

#312478
(49,36,120)
#433784
(67,55,132)
#554A90
(85,74,144)
#675D9C
(103,93,156)
#7970A8
(121,112,168)
#8B83B4
(139,131,180)
#9D96C0
(157,150,192)
#AFA9CC
(175,169,204)
#C1BCD8
(193,188,216)
#D3CFE4
(211,207,228)
#E5E2F0
(229,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312478 color. Also use rgb(49,36,120) instead hex code.

Text Font Color

.myTextColor { color: #312478; }

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

This text font color is #312478.


Background Color

.myBgColor { background-color: #312478; }

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

This div background color is #312478.


Border color

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

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

This div border color is #312478.


Opacity

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

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

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

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

This text has shadow with #312478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312478 on black background.


Color preview on white background

This text has color #312478 on white background.



Black color preview on #312478 background

This text has black color on #312478 background.


White color preview on #312478 background

This text has white color on #312478 background.