COLOR #331650

HEX: #331650
RGB: (51,22,80)

Color info

#331650 contains red, green and blue colors in about the same proportion. Web safe color of #331650 is #330066 (or #306).

RGB color model

#331650 color RGB value is (51,22,80).

  • red value is 51;
  • green value is 22;
  • blue value is 80.
RGB:
(51,22,80)
(20%,9%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 22 of 255 = 9%
B 80 of 255 = 31%

51
22
80

R + G + B ~ 20%. #331650 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 22 + 80 = 153 (100%)
R 51 of 153 ~ 33.33%
G 22 of 153 ~ 14.38%
B 80 of 153 ~ 52.29%

%33.33
%14.38
%52.29

CMYK color model

#331650 color CMYK value is (36,73,0,69).

  • cyan value is 36.25%
  • magenta value is 72.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(36,73,0,69)
C36M73Y0K69 
(36%,73%,0%,69%)
(0.36/0.73/0.00/0.69)	

CMYK percentages

%36.25
%72.5
%0
%68.63

Codes

Color #331650 in popluar color models

331650
RGB512280
HSL270°56.86%20.00%
HSB/HSV270°72.50%31.37%
CMYK36.25%72.50%0.00%
68.63%

Color #331650 in popluar number systems.

HEX331650
Decimal512280
Binary110011101101010000
Octal6326120

Shades and tints

Shades of #331650

#331650
(51,22,80)
#2F1449
(47,20,73)
#2B1242
(43,18,66)
#27103B
(39,16,59)
#230E34
(35,14,52)
#1F0C2D
(31,12,45)
#1B0A26
(27,10,38)
#17081F
(23,8,31)
#130618
(19,6,24)
#0F0411
(15,4,17)
#0B020A
(11,2,10)
#000000
(0,0,0)

Tints of #331650

#331650
(51,22,80)
#452B5F
(69,43,95)
#57406E
(87,64,110)
#69557D
(105,85,125)
#7B6A8C
(123,106,140)
#8D7F9B
(141,127,155)
#9F94AA
(159,148,170)
#B1A9B9
(177,169,185)
#C3BEC8
(195,190,200)
#D5D3D7
(213,211,215)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331650 color. Also use rgb(51,22,80) instead hex code.

Text Font Color

.myTextColor { color: #331650; }

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

This text font color is #331650.


Background Color

.myBgColor { background-color: #331650; }

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

This div background color is #331650.


Border color

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

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

This div border color is #331650.


Opacity

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

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

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

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

This text has shadow with #331650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331650 on black background.


Color preview on white background

This text has color #331650 on white background.



Black color preview on #331650 background

This text has black color on #331650 background.


White color preview on #331650 background

This text has white color on #331650 background.