COLOR #390061

HEX: #390061
RGB: (57,0,97)

Color info

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

RGB color model

#390061 color RGB value is (57,0,97).

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

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 97 of 255 = 38%

57
0
97

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

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 97 = 154 (100%)
R 57 of 154 ~ 37.01%
G 0 of 154 ~ 0%
B 97 of 154 ~ 62.99%

%37.01
%62.99

CMYK color model

#390061 color CMYK value is (41,100,0,62).

  • cyan value is 41.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(41,100,0,62)
C41M100Y0K62 
(41%,100%,0%,62%)
(0.41/1.00/0.00/0.62)	

CMYK percentages

%41.24
%100
%0
%61.96

Codes

Color #390061 in popluar color models

390061
RGB57097
HSL275°100.00%19.02%
HSB/HSV275°100.00%38.04%
CMYK41.24%100.00%0.00%
61.96%

Color #390061 in popluar number systems.

HEX390061
Decimal57097
Binary11100101100001
Octal710141

Shades and tints

Shades of #390061

#390061
(57,0,97)
#340059
(52,0,89)
#2F0051
(47,0,81)
#2A0049
(42,0,73)
#250041
(37,0,65)
#200039
(32,0,57)
#1B0031
(27,0,49)
#160029
(22,0,41)
#110021
(17,0,33)
#0C0019
(12,0,25)
#070011
(7,0,17)
#000000
(0,0,0)

Tints of #390061

#390061
(57,0,97)
#4B176F
(75,23,111)
#5D2E7D
(93,46,125)
#6F458B
(111,69,139)
#815C99
(129,92,153)
#9373A7
(147,115,167)
#A58AB5
(165,138,181)
#B7A1C3
(183,161,195)
#C9B8D1
(201,184,209)
#DBCFDF
(219,207,223)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390061; }

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

This text font color is #390061.


Background Color

.myBgColor { background-color: #390061; }

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

This div background color is #390061.


Border color

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

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

This div border color is #390061.


Opacity

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

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

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

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

This text has shadow with #390061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390061 on black background.


Color preview on white background

This text has color #390061 on white background.



Black color preview on #390061 background

This text has black color on #390061 background.


White color preview on #390061 background

This text has white color on #390061 background.