COLOR #392559

HEX: #392559
RGB: (57,37,89)

Color info

#392559 contains red, green and blue colors in about the same proportion. Web safe color of #392559 is #333366 (or #336).

RGB color model

#392559 color RGB value is (57,37,89).

  • red value is 57;
  • green value is 37;
  • blue value is 89.
RGB:
(57,37,89)
(22%,15%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 37 of 255 = 15%
B 89 of 255 = 35%

57
37
89

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

Portions of RGB colors in percentages

R + G + B =
57 + 37 + 89 = 183 (100%)
R 57 of 183 ~ 31.15%
G 37 of 183 ~ 20.22%
B 89 of 183 ~ 48.63%

%31.15
%20.22
%48.63

CMYK color model

#392559 color CMYK value is (36,58,0,65).

  • cyan value is 35.96%
  • magenta value is 58.43%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(36,58,0,65)
C36M58Y0K65 
(36%,58%,0%,65%)
(0.36/0.58/0.00/0.65)	

CMYK percentages

%35.96
%58.43
%0
%65.1

Codes

Color #392559 in popluar color models

392559
RGB573789
HSL263°41.27%24.71%
HSB/HSV263°58.43%34.90%
CMYK35.96%58.43%0.00%
65.10%

Color #392559 in popluar number systems.

HEX392559
Decimal573789
Binary1110011001011011001
Octal7145131

Shades and tints

Shades of #392559

#392559
(57,37,89)
#342251
(52,34,81)
#2F1F49
(47,31,73)
#2A1C41
(42,28,65)
#251939
(37,25,57)
#201631
(32,22,49)
#1B1329
(27,19,41)
#161021
(22,16,33)
#110D19
(17,13,25)
#0C0A11
(12,10,17)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #392559

#392559
(57,37,89)
#4B3868
(75,56,104)
#5D4B77
(93,75,119)
#6F5E86
(111,94,134)
#817195
(129,113,149)
#9384A4
(147,132,164)
#A597B3
(165,151,179)
#B7AAC2
(183,170,194)
#C9BDD1
(201,189,209)
#DBD0E0
(219,208,224)
#EDE3EF
(237,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392559 color. Also use rgb(57,37,89) instead hex code.

Text Font Color

.myTextColor { color: #392559; }

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

This text font color is #392559.


Background Color

.myBgColor { background-color: #392559; }

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

This div background color is #392559.


Border color

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

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

This div border color is #392559.


Opacity

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

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

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

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

This text has shadow with #392559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392559 on black background.


Color preview on white background

This text has color #392559 on white background.



Black color preview on #392559 background

This text has black color on #392559 background.


White color preview on #392559 background

This text has white color on #392559 background.