COLOR #390B63

HEX: #390B63
RGB: (57,11,99)

Color info

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

RGB color model

#390B63 color RGB value is (57,11,99).

  • red value is 57;
  • green value is 11;
  • blue value is 99.
RGB:
(57,11,99)
(22%,4%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 11 of 255 = 4%
B 99 of 255 = 39%

57
11
99

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

Portions of RGB colors in percentages

R + G + B =
57 + 11 + 99 = 167 (100%)
R 57 of 167 ~ 34.13%
G 11 of 167 ~ 6.59%
B 99 of 167 ~ 59.28%

%34.13
%59.28

CMYK color model

#390B63 color CMYK value is (42,89,0,61).

  • cyan value is 42.42%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(42,89,0,61)
C42M89Y0K61 
(42%,89%,0%,61%)
(0.42/0.89/0.00/0.61)	

CMYK percentages

%42.42
%88.89
%0
%61.18

Codes

Color #390B63 in popluar color models

390B63
RGB571199
HSL271°80.00%21.57%
HSB/HSV271°88.89%38.82%
CMYK42.42%88.89%0.00%
61.18%

Color #390B63 in popluar number systems.

HEX390B63
Decimal571199
Binary11100110111100011
Octal7113143

Shades and tints

Shades of #390B63

#390B63
(57,11,99)
#340A5A
(52,10,90)
#2F0951
(47,9,81)
#2A0848
(42,8,72)
#25073F
(37,7,63)
#200636
(32,6,54)
#1B052D
(27,5,45)
#160424
(22,4,36)
#11031B
(17,3,27)
#0C0212
(12,2,18)
#070109
(7,1,9)
#000000
(0,0,0)

Tints of #390B63

#390B63
(57,11,99)
#4B2171
(75,33,113)
#5D377F
(93,55,127)
#6F4D8D
(111,77,141)
#81639B
(129,99,155)
#9379A9
(147,121,169)
#A58FB7
(165,143,183)
#B7A5C5
(183,165,197)
#C9BBD3
(201,187,211)
#DBD1E1
(219,209,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390B63 color. Also use rgb(57,11,99) instead hex code.

Text Font Color

.myTextColor { color: #390B63; }

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

This text font color is #390B63.


Background Color

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

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

This div background color is #390B63.


Border color

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

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

This div border color is #390B63.


Opacity

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

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

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

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

This text has shadow with #390B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390B63 on black background.


Color preview on white background

This text has color #390B63 on white background.



Black color preview on #390B63 background

This text has black color on #390B63 background.


White color preview on #390B63 background

This text has white color on #390B63 background.