COLOR #390072

HEX: #390072
RGB: (57,0,114)

Color info

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

RGB color model

#390072 color RGB value is (57,0,114).

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

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 114 of 255 = 45%

57
0
114

R + G + B ~ 22%. #390072 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 114 = 171 (100%)
R 57 of 171 ~ 33.33%
G 0 of 171 ~ 0%
B 114 of 171 ~ 66.67%

%33.33
%66.67

CMYK color model

#390072 color CMYK value is (50,100,0,55).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(50,100,0,55)
C50M100Y0K55 
(50%,100%,0%,55%)
(0.50/1.00/0.00/0.55)	

CMYK percentages

%50
%100
%0
%55.29

Codes

Color #390072 in popluar color models

390072
RGB570114
HSL270°100.00%22.35%
HSB/HSV270°100.00%44.71%
CMYK50.00%100.00%0.00%
55.29%

Color #390072 in popluar number systems.

HEX390072
Decimal570114
Binary11100101110010
Octal710162

Shades and tints

Shades of #390072

#390072
(57,0,114)
#340068
(52,0,104)
#2F005E
(47,0,94)
#2A0054
(42,0,84)
#25004A
(37,0,74)
#200040
(32,0,64)
#1B0036
(27,0,54)
#16002C
(22,0,44)
#110022
(17,0,34)
#0C0018
(12,0,24)
#07000E
(7,0,14)
#000000
(0,0,0)

Tints of #390072

#390072
(57,0,114)
#4B177E
(75,23,126)
#5D2E8A
(93,46,138)
#6F4596
(111,69,150)
#815CA2
(129,92,162)
#9373AE
(147,115,174)
#A58ABA
(165,138,186)
#B7A1C6
(183,161,198)
#C9B8D2
(201,184,210)
#DBCFDE
(219,207,222)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390072; }

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

This text font color is #390072.


Background Color

.myBgColor { background-color: #390072; }

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

This div background color is #390072.


Border color

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

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

This div border color is #390072.


Opacity

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

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

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

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

This text has shadow with #390072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390072 on black background.


Color preview on white background

This text has color #390072 on white background.



Black color preview on #390072 background

This text has black color on #390072 background.


White color preview on #390072 background

This text has white color on #390072 background.