COLOR #331047

HEX: #331047
RGB: (51,16,71)

Color info

#331047 contains red, green and blue colors in about the same proportion. Web safe color of #331047 is #330033 (or #303).

RGB color model

#331047 color RGB value is (51,16,71).

  • red value is 51;
  • green value is 16;
  • blue value is 71.
RGB:
(51,16,71)
(20%,6%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 16 of 255 = 6%
B 71 of 255 = 28%

51
16
71

R + G + B ~ 18%. #331047 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 16 + 71 = 138 (100%)
R 51 of 138 ~ 36.96%
G 16 of 138 ~ 11.59%
B 71 of 138 ~ 51.45%

%36.96
%11.59
%51.45

CMYK color model

#331047 color CMYK value is (28,77,0,72).

  • cyan value is 28.17%
  • magenta value is 77.46%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(28,77,0,72)
C28M77Y0K72 
(28%,77%,0%,72%)
(0.28/0.77/0.00/0.72)	

CMYK percentages

%28.17
%77.46
%0
%72.16

Codes

Color #331047 in popluar color models

331047
RGB511671
HSL278°63.22%17.06%
HSB/HSV278°77.46%27.84%
CMYK28.17%77.46%0.00%
72.16%

Color #331047 in popluar number systems.

HEX331047
Decimal511671
Binary110011100001000111
Octal6320107

Shades and tints

Shades of #331047

#331047
(51,16,71)
#2F0F41
(47,15,65)
#2B0E3B
(43,14,59)
#270D35
(39,13,53)
#230C2F
(35,12,47)
#1F0B29
(31,11,41)
#1B0A23
(27,10,35)
#17091D
(23,9,29)
#130817
(19,8,23)
#0F0711
(15,7,17)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #331047

#331047
(51,16,71)
#452557
(69,37,87)
#573A67
(87,58,103)
#694F77
(105,79,119)
#7B6487
(123,100,135)
#8D7997
(141,121,151)
#9F8EA7
(159,142,167)
#B1A3B7
(177,163,183)
#C3B8C7
(195,184,199)
#D5CDD7
(213,205,215)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331047 color. Also use rgb(51,16,71) instead hex code.

Text Font Color

.myTextColor { color: #331047; }

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

This text font color is #331047.


Background Color

.myBgColor { background-color: #331047; }

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

This div background color is #331047.


Border color

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

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

This div border color is #331047.


Opacity

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

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

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

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

This text has shadow with #331047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331047 on black background.


Color preview on white background

This text has color #331047 on white background.



Black color preview on #331047 background

This text has black color on #331047 background.


White color preview on #331047 background

This text has white color on #331047 background.