COLOR #3F3289

HEX: #3F3289 RGB: (63,50,137)

Color info

#3F3289 contains mainly blue color. Web safe color of #3F3289 is #333399 (or #339).

RGB color model

#3F3289 color RGB value is (63,50,137).

RGB: (63,50,137) (25%, 20%, 54%)

RGB channels and saturation

R 63 of 255 = 25%
G 50 of 255 = 20%
B 137 of 255 = 54%

63
50
137

R + G + B ~ 33%. #3F3289 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 50 + 137 = 250 (100%)
R 63 of 250 ~ 25.2%
G 50 of 250 ~ 20%
B 137 of 250 ~ 54.8'%

%25.2
%20
%54.8

CMYK color model

#3F3289 color CMYK value is (54,64,0,46).

  • cyan value is 54.01%
  • magenta value is 63.50%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (54,64,0,46) C54M64Y0K46 (54%,64%,0%,46%) (0.54/0.64/0.00/0.46) 

CMYK percentages

%54.01
%63.5
%0
%46.27

Codes

Color #3F3289 in popluar color models

3F 32 89
RGB 63 50 137
HSL 249° 46.52% 36.67%
HSB/HSV 249° 63.50% 53.73%
CMYK 54.01% 63.50% 0.00%
46.27%

Color #3F3289 in popluar number systems.

HEX 3F 32 89
Decimal 63 50 137
Binary 111111 110010 10001001
Octal 77 62 211

Shades and tints

Shades of #3F3289

#3F3289
(63,50,137)
#3A2E7D
(58,46,125)
#352A71
(53,42,113)
#302665
(48,38,101)
#2B2259
(43,34,89)
#261E4D
(38,30,77)
#211A41
(33,26,65)
#1C1635
(28,22,53)
#171229
(23,18,41)
#120E1D
(18,14,29)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F3289

#3F3289
(63,50,137)
#504493
(80,68,147)
#61569D
(97,86,157)
#7268A7
(114,104,167)
#837AB1
(131,122,177)
#948CBB
(148,140,187)
#A59EC5
(165,158,197)
#B6B0CF
(182,176,207)
#C7C2D9
(199,194,217)
#D8D4E3
(216,212,227)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3289 color. Also use rgb(63,50,137) instead hex code.

Text Font Color

.myTextColor { color: #3F3289; }

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

This text font color is #3F3289.

Background Color

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

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

This div background color is #3F3289.

Border color

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

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

This div border color is #3F3289.

Opacity

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

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

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

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

This text has shadow with #3F3289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3289.

Preview

Color preview on black background

This text has color #3F3289 on black background.


Color preview on white background

This text has color #3F3289 on white background.


Black color preview on #3F3289 background

This text has black color on #3F3289 background.


White color preview on #3F3289 background

This text has white color on #3F3289 background.


Related colors

Complementary color

Complementary color for #hex is #C0CD76.


I love getcolorcode.com

Triadic colors

1 #893F32 and #32893F with #3F3289 are triadic colors.

2 #89323F and #323F89 with #3F3289 are triadic colors.