COLOR #390D78

HEX: #390D78
RGB: (57,13,120)

Color info

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

RGB color model

#390D78 color RGB value is (57,13,120).

  • red value is 57;
  • green value is 13;
  • blue value is 120.
RGB:
(57,13,120)
(22%,5%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 13 of 255 = 5%
B 120 of 255 = 47%

57
13
120

R + G + B ~ 25%. #390D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 13 + 120 = 190 (100%)
R 57 of 190 ~ 30%
G 13 of 190 ~ 6.84%
B 120 of 190 ~ 63.16%

%30
%63.16

CMYK color model

#390D78 color CMYK value is (53,89,0,53).

  • cyan value is 52.50%
  • magenta value is 89.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(53,89,0,53)
C53M89Y0K53 
(53%,89%,0%,53%)
(0.53/0.89/0.00/0.53)	

CMYK percentages

%52.5
%89.17
%0
%52.94

Codes

Color #390D78 in popluar color models

390D78
RGB5713120
HSL265°80.45%26.08%
HSB/HSV265°89.17%47.06%
CMYK52.50%89.17%0.00%
52.94%

Color #390D78 in popluar number systems.

HEX390D78
Decimal5713120
Binary11100111011111000
Octal7115170

Shades and tints

Shades of #390D78

#390D78
(57,13,120)
#340C6E
(52,12,110)
#2F0B64
(47,11,100)
#2A0A5A
(42,10,90)
#250950
(37,9,80)
#200846
(32,8,70)
#1B073C
(27,7,60)
#160632
(22,6,50)
#110528
(17,5,40)
#0C041E
(12,4,30)
#070314
(7,3,20)
#000000
(0,0,0)

Tints of #390D78

#390D78
(57,13,120)
#4B2384
(75,35,132)
#5D3990
(93,57,144)
#6F4F9C
(111,79,156)
#8165A8
(129,101,168)
#937BB4
(147,123,180)
#A591C0
(165,145,192)
#B7A7CC
(183,167,204)
#C9BDD8
(201,189,216)
#DBD3E4
(219,211,228)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390D78 color. Also use rgb(57,13,120) instead hex code.

Text Font Color

.myTextColor { color: #390D78; }

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

This text font color is #390D78.


Background Color

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

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

This div background color is #390D78.


Border color

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

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

This div border color is #390D78.


Opacity

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

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

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

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

This text has shadow with #390D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390D78 on black background.


Color preview on white background

This text has color #390D78 on white background.



Black color preview on #390D78 background

This text has black color on #390D78 background.


White color preview on #390D78 background

This text has white color on #390D78 background.