COLOR #390077

HEX: #390077
RGB: (57,0,119)

Color info

#390077 contains mainly blue color. Web safe color of #390077 is #330066 (or #306).

RGB color model

#390077 color RGB value is (57,0,119).

  • red value is 57;
  • green value is 0;
  • blue value is 119.
RGB:
(57,0,119)
(22%,0%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 119 of 255 = 47%

57
0
119

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

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 119 = 176 (100%)
R 57 of 176 ~ 32.39%
G 0 of 176 ~ 0%
B 119 of 176 ~ 67.61%

%32.39
%67.61

CMYK color model

#390077 color CMYK value is (52,100,0,53).

  • cyan value is 52.10%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(52,100,0,53)
C52M100Y0K53 
(52%,100%,0%,53%)
(0.52/1.00/0.00/0.53)	

CMYK percentages

%52.1
%100
%0
%53.33

Codes

Color #390077 in popluar color models

390077
RGB570119
HSL269°100.00%23.33%
HSB/HSV269°100.00%46.67%
CMYK52.10%100.00%0.00%
53.33%

Color #390077 in popluar number systems.

HEX390077
Decimal570119
Binary11100101110111
Octal710167

Shades and tints

Shades of #390077

#390077
(57,0,119)
#34006D
(52,0,109)
#2F0063
(47,0,99)
#2A0059
(42,0,89)
#25004F
(37,0,79)
#200045
(32,0,69)
#1B003B
(27,0,59)
#160031
(22,0,49)
#110027
(17,0,39)
#0C001D
(12,0,29)
#070013
(7,0,19)
#000000
(0,0,0)

Tints of #390077

#390077
(57,0,119)
#4B1783
(75,23,131)
#5D2E8F
(93,46,143)
#6F459B
(111,69,155)
#815CA7
(129,92,167)
#9373B3
(147,115,179)
#A58ABF
(165,138,191)
#B7A1CB
(183,161,203)
#C9B8D7
(201,184,215)
#DBCFE3
(219,207,227)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390077 color. Also use rgb(57,0,119) instead hex code.

Text Font Color

.myTextColor { color: #390077; }

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

This text font color is #390077.


Background Color

.myBgColor { background-color: #390077; }

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

This div background color is #390077.


Border color

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

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

This div border color is #390077.


Opacity

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

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

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

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

This text has shadow with #390077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390077 on black background.


Color preview on white background

This text has color #390077 on white background.



Black color preview on #390077 background

This text has black color on #390077 background.


White color preview on #390077 background

This text has white color on #390077 background.