COLOR #312283

HEX: #312283 RGB: (49,34,131)

Color info

#312283 contains mainly blue color. Web safe color of #312283 is #333399 (or #339).

RGB color model

#312283 color RGB value is (49,34,131).

RGB: (49,34,131) (19%, 13%, 51%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 131 of 255 = 51%

49
34
131

R + G + B ~ 28%. #312283 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 34 + 131 = 214 (100%)
R 49 of 214 ~ 22.9%
G 34 of 214 ~ 15.89%
B 131 of 214 ~ 61.21'%

%22.9
%15.89
%61.21

CMYK color model

#312283 color CMYK value is (63,74,0,49).

  • cyan value is 62.60%
  • magenta value is 74.05%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (63,74,0,49)
C63M74Y0K49 (63%, 74%, 0%, 49%)
(0.63 / 0.74 / 0.00 / 0.49)

CMYK percentages

%62.6
%74.05
%0
%48.63

Codes

Color #312283 in popluar color models

31 22 83
RGB 49 34 131
HSL 249° 58.79% 32.35%
HSB/HSV 249° 74.05% 51.37%
CMYK 62.60% 74.05% 0.00%
48.63%

Color #312283 in popluar number systems.

HEX 31 22 83
Decimal 49 34 131
Binary 110001 100010 10000011
Octal 61 42 203

Shades and tints

Shades of #312283

#312283
(49,34,131)
#2D1F78
(45,31,120)
#291C6D
(41,28,109)
#251962
(37,25,98)
#211657
(33,22,87)
#1D134C
(29,19,76)
#191041
(25,16,65)
#150D36
(21,13,54)
#110A2B
(17,10,43)
#0D0720
(13,7,32)
#090415
(9,4,21)
#000000
(0,0,0)

Tints of #312283

#312283
(49,34,131)
#43368E
(67,54,142)
#554A99
(85,74,153)
#675EA4
(103,94,164)
#7972AF
(121,114,175)
#8B86BA
(139,134,186)
#9D9AC5
(157,154,197)
#AFAED0
(175,174,208)
#C1C2DB
(193,194,219)
#D3D6E6
(211,214,230)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312283 color. Also use rgb(49,34,131) instead hex code.

Text Font Color

.myTextColor { color: #312283; }

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

This text font color is #312283.

Background Color

.myBgColor { background-color: #312283; }

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

This div background color is #312283.

Border color

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

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

This div border color is #312283.

Opacity

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

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

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

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

This text has shadow with #312283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #312283.

Preview

Color preview on black background

This text has color #312283 on black background.


Color preview on white background

This text has color #312283 on white background.


Black color preview on #312283 background

This text has black color on #312283 background.


White color preview on #312283 background

This text has white color on #312283 background.


Related colors

Complementary color

Complementary color for #hex is #CEDD7C.


I love getcolorcode.com

Triadic colors

1 #833122 and #228331 with #312283 are triadic colors.

2 #832231 and #223183 with #312283 are triadic colors.