COLOR #390958

HEX: #390958
RGB: (57,9,88)

Color info

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

RGB color model

#390958 color RGB value is (57,9,88).

  • red value is 57;
  • green value is 9;
  • blue value is 88.
RGB:
(57,9,88)
(22%,4%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 9 of 255 = 4%
B 88 of 255 = 35%

57
9
88

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

Portions of RGB colors in percentages

R + G + B =
57 + 9 + 88 = 154 (100%)
R 57 of 154 ~ 37.01%
G 9 of 154 ~ 5.84%
B 88 of 154 ~ 57.14%

%37.01
%57.14

CMYK color model

#390958 color CMYK value is (35,90,0,65).

  • cyan value is 35.23%
  • magenta value is 89.77%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,90,0,65)
C35M90Y0K65 
(35%,90%,0%,65%)
(0.35/0.90/0.00/0.65)	

CMYK percentages

%35.23
%89.77
%0
%65.49

Codes

Color #390958 in popluar color models

390958
RGB57988
HSL276°81.44%19.02%
HSB/HSV276°89.77%34.51%
CMYK35.23%89.77%0.00%
65.49%

Color #390958 in popluar number systems.

HEX390958
Decimal57988
Binary11100110011011000
Octal7111130

Shades and tints

Shades of #390958

#390958
(57,9,88)
#340950
(52,9,80)
#2F0948
(47,9,72)
#2A0940
(42,9,64)
#250938
(37,9,56)
#200930
(32,9,48)
#1B0928
(27,9,40)
#160920
(22,9,32)
#110918
(17,9,24)
#0C0910
(12,9,16)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #390958

#390958
(57,9,88)
#4B1F67
(75,31,103)
#5D3576
(93,53,118)
#6F4B85
(111,75,133)
#816194
(129,97,148)
#9377A3
(147,119,163)
#A58DB2
(165,141,178)
#B7A3C1
(183,163,193)
#C9B9D0
(201,185,208)
#DBCFDF
(219,207,223)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390958 color. Also use rgb(57,9,88) instead hex code.

Text Font Color

.myTextColor { color: #390958; }

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

This text font color is #390958.


Background Color

.myBgColor { background-color: #390958; }

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

This div background color is #390958.


Border color

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

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

This div border color is #390958.


Opacity

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

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

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

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

This text has shadow with #390958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390958 on black background.


Color preview on white background

This text has color #390958 on white background.



Black color preview on #390958 background

This text has black color on #390958 background.


White color preview on #390958 background

This text has white color on #390958 background.