COLOR #331067

HEX: #331067
RGB: (51,16,103)

Color info

#331067 contains mainly red and blue colors. Web safe color of #331067 is #330066 (or #306).

RGB color model

#331067 color RGB value is (51,16,103).

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

RGB channels and saturation

R 51 of 255 = 20%
G 16 of 255 = 6%
B 103 of 255 = 40%

51
16
103

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

Portions of RGB colors in percentages

R + G + B =
51 + 16 + 103 = 170 (100%)
R 51 of 170 ~ 30%
G 16 of 170 ~ 9.41%
B 103 of 170 ~ 60.59%

%30
%60.59

CMYK color model

#331067 color CMYK value is (50,84,0,60).

  • cyan value is 50.49%
  • magenta value is 84.47%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(50,84,0,60)
C50M84Y0K60 
(50%,84%,0%,60%)
(0.50/0.84/0.00/0.60)	

CMYK percentages

%50.49
%84.47
%0
%59.61

Codes

Color #331067 in popluar color models

331067
RGB5116103
HSL264°73.11%23.33%
HSB/HSV264°84.47%40.39%
CMYK50.49%84.47%0.00%
59.61%

Color #331067 in popluar number systems.

HEX331067
Decimal5116103
Binary110011100001100111
Octal6320147

Shades and tints

Shades of #331067

#331067
(51,16,103)
#2F0F5E
(47,15,94)
#2B0E55
(43,14,85)
#270D4C
(39,13,76)
#230C43
(35,12,67)
#1F0B3A
(31,11,58)
#1B0A31
(27,10,49)
#170928
(23,9,40)
#13081F
(19,8,31)
#0F0716
(15,7,22)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #331067

#331067
(51,16,103)
#452574
(69,37,116)
#573A81
(87,58,129)
#694F8E
(105,79,142)
#7B649B
(123,100,155)
#8D79A8
(141,121,168)
#9F8EB5
(159,142,181)
#B1A3C2
(177,163,194)
#C3B8CF
(195,184,207)
#D5CDDC
(213,205,220)
#E7E2E9
(231,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331067; }

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

This text font color is #331067.


Background Color

.myBgColor { background-color: #331067; }

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

This div background color is #331067.


Border color

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

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

This div border color is #331067.


Opacity

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

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

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

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

This text has shadow with #331067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331067 on black background.


Color preview on white background

This text has color #331067 on white background.



Black color preview on #331067 background

This text has black color on #331067 background.


White color preview on #331067 background

This text has white color on #331067 background.