COLOR #390595

HEX: #390595
RGB: (57,5,149)

Color info

#390595 contains mainly blue color. Web safe color of #390595 is #330099 (or #309).

RGB color model

#390595 color RGB value is (57,5,149).

  • red value is 57;
  • green value is 5;
  • blue value is 149.
RGB:
(57,5,149)
(22%,2%,58%)

RGB channels and saturation

R 57 of 255 = 22%
G 5 of 255 = 2%
B 149 of 255 = 58%

57
5
149

R + G + B ~ 27%. #390595 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 5 + 149 = 211 (100%)
R 57 of 211 ~ 27.01%
G 5 of 211 ~ 2.37%
B 149 of 211 ~ 70.62%

%27.01
%70.62

CMYK color model

#390595 color CMYK value is (62,97,0,42).

  • cyan value is 61.74%
  • magenta value is 96.64%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(62,97,0,42)
C62M97Y0K42 
(62%,97%,0%,42%)
(0.62/0.97/0.00/0.42)	

CMYK percentages

%61.74
%96.64
%0
%41.57

Codes

Color #390595 in popluar color models

390595
RGB575149
HSL262°93.51%30.20%
HSB/HSV262°96.64%58.43%
CMYK61.74%96.64%0.00%
41.57%

Color #390595 in popluar number systems.

HEX390595
Decimal575149
Binary11100110110010101
Octal715225

Shades and tints

Shades of #390595

#390595
(57,5,149)
#340588
(52,5,136)
#2F057B
(47,5,123)
#2A056E
(42,5,110)
#250561
(37,5,97)
#200554
(32,5,84)
#1B0547
(27,5,71)
#16053A
(22,5,58)
#11052D
(17,5,45)
#0C0520
(12,5,32)
#070513
(7,5,19)
#000000
(0,0,0)

Tints of #390595

#390595
(57,5,149)
#4B1B9E
(75,27,158)
#5D31A7
(93,49,167)
#6F47B0
(111,71,176)
#815DB9
(129,93,185)
#9373C2
(147,115,194)
#A589CB
(165,137,203)
#B79FD4
(183,159,212)
#C9B5DD
(201,181,221)
#DBCBE6
(219,203,230)
#EDE1EF
(237,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390595 color. Also use rgb(57,5,149) instead hex code.

Text Font Color

.myTextColor { color: #390595; }

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

This text font color is #390595.


Background Color

.myBgColor { background-color: #390595; }

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

This div background color is #390595.


Border color

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

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

This div border color is #390595.


Opacity

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

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

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

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

This text has shadow with #390595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390595 on black background.


Color preview on white background

This text has color #390595 on white background.



Black color preview on #390595 background

This text has black color on #390595 background.


White color preview on #390595 background

This text has white color on #390595 background.