COLOR #390137

HEX: #390137 RGB: (57,1,55)

Color info

#390137 contains red, green and blue colors in about the same proportion. Web safe color of #390137 is #330033 (or #303).

RGB color model

#390137 color RGB value is (57,1,55).

RGB: (57,1,55) (22%, 0%, 22%)

RGB channels and saturation

R 57 of 255 = 22%
G 1 of 255 = 0%
B 55 of 255 = 22%

57
1
55

R + G + B ~ 15%. #390137 is dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 1 + 55 = 113 (100%)
R 57 of 113 ~ 50.44%
G 1 of 113 ~ 0.88%
B 55 of 113 ~ 48.67'%

%50.44
%48.67

CMYK color model

#390137 color CMYK value is (0,98,4,78).

  • cyan value is 0.00%
  • magenta value is 98.25%
  • yellow value is 3.51%
  • key color value is 77.65%

CMYK: (0,98,4,78)
C0M98Y4K78 (0%, 98%, 4%, 78%)
(0.00 / 0.98 / 0.04 / 0.78)

CMYK percentages

%0
%98.25
%3.51
%77.65

Codes

Color #390137 in popluar color models

39 01 37
RGB 57 1 55
HSL 302° 96.55% 11.37%
HSB/HSV 302° 98.25% 22.35%
CMYK 0.00% 98.25% 3.51%
77.65%

Color #390137 in popluar number systems.

HEX 39 01 37
Decimal 57 1 55
Binary 111001 1 110111
Octal 71 1 67

Shades and tints

Shades of #390137

#390137
(57,1,55)
#340132
(52,1,50)
#2F012D
(47,1,45)
#2A0128
(42,1,40)
#250123
(37,1,35)
#20011E
(32,1,30)
#1B0119
(27,1,25)
#160114
(22,1,20)
#11010F
(17,1,15)
#0C010A
(12,1,10)
#070105
(7,1,5)
#000000
(0,0,0)

Tints of #390137

#390137
(57,1,55)
#4B1849
(75,24,73)
#5D2F5B
(93,47,91)
#6F466D
(111,70,109)
#815D7F
(129,93,127)
#937491
(147,116,145)
#A58BA3
(165,139,163)
#B7A2B5
(183,162,181)
#C9B9C7
(201,185,199)
#DBD0D9
(219,208,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390137 color. Also use rgb(57,1,55) instead hex code.

Text Font Color

.myTextColor { color: #390137; }

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

This text font color is #390137.

Background Color

.myBgColor { background-color: #390137; }

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

This div background color is #390137.

Border color

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

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

This div border color is #390137.

Opacity

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

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

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

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

This text has shadow with #390137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #390137.

Preview

Color preview on black background

This text has color #390137 on black background.


Color preview on white background

This text has color #390137 on white background.


Black color preview on #390137 background

This text has black color on #390137 background.


White color preview on #390137 background

This text has white color on #390137 background.


Related colors

Complementary color

Complementary color for #hex is #C6FEC8.


I love getcolorcode.com

Triadic colors

1 #373901 and #013739 with #390137 are triadic colors.

2 #370139 and #013937 with #390137 are triadic colors.