COLOR #390C61

HEX: #390C61
RGB: (57,12,97)

Color info

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

RGB color model

#390C61 color RGB value is (57,12,97).

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

RGB channels and saturation

R 57 of 255 = 22%
G 12 of 255 = 5%
B 97 of 255 = 38%

57
12
97

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

Portions of RGB colors in percentages

R + G + B =
57 + 12 + 97 = 166 (100%)
R 57 of 166 ~ 34.34%
G 12 of 166 ~ 7.23%
B 97 of 166 ~ 58.43%

%34.34
%58.43

CMYK color model

#390C61 color CMYK value is (41,88,0,62).

  • cyan value is 41.24%
  • magenta value is 87.63%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(41,88,0,62)
C41M88Y0K62 
(41%,88%,0%,62%)
(0.41/0.88/0.00/0.62)	

CMYK percentages

%41.24
%87.63
%0
%61.96

Codes

Color #390C61 in popluar color models

390C61
RGB571297
HSL272°77.98%21.37%
HSB/HSV272°87.63%38.04%
CMYK41.24%87.63%0.00%
61.96%

Color #390C61 in popluar number systems.

HEX390C61
Decimal571297
Binary11100111001100001
Octal7114141

Shades and tints

Shades of #390C61

#390C61
(57,12,97)
#340B59
(52,11,89)
#2F0A51
(47,10,81)
#2A0949
(42,9,73)
#250841
(37,8,65)
#200739
(32,7,57)
#1B0631
(27,6,49)
#160529
(22,5,41)
#110421
(17,4,33)
#0C0319
(12,3,25)
#070211
(7,2,17)
#000000
(0,0,0)

Tints of #390C61

#390C61
(57,12,97)
#4B226F
(75,34,111)
#5D387D
(93,56,125)
#6F4E8B
(111,78,139)
#816499
(129,100,153)
#937AA7
(147,122,167)
#A590B5
(165,144,181)
#B7A6C3
(183,166,195)
#C9BCD1
(201,188,209)
#DBD2DF
(219,210,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390C61; }

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

This text font color is #390C61.


Background Color

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

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

This div background color is #390C61.


Border color

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

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

This div border color is #390C61.


Opacity

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

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

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

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

This text has shadow with #390C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390C61 on black background.


Color preview on white background

This text has color #390C61 on white background.



Black color preview on #390C61 background

This text has black color on #390C61 background.


White color preview on #390C61 background

This text has white color on #390C61 background.