COLOR #421ED3

HEX: #421ED3
RGB: (66,30,211)

Color info

#421ED3 contains mainly blue color. Web safe color of #421ED3 is #3333CC (or #33C).

RGB color model

#421ED3 color RGB value is (66,30,211).

  • red value is 66;
  • green value is 30;
  • blue value is 211.
RGB:
(66,30,211)
(26%,12%,83%)

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 211 of 255 = 83%

66
30
211

R + G + B ~ 40%. #421ED3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 211 = 307 (100%)
R 66 of 307 ~ 21.5%
G 30 of 307 ~ 9.77%
B 211 of 307 ~ 68.73%

%21.5
%9.77
%68.73

CMYK color model

#421ED3 color CMYK value is (69,86,0,17).

  • cyan value is 68.72%
  • magenta value is 85.78%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(69,86,0,17)
C69M86Y0K17 
(69%,86%,0%,17%)
(0.69/0.86/0.00/0.17)	

CMYK percentages

%68.72
%85.78
%0
%17.25

Codes

Color #421ED3 in popluar color models

421ED3
RGB6630211
HSL252°75.10%47.25%
HSB/HSV252°85.78%82.75%
CMYK68.72%85.78%0.00%
17.25%

Color #421ED3 in popluar number systems.

HEX421ED3
Decimal6630211
Binary10000101111011010011
Octal10236323

Shades and tints

Shades of #421ED3

#421ED3
(66,30,211)
#3C1CC0
(60,28,192)
#361AAD
(54,26,173)
#30189A
(48,24,154)
#2A1687
(42,22,135)
#241474
(36,20,116)
#1E1261
(30,18,97)
#18104E
(24,16,78)
#120E3B
(18,14,59)
#0C0C28
(12,12,40)
#060A15
(6,10,21)
#000000
(0,0,0)

Tints of #421ED3

#421ED3
(66,30,211)
#5332D7
(83,50,215)
#6446DB
(100,70,219)
#755ADF
(117,90,223)
#866EE3
(134,110,227)
#9782E7
(151,130,231)
#A896EB
(168,150,235)
#B9AAEF
(185,170,239)
#CABEF3
(202,190,243)
#DBD2F7
(219,210,247)
#ECE6FB
(236,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421ED3 color. Also use rgb(66,30,211) instead hex code.

Text Font Color

.myTextColor { color: #421ED3; }

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

This text font color is #421ED3.


Background Color

.myBgColor { background-color: #421ED3; }

<div style="background-color:#421ED3">Inner text</div>

This div background color is #421ED3.


Border color

.myBorderColor { border: 1px solid #421ED3; }

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

This div border color is #421ED3.


Opacity

.myOpacity80 { color: #421ED3; opacity: 0.8; }

<p style="color:#421ED3;opacity:0.8;">80%</p>

Text with #421ED3 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 #421ED3;}

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

This text has shadow with #421ED3 color.

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

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

This text has shadow with #421ED3 primary color and red secondary color.


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

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

This text has shadow with #421ED3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421ED3 on black background.


Color preview on white background

This text has color #421ED3 on white background.



Black color preview on #421ED3 background

This text has black color on #421ED3 background.


White color preview on #421ED3 background

This text has white color on #421ED3 background.