COLOR #3F3578

HEX: #3F3578 RGB: (63,53,120)

Color info

#3F3578 contains mainly red and blue colors. Web safe color of #3F3578 is #333366 (or #336).

RGB color model

#3F3578 color RGB value is (63,53,120).

RGB: (63,53,120) (25%, 21%, 47%)

RGB channels and saturation

R 63 of 255 = 25%
G 53 of 255 = 21%
B 120 of 255 = 47%

63
53
120

R + G + B ~ 31%. #3F3578 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 53 + 120 = 236 (100%)
R 63 of 236 ~ 26.69%
G 53 of 236 ~ 22.46%
B 120 of 236 ~ 50.85'%

%26.69
%22.46
%50.85

CMYK color model

#3F3578 color CMYK value is (48,56,0,53).

  • cyan value is 47.50%
  • magenta value is 55.83%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (48,56,0,53)
C48M56Y0K53 (48%, 56%, 0%, 53%)
(0.48 / 0.56 / 0.00 / 0.53)

CMYK percentages

%47.5
%55.83
%0
%52.94

Codes

Color #3F3578 in popluar color models

3F 35 78
RGB 63 53 120
HSL 249° 38.73% 33.92%
HSB/HSV 249° 55.83% 47.06%
CMYK 47.50% 55.83% 0.00%
52.94%

Color #3F3578 in popluar number systems.

HEX 3F 35 78
Decimal 63 53 120
Binary 111111 110101 1111000
Octal 77 65 170

Shades and tints

Shades of #3F3578

#3F3578
(63,53,120)
#3A316E
(58,49,110)
#352D64
(53,45,100)
#30295A
(48,41,90)
#2B2550
(43,37,80)
#262146
(38,33,70)
#211D3C
(33,29,60)
#1C1932
(28,25,50)
#171528
(23,21,40)
#12111E
(18,17,30)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #3F3578

#3F3578
(63,53,120)
#504784
(80,71,132)
#615990
(97,89,144)
#726B9C
(114,107,156)
#837DA8
(131,125,168)
#948FB4
(148,143,180)
#A5A1C0
(165,161,192)
#B6B3CC
(182,179,204)
#C7C5D8
(199,197,216)
#D8D7E4
(216,215,228)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3578 color. Also use rgb(63,53,120) instead hex code.

Text Font Color

.myTextColor { color: #3F3578; }

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

This text font color is #3F3578.

Background Color

.myBgColor { background-color: #3F3578; }

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

This div background color is #3F3578.

Border color

.myBorderColor { border: 1px solid #3F3578; }

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

This div border color is #3F3578.

Opacity

.myOpacity80 { color: #3F3578; opacity: 0.8; }

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

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

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

This text has shadow with #3F3578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3578.

Preview

Color preview on black background

This text has color #3F3578 on black background.


Color preview on white background

This text has color #3F3578 on white background.


Black color preview on #3F3578 background

This text has black color on #3F3578 background.


White color preview on #3F3578 background

This text has white color on #3F3578 background.


Related colors

Complementary color

Complementary color for #hex is #C0CA87.


I love getcolorcode.com

Triadic colors

1 #783F35 and #35783F with #3F3578 are triadic colors.

2 #78353F and #353F78 with #3F3578 are triadic colors.