COLOR #390F59

HEX: #390F59
RGB: (57,15,89)

Color info

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

RGB color model

#390F59 color RGB value is (57,15,89).

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

RGB channels and saturation

R 57 of 255 = 22%
G 15 of 255 = 6%
B 89 of 255 = 35%

57
15
89

R + G + B ~ 21%. #390F59 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 15 + 89 = 161 (100%)
R 57 of 161 ~ 35.4%
G 15 of 161 ~ 9.32%
B 89 of 161 ~ 55.28%

%35.4
%55.28

CMYK color model

#390F59 color CMYK value is (36,83,0,65).

  • cyan value is 35.96%
  • magenta value is 83.15%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(36,83,0,65)
C36M83Y0K65 
(36%,83%,0%,65%)
(0.36/0.83/0.00/0.65)	

CMYK percentages

%35.96
%83.15
%0
%65.1

Codes

Color #390F59 in popluar color models

390F59
RGB571589
HSL274°71.15%20.39%
HSB/HSV274°83.15%34.90%
CMYK35.96%83.15%0.00%
65.10%

Color #390F59 in popluar number systems.

HEX390F59
Decimal571589
Binary11100111111011001
Octal7117131

Shades and tints

Shades of #390F59

#390F59
(57,15,89)
#340E51
(52,14,81)
#2F0D49
(47,13,73)
#2A0C41
(42,12,65)
#250B39
(37,11,57)
#200A31
(32,10,49)
#1B0929
(27,9,41)
#160821
(22,8,33)
#110719
(17,7,25)
#0C0611
(12,6,17)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #390F59

#390F59
(57,15,89)
#4B2468
(75,36,104)
#5D3977
(93,57,119)
#6F4E86
(111,78,134)
#816395
(129,99,149)
#9378A4
(147,120,164)
#A58DB3
(165,141,179)
#B7A2C2
(183,162,194)
#C9B7D1
(201,183,209)
#DBCCE0
(219,204,224)
#EDE1EF
(237,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390F59 color. Also use rgb(57,15,89) instead hex code.

Text Font Color

.myTextColor { color: #390F59; }

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

This text font color is #390F59.


Background Color

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

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

This div background color is #390F59.


Border color

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

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

This div border color is #390F59.


Opacity

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

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

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

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

This text has shadow with #390F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390F59 on black background.


Color preview on white background

This text has color #390F59 on white background.



Black color preview on #390F59 background

This text has black color on #390F59 background.


White color preview on #390F59 background

This text has white color on #390F59 background.