COLOR #390C74

HEX: #390C74
RGB: (57,12,116)

Color info

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

RGB color model

#390C74 color RGB value is (57,12,116).

  • red value is 57;
  • green value is 12;
  • blue value is 116.
RGB:
(57,12,116)
(22%,5%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 12 of 255 = 5%
B 116 of 255 = 45%

57
12
116

R + G + B ~ 24%. #390C74 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 12 + 116 = 185 (100%)
R 57 of 185 ~ 30.81%
G 12 of 185 ~ 6.49%
B 116 of 185 ~ 62.7%

%30.81
%62.7

CMYK color model

#390C74 color CMYK value is (51,90,0,55).

  • cyan value is 50.86%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(51,90,0,55)
C51M90Y0K55 
(51%,90%,0%,55%)
(0.51/0.90/0.00/0.55)	

CMYK percentages

%50.86
%89.66
%0
%54.51

Codes

Color #390C74 in popluar color models

390C74
RGB5712116
HSL266°81.25%25.10%
HSB/HSV266°89.66%45.49%
CMYK50.86%89.66%0.00%
54.51%

Color #390C74 in popluar number systems.

HEX390C74
Decimal5712116
Binary11100111001110100
Octal7114164

Shades and tints

Shades of #390C74

#390C74
(57,12,116)
#340B6A
(52,11,106)
#2F0A60
(47,10,96)
#2A0956
(42,9,86)
#25084C
(37,8,76)
#200742
(32,7,66)
#1B0638
(27,6,56)
#16052E
(22,5,46)
#110424
(17,4,36)
#0C031A
(12,3,26)
#070210
(7,2,16)
#000000
(0,0,0)

Tints of #390C74

#390C74
(57,12,116)
#4B2280
(75,34,128)
#5D388C
(93,56,140)
#6F4E98
(111,78,152)
#8164A4
(129,100,164)
#937AB0
(147,122,176)
#A590BC
(165,144,188)
#B7A6C8
(183,166,200)
#C9BCD4
(201,188,212)
#DBD2E0
(219,210,224)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390C74 color. Also use rgb(57,12,116) instead hex code.

Text Font Color

.myTextColor { color: #390C74; }

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

This text font color is #390C74.


Background Color

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

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

This div background color is #390C74.


Border color

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

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

This div border color is #390C74.


Opacity

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

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

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

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

This text has shadow with #390C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390C74 on black background.


Color preview on white background

This text has color #390C74 on white background.



Black color preview on #390C74 background

This text has black color on #390C74 background.


White color preview on #390C74 background

This text has white color on #390C74 background.