COLOR #3F2875

HEX: #3F2875
RGB: (63,40,117)

Color info

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

RGB color model

#3F2875 color RGB value is (63,40,117).

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

RGB channels and saturation

R 63 of 255 = 25%
G 40 of 255 = 16%
B 117 of 255 = 46%

63
40
117

R + G + B ~ 29%. #3F2875 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 40 + 117 = 220 (100%)
R 63 of 220 ~ 28.64%
G 40 of 220 ~ 18.18%
B 117 of 220 ~ 53.18%

%28.64
%18.18
%53.18

CMYK color model

#3F2875 color CMYK value is (46,66,0,54).

  • cyan value is 46.15%
  • magenta value is 65.81%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(46,66,0,54)
C46M66Y0K54 
(46%,66%,0%,54%)
(0.46/0.66/0.00/0.54)	

CMYK percentages

%46.15
%65.81
%0
%54.12

Codes

Color #3F2875 in popluar color models

3F2875
RGB6340117
HSL258°49.04%30.78%
HSB/HSV258°65.81%45.88%
CMYK46.15%65.81%0.00%
54.12%

Color #3F2875 in popluar number systems.

HEX3F2875
Decimal6340117
Binary1111111010001110101
Octal7750165

Shades and tints

Shades of #3F2875

#3F2875
(63,40,117)
#3A256B
(58,37,107)
#352261
(53,34,97)
#301F57
(48,31,87)
#2B1C4D
(43,28,77)
#261943
(38,25,67)
#211639
(33,22,57)
#1C132F
(28,19,47)
#171025
(23,16,37)
#120D1B
(18,13,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #3F2875

#3F2875
(63,40,117)
#503B81
(80,59,129)
#614E8D
(97,78,141)
#726199
(114,97,153)
#8374A5
(131,116,165)
#9487B1
(148,135,177)
#A59ABD
(165,154,189)
#B6ADC9
(182,173,201)
#C7C0D5
(199,192,213)
#D8D3E1
(216,211,225)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F2875; }

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

This text font color is #3F2875.


Background Color

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

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

This div background color is #3F2875.


Border color

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

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

This div border color is #3F2875.


Opacity

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

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

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

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

This text has shadow with #3F2875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F2875 on black background.


Color preview on white background

This text has color #3F2875 on white background.



Black color preview on #3F2875 background

This text has black color on #3F2875 background.


White color preview on #3F2875 background

This text has white color on #3F2875 background.