COLOR #390058

HEX: #390058
RGB: (57,0,88)

Color info

#390058 contains only red and blue colors. Web safe color of #390058 is #330066 (or #306).

RGB color model

#390058 color RGB value is (57,0,88).

  • red value is 57;
  • green value is 0;
  • blue value is 88.
RGB:
(57,0,88)
(22%,0%,35%)

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 88 of 255 = 35%

57
0
88

R + G + B ~ 19%. #390058 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 88 = 145 (100%)
R 57 of 145 ~ 39.31%
G 0 of 145 ~ 0%
B 88 of 145 ~ 60.69%

%39.31
%60.69

CMYK color model

#390058 color CMYK value is (35,100,0,65).

  • cyan value is 35.23%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(35,100,0,65)
C35M100Y0K65 
(35%,100%,0%,65%)
(0.35/1.00/0.00/0.65)	

CMYK percentages

%35.23
%100
%0
%65.49

Codes

Color #390058 in popluar color models

390058
RGB57088
HSL279°100.00%17.25%
HSB/HSV279°100.00%34.51%
CMYK35.23%100.00%0.00%
65.49%

Color #390058 in popluar number systems.

HEX390058
Decimal57088
Binary11100101011000
Octal710130

Shades and tints

Shades of #390058

#390058
(57,0,88)
#340050
(52,0,80)
#2F0048
(47,0,72)
#2A0040
(42,0,64)
#250038
(37,0,56)
#200030
(32,0,48)
#1B0028
(27,0,40)
#160020
(22,0,32)
#110018
(17,0,24)
#0C0010
(12,0,16)
#070008
(7,0,8)
#000000
(0,0,0)

Tints of #390058

#390058
(57,0,88)
#4B1767
(75,23,103)
#5D2E76
(93,46,118)
#6F4585
(111,69,133)
#815C94
(129,92,148)
#9373A3
(147,115,163)
#A58AB2
(165,138,178)
#B7A1C1
(183,161,193)
#C9B8D0
(201,184,208)
#DBCFDF
(219,207,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390058 color. Also use rgb(57,0,88) instead hex code.

Text Font Color

.myTextColor { color: #390058; }

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

This text font color is #390058.


Background Color

.myBgColor { background-color: #390058; }

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

This div background color is #390058.


Border color

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

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

This div border color is #390058.


Opacity

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

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

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

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

This text has shadow with #390058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390058 on black background.


Color preview on white background

This text has color #390058 on white background.



Black color preview on #390058 background

This text has black color on #390058 background.


White color preview on #390058 background

This text has white color on #390058 background.