COLOR #3F0040

HEX: #3F0040 RGB: (63,0,64)

Color info

#3F0040 contains only red and blue colors. Web safe color of #3F0040 is #330033 (or #303).

RGB color model

#3F0040 color RGB value is (63,0,64).

RGB: (63,0,64) (25%, 0%, 25%)

RGB channels and saturation

R 63 of 255 = 25%
G 0 of 255 = 0%
B 64 of 255 = 25%

63
0
64

R + G + B ~ 17%. #3F0040 is dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 0 + 64 = 127 (100%)
R 63 of 127 ~ 49.61%
G 0 of 127 ~ 0%
B 64 of 127 ~ 50.39'%

%49.61
%50.39

CMYK color model

#3F0040 color CMYK value is (2,100,0,75).

  • cyan value is 1.56%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (2,100,0,75)
C2M100Y0K75 (2%, 100%, 0%, 75%)
(0.02 / 1.00 / 0.00 / 0.75)

CMYK percentages

%1.56
%100
%0
%74.9

Codes

Color #3F0040 in popluar color models

3F 00 40
RGB 63 0 64
HSL 299° 100.00% 12.55%
HSB/HSV 299° 100.00% 25.10%
CMYK 1.56% 100.00% 0.00%
74.90%

Color #3F0040 in popluar number systems.

HEX 3F 00 40
Decimal 63 0 64
Binary 111111 0 1000000
Octal 77 0 100

Shades and tints

Shades of #3F0040

#3F0040
(63,0,64)
#3A003B
(58,0,59)
#350036
(53,0,54)
#300031
(48,0,49)
#2B002C
(43,0,44)
#260027
(38,0,39)
#210022
(33,0,34)
#1C001D
(28,0,29)
#170018
(23,0,24)
#120013
(18,0,19)
#0D000E
(13,0,14)
#000000
(0,0,0)

Tints of #3F0040

#3F0040
(63,0,64)
#501751
(80,23,81)
#612E62
(97,46,98)
#724573
(114,69,115)
#835C84
(131,92,132)
#947395
(148,115,149)
#A58AA6
(165,138,166)
#B6A1B7
(182,161,183)
#C7B8C8
(199,184,200)
#D8CFD9
(216,207,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F0040 color. Also use rgb(63,0,64) instead hex code.

Text Font Color

.myTextColor { color: #3F0040; }

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

This text font color is #3F0040.

Background Color

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

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

This div background color is #3F0040.

Border color

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

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

This div border color is #3F0040.

Opacity

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

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

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

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

This text has shadow with #3F0040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F0040.

Preview

Color preview on black background

This text has color #3F0040 on black background.


Color preview on white background

This text has color #3F0040 on white background.


Black color preview on #3F0040 background

This text has black color on #3F0040 background.


White color preview on #3F0040 background

This text has white color on #3F0040 background.


Related colors

Complementary color

Complementary color for #hex is #C0FFBF.


I love getcolorcode.com

Triadic colors

1 #403F00 and #00403F with #3F0040 are triadic colors.

2 #40003F and #003F40 with #3F0040 are triadic colors.