COLOR #3F1EF9

HEX: #3F1EF9
RGB: (63,30,249)

Color info

#3F1EF9 contains mainly blue color. Web safe color of #3F1EF9 is #3333FF (or #33F).

RGB color model

#3F1EF9 color RGB value is (63,30,249).

  • red value is 63;
  • green value is 30;
  • blue value is 249.
RGB:
(63,30,249)
(25%,12%,98%)

RGB channels and saturation

R 63 of 255 = 25%
G 30 of 255 = 12%
B 249 of 255 = 98%

63
30
249

R + G + B ~ 45%. #3F1EF9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 30 + 249 = 342 (100%)
R 63 of 342 ~ 18.42%
G 30 of 342 ~ 8.77%
B 249 of 342 ~ 72.81%

%18.42
%72.81

CMYK color model

#3F1EF9 color CMYK value is (75,88,0,2).

  • cyan value is 74.70%
  • magenta value is 87.95%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(75,88,0,2)
C75M88Y0K2 
(75%,88%,0%,2%)
(0.75/0.88/0.00/0.02)	

CMYK percentages

%74.7
%87.95
%0
%2.35

Codes

Color #3F1EF9 in popluar color models

3F1EF9
RGB6330249
HSL249°94.81%54.71%
HSB/HSV249°87.95%97.65%
CMYK74.70%87.95%0.00%
2.35%

Color #3F1EF9 in popluar number systems.

HEX3F1EF9
Decimal6330249
Binary1111111111011111001
Octal7736371

Shades and tints

Shades of #3F1EF9

#3F1EF9
(63,30,249)
#3A1CE3
(58,28,227)
#351ACD
(53,26,205)
#3018B7
(48,24,183)
#2B16A1
(43,22,161)
#26148B
(38,20,139)
#211275
(33,18,117)
#1C105F
(28,16,95)
#170E49
(23,14,73)
#120C33
(18,12,51)
#0D0A1D
(13,10,29)
#000000
(0,0,0)

Tints of #3F1EF9

#3F1EF9
(63,30,249)
#5032F9
(80,50,249)
#6146F9
(97,70,249)
#725AF9
(114,90,249)
#836EF9
(131,110,249)
#9482F9
(148,130,249)
#A596F9
(165,150,249)
#B6AAF9
(182,170,249)
#C7BEF9
(199,190,249)
#D8D2F9
(216,210,249)
#E9E6F9
(233,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F1EF9 color. Also use rgb(63,30,249) instead hex code.

Text Font Color

.myTextColor { color: #3F1EF9; }

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

This text font color is #3F1EF9.


Background Color

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

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

This div background color is #3F1EF9.


Border color

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

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

This div border color is #3F1EF9.


Opacity

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

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

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

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

This text has shadow with #3F1EF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F1EF9 on black background.


Color preview on white background

This text has color #3F1EF9 on white background.



Black color preview on #3F1EF9 background

This text has black color on #3F1EF9 background.


White color preview on #3F1EF9 background

This text has white color on #3F1EF9 background.