COLOR #421E82

HEX: #421E82
RGB: (66,30,130)

Color info

#421E82 contains mainly blue color. Web safe color of #421E82 is #333399 (or #339).

RGB color model

#421E82 color RGB value is (66,30,130).

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

RGB channels and saturation

R 66 of 255 = 26%
G 30 of 255 = 12%
B 130 of 255 = 51%

66
30
130

R + G + B ~ 30%. #421E82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 30 + 130 = 226 (100%)
R 66 of 226 ~ 29.2%
G 30 of 226 ~ 13.27%
B 130 of 226 ~ 57.52%

%29.2
%13.27
%57.52

CMYK color model

#421E82 color CMYK value is (49,77,0,49).

  • cyan value is 49.23%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(49,77,0,49)
C49M77Y0K49 
(49%,77%,0%,49%)
(0.49/0.77/0.00/0.49)	

CMYK percentages

%49.23
%76.92
%0
%49.02

Codes

Color #421E82 in popluar color models

421E82
RGB6630130
HSL262°62.50%31.37%
HSB/HSV262°76.92%50.98%
CMYK49.23%76.92%0.00%
49.02%

Color #421E82 in popluar number systems.

HEX421E82
Decimal6630130
Binary10000101111010000010
Octal10236202

Shades and tints

Shades of #421E82

#421E82
(66,30,130)
#3C1C77
(60,28,119)
#361A6C
(54,26,108)
#301861
(48,24,97)
#2A1656
(42,22,86)
#24144B
(36,20,75)
#1E1240
(30,18,64)
#181035
(24,16,53)
#120E2A
(18,14,42)
#0C0C1F
(12,12,31)
#060A14
(6,10,20)
#000000
(0,0,0)

Tints of #421E82

#421E82
(66,30,130)
#53328D
(83,50,141)
#644698
(100,70,152)
#755AA3
(117,90,163)
#866EAE
(134,110,174)
#9782B9
(151,130,185)
#A896C4
(168,150,196)
#B9AACF
(185,170,207)
#CABEDA
(202,190,218)
#DBD2E5
(219,210,229)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421E82; }

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

This text font color is #421E82.


Background Color

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

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

This div background color is #421E82.


Border color

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

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

This div border color is #421E82.


Opacity

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

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

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

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

This text has shadow with #421E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421E82 on black background.


Color preview on white background

This text has color #421E82 on white background.



Black color preview on #421E82 background

This text has black color on #421E82 background.


White color preview on #421E82 background

This text has white color on #421E82 background.