COLOR #390E57

HEX: #390E57
RGB: (57,14,87)

Color info

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

RGB color model

#390E57 color RGB value is (57,14,87).

  • red value is 57;
  • green value is 14;
  • blue value is 87.
RGB:
(57,14,87)
(22%,5%,34%)

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 87 of 255 = 34%

57
14
87

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

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 87 = 158 (100%)
R 57 of 158 ~ 36.08%
G 14 of 158 ~ 8.86%
B 87 of 158 ~ 55.06%

%36.08
%55.06

CMYK color model

#390E57 color CMYK value is (34,84,0,66).

  • cyan value is 34.48%
  • magenta value is 83.91%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(34,84,0,66)
C34M84Y0K66 
(34%,84%,0%,66%)
(0.34/0.84/0.00/0.66)	

CMYK percentages

%34.48
%83.91
%0
%65.88

Codes

Color #390E57 in popluar color models

390E57
RGB571487
HSL275°72.28%19.80%
HSB/HSV275°83.91%34.12%
CMYK34.48%83.91%0.00%
65.88%

Color #390E57 in popluar number systems.

HEX390E57
Decimal571487
Binary11100111101010111
Octal7116127

Shades and tints

Shades of #390E57

#390E57
(57,14,87)
#340D50
(52,13,80)
#2F0C49
(47,12,73)
#2A0B42
(42,11,66)
#250A3B
(37,10,59)
#200934
(32,9,52)
#1B082D
(27,8,45)
#160726
(22,7,38)
#11061F
(17,6,31)
#0C0518
(12,5,24)
#070411
(7,4,17)
#000000
(0,0,0)

Tints of #390E57

#390E57
(57,14,87)
#4B2366
(75,35,102)
#5D3875
(93,56,117)
#6F4D84
(111,77,132)
#816293
(129,98,147)
#9377A2
(147,119,162)
#A58CB1
(165,140,177)
#B7A1C0
(183,161,192)
#C9B6CF
(201,182,207)
#DBCBDE
(219,203,222)
#EDE0ED
(237,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390E57 color. Also use rgb(57,14,87) instead hex code.

Text Font Color

.myTextColor { color: #390E57; }

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

This text font color is #390E57.


Background Color

.myBgColor { background-color: #390E57; }

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

This div background color is #390E57.


Border color

.myBorderColor { border: 1px solid #390E57; }

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

This div border color is #390E57.


Opacity

.myOpacity80 { color: #390E57; opacity: 0.8; }

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

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

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

This text has shadow with #390E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E57 on black background.


Color preview on white background

This text has color #390E57 on white background.



Black color preview on #390E57 background

This text has black color on #390E57 background.


White color preview on #390E57 background

This text has white color on #390E57 background.