COLOR #312258

HEX: #312258
RGB: (49,34,88)

Color info

#312258 contains red, green and blue colors in about the same proportion. Web safe color of #312258 is #333366 (or #336).

RGB color model

#312258 color RGB value is (49,34,88).

  • red value is 49;
  • green value is 34;
  • blue value is 88.
RGB:
(49,34,88)
(19%,13%,35%)

RGB channels and saturation

R 49 of 255 = 19%
G 34 of 255 = 13%
B 88 of 255 = 35%

49
34
88

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

Portions of RGB colors in percentages

R + G + B =
49 + 34 + 88 = 171 (100%)
R 49 of 171 ~ 28.65%
G 34 of 171 ~ 19.88%
B 88 of 171 ~ 51.46%

%28.65
%19.88
%51.46

CMYK color model

#312258 color CMYK value is (44,61,0,65).

  • cyan value is 44.32%
  • magenta value is 61.36%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(44,61,0,65)
C44M61Y0K65 
(44%,61%,0%,65%)
(0.44/0.61/0.00/0.65)	

CMYK percentages

%44.32
%61.36
%0
%65.49

Codes

Color #312258 in popluar color models

312258
RGB493488
HSL257°44.26%23.92%
HSB/HSV257°61.36%34.51%
CMYK44.32%61.36%0.00%
65.49%

Color #312258 in popluar number systems.

HEX312258
Decimal493488
Binary1100011000101011000
Octal6142130

Shades and tints

Shades of #312258

#312258
(49,34,88)
#2D1F50
(45,31,80)
#291C48
(41,28,72)
#251940
(37,25,64)
#211638
(33,22,56)
#1D1330
(29,19,48)
#191028
(25,16,40)
#150D20
(21,13,32)
#110A18
(17,10,24)
#0D0710
(13,7,16)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #312258

#312258
(49,34,88)
#433667
(67,54,103)
#554A76
(85,74,118)
#675E85
(103,94,133)
#797294
(121,114,148)
#8B86A3
(139,134,163)
#9D9AB2
(157,154,178)
#AFAEC1
(175,174,193)
#C1C2D0
(193,194,208)
#D3D6DF
(211,214,223)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312258; }

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

This text font color is #312258.


Background Color

.myBgColor { background-color: #312258; }

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

This div background color is #312258.


Border color

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

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

This div border color is #312258.


Opacity

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

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

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

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

This text has shadow with #312258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312258 on black background.


Color preview on white background

This text has color #312258 on white background.



Black color preview on #312258 background

This text has black color on #312258 background.


White color preview on #312258 background

This text has white color on #312258 background.