COLOR #391E59

HEX: #391E59
RGB: (57,30,89)

Color info

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

RGB color model

#391E59 color RGB value is (57,30,89).

  • red value is 57;
  • green value is 30;
  • blue value is 89.
RGB:
(57,30,89)
(22%,12%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 30 of 255 = 12%
B 89 of 255 = 35%

57
30
89

R + G + B ~ 23%. #391E59 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 30 + 89 = 176 (100%)
R 57 of 176 ~ 32.39%
G 30 of 176 ~ 17.05%
B 89 of 176 ~ 50.57%

%32.39
%17.05
%50.57

CMYK color model

#391E59 color CMYK value is (36,66,0,65).

  • cyan value is 35.96%
  • magenta value is 66.29%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(36,66,0,65)
C36M66Y0K65 
(36%,66%,0%,65%)
(0.36/0.66/0.00/0.65)	

CMYK percentages

%35.96
%66.29
%0
%65.1

Codes

Color #391E59 in popluar color models

391E59
RGB573089
HSL267°49.58%23.33%
HSB/HSV267°66.29%34.90%
CMYK35.96%66.29%0.00%
65.10%

Color #391E59 in popluar number systems.

HEX391E59
Decimal573089
Binary111001111101011001
Octal7136131

Shades and tints

Shades of #391E59

#391E59
(57,30,89)
#341C51
(52,28,81)
#2F1A49
(47,26,73)
#2A1841
(42,24,65)
#251639
(37,22,57)
#201431
(32,20,49)
#1B1229
(27,18,41)
#161021
(22,16,33)
#110E19
(17,14,25)
#0C0C11
(12,12,17)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #391E59

#391E59
(57,30,89)
#4B3268
(75,50,104)
#5D4677
(93,70,119)
#6F5A86
(111,90,134)
#816E95
(129,110,149)
#9382A4
(147,130,164)
#A596B3
(165,150,179)
#B7AAC2
(183,170,194)
#C9BED1
(201,190,209)
#DBD2E0
(219,210,224)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #391E59 color. Also use rgb(57,30,89) instead hex code.

Text Font Color

.myTextColor { color: #391E59; }

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

This text font color is #391E59.


Background Color

.myBgColor { background-color: #391E59; }

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

This div background color is #391E59.


Border color

.myBorderColor { border: 1px solid #391E59; }

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

This div border color is #391E59.


Opacity

.myOpacity80 { color: #391E59; opacity: 0.8; }

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

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

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

This text has shadow with #391E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #391E59 on black background.


Color preview on white background

This text has color #391E59 on white background.



Black color preview on #391E59 background

This text has black color on #391E59 background.


White color preview on #391E59 background

This text has white color on #391E59 background.