COLOR #3F1475

HEX: #3F1475
RGB: (63,20,117)

Color info

#3F1475 contains mainly red and blue colors. Web safe color of #3F1475 is #330066 (or #306).

RGB color model

#3F1475 color RGB value is (63,20,117).

  • red value is 63;
  • green value is 20;
  • blue value is 117.
RGB:
(63,20,117)
(25%,8%,46%)

RGB channels and saturation

R 63 of 255 = 25%
G 20 of 255 = 8%
B 117 of 255 = 46%

63
20
117

R + G + B ~ 26%. #3F1475 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 20 + 117 = 200 (100%)
R 63 of 200 ~ 31.5%
G 20 of 200 ~ 10%
B 117 of 200 ~ 58.5%

%31.5
%10
%58.5

CMYK color model

#3F1475 color CMYK value is (46,83,0,54).

  • cyan value is 46.15%
  • magenta value is 82.91%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(46,83,0,54)
C46M83Y0K54 
(46%,83%,0%,54%)
(0.46/0.83/0.00/0.54)	

CMYK percentages

%46.15
%82.91
%0
%54.12

Codes

Color #3F1475 in popluar color models

3F1475
RGB6320117
HSL267°70.80%26.86%
HSB/HSV267°82.91%45.88%
CMYK46.15%82.91%0.00%
54.12%

Color #3F1475 in popluar number systems.

HEX3F1475
Decimal6320117
Binary111111101001110101
Octal7724165

Shades and tints

Shades of #3F1475

#3F1475
(63,20,117)
#3A136B
(58,19,107)
#351261
(53,18,97)
#301157
(48,17,87)
#2B104D
(43,16,77)
#260F43
(38,15,67)
#210E39
(33,14,57)
#1C0D2F
(28,13,47)
#170C25
(23,12,37)
#120B1B
(18,11,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F1475

#3F1475
(63,20,117)
#502981
(80,41,129)
#613E8D
(97,62,141)
#725399
(114,83,153)
#8368A5
(131,104,165)
#947DB1
(148,125,177)
#A592BD
(165,146,189)
#B6A7C9
(182,167,201)
#C7BCD5
(199,188,213)
#D8D1E1
(216,209,225)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F1475 color. Also use rgb(63,20,117) instead hex code.

Text Font Color

.myTextColor { color: #3F1475; }

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

This text font color is #3F1475.


Background Color

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

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

This div background color is #3F1475.


Border color

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

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

This div border color is #3F1475.


Opacity

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

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

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

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

This text has shadow with #3F1475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1475 on black background.


Color preview on white background

This text has color #3F1475 on white background.



Black color preview on #3F1475 background

This text has black color on #3F1475 background.


White color preview on #3F1475 background

This text has white color on #3F1475 background.