COLOR #412FE7

HEX: #412FE7
RGB: (65,47,231)

Color info

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

RGB color model

#412FE7 color RGB value is (65,47,231).

  • red value is 65;
  • green value is 47;
  • blue value is 231.
RGB:
(65,47,231)
(25%,18%,91%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 231 of 255 = 91%

65
47
231

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

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 231 = 343 (100%)
R 65 of 343 ~ 18.95%
G 47 of 343 ~ 13.7%
B 231 of 343 ~ 67.35%

%18.95
%13.7
%67.35

CMYK color model

#412FE7 color CMYK value is (72,80,0,9).

  • cyan value is 71.86%
  • magenta value is 79.65%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(72,80,0,9)
C72M80Y0K9 
(72%,80%,0%,9%)
(0.72/0.80/0.00/0.09)	

CMYK percentages

%71.86
%79.65
%0
%9.41

Codes

Color #412FE7 in popluar color models

412FE7
RGB6547231
HSL246°79.31%54.51%
HSB/HSV246°79.65%90.59%
CMYK71.86%79.65%0.00%
9.41%

Color #412FE7 in popluar number systems.

HEX412FE7
Decimal6547231
Binary100000110111111100111
Octal10157347

Shades and tints

Shades of #412FE7

#412FE7
(65,47,231)
#3C2BD2
(60,43,210)
#3727BD
(55,39,189)
#3223A8
(50,35,168)
#2D1F93
(45,31,147)
#281B7E
(40,27,126)
#231769
(35,23,105)
#1E1354
(30,19,84)
#190F3F
(25,15,63)
#140B2A
(20,11,42)
#0F0715
(15,7,21)
#000000
(0,0,0)

Tints of #412FE7

#412FE7
(65,47,231)
#5241E9
(82,65,233)
#6353EB
(99,83,235)
#7465ED
(116,101,237)
#8577EF
(133,119,239)
#9689F1
(150,137,241)
#A79BF3
(167,155,243)
#B8ADF5
(184,173,245)
#C9BFF7
(201,191,247)
#DAD1F9
(218,209,249)
#EBE3FB
(235,227,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412FE7 color. Also use rgb(65,47,231) instead hex code.

Text Font Color

.myTextColor { color: #412FE7; }

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

This text font color is #412FE7.


Background Color

.myBgColor { background-color: #412FE7; }

<div style="background-color:#412FE7">Inner text</div>

This div background color is #412FE7.


Border color

.myBorderColor { border: 1px solid #412FE7; }

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

This div border color is #412FE7.


Opacity

.myOpacity80 { color: #412FE7; opacity: 0.8; }

<p style="color:#412FE7;opacity:0.8;">80%</p>

Text with #412FE7 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 #412FE7;}

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

This text has shadow with #412FE7 color.

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

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

This text has shadow with #412FE7 primary color and red secondary color.


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

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

This text has shadow with #412FE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412FE7 on black background.


Color preview on white background

This text has color #412FE7 on white background.



Black color preview on #412FE7 background

This text has black color on #412FE7 background.


White color preview on #412FE7 background

This text has white color on #412FE7 background.