COLOR #331959

HEX: #331959
RGB: (51,25,89)

Color info

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

RGB color model

#331959 color RGB value is (51,25,89).

  • red value is 51;
  • green value is 25;
  • blue value is 89.
RGB:
(51,25,89)
(20%,10%,35%)

RGB channels and saturation

R 51 of 255 = 20%
G 25 of 255 = 10%
B 89 of 255 = 35%

51
25
89

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

Portions of RGB colors in percentages

R + G + B =
51 + 25 + 89 = 165 (100%)
R 51 of 165 ~ 30.91%
G 25 of 165 ~ 15.15%
B 89 of 165 ~ 53.94%

%30.91
%15.15
%53.94

CMYK color model

#331959 color CMYK value is (43,72,0,65).

  • cyan value is 42.70%
  • magenta value is 71.91%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(43,72,0,65)
C43M72Y0K65 
(43%,72%,0%,65%)
(0.43/0.72/0.00/0.65)	

CMYK percentages

%42.7
%71.91
%0
%65.1

Codes

Color #331959 in popluar color models

331959
RGB512589
HSL264°56.14%22.35%
HSB/HSV264°71.91%34.90%
CMYK42.70%71.91%0.00%
65.10%

Color #331959 in popluar number systems.

HEX331959
Decimal512589
Binary110011110011011001
Octal6331131

Shades and tints

Shades of #331959

#331959
(51,25,89)
#2F1751
(47,23,81)
#2B1549
(43,21,73)
#271341
(39,19,65)
#231139
(35,17,57)
#1F0F31
(31,15,49)
#1B0D29
(27,13,41)
#170B21
(23,11,33)
#130919
(19,9,25)
#0F0711
(15,7,17)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #331959

#331959
(51,25,89)
#452D68
(69,45,104)
#574177
(87,65,119)
#695586
(105,85,134)
#7B6995
(123,105,149)
#8D7DA4
(141,125,164)
#9F91B3
(159,145,179)
#B1A5C2
(177,165,194)
#C3B9D1
(195,185,209)
#D5CDE0
(213,205,224)
#E7E1EF
(231,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331959 color. Also use rgb(51,25,89) instead hex code.

Text Font Color

.myTextColor { color: #331959; }

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

This text font color is #331959.


Background Color

.myBgColor { background-color: #331959; }

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

This div background color is #331959.


Border color

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

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

This div border color is #331959.


Opacity

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

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

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

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

This text has shadow with #331959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331959 on black background.


Color preview on white background

This text has color #331959 on white background.



Black color preview on #331959 background

This text has black color on #331959 background.


White color preview on #331959 background

This text has white color on #331959 background.