COLOR #421B76

HEX: #421B76
RGB: (66,27,118)

Color info

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

RGB color model

#421B76 color RGB value is (66,27,118).

  • red value is 66;
  • green value is 27;
  • blue value is 118.
RGB:
(66,27,118)
(26%,11%,46%)

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 118 of 255 = 46%

66
27
118

R + G + B ~ 28%. #421B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 118 = 211 (100%)
R 66 of 211 ~ 31.28%
G 27 of 211 ~ 12.8%
B 118 of 211 ~ 55.92%

%31.28
%12.8
%55.92

CMYK color model

#421B76 color CMYK value is (44,77,0,54).

  • cyan value is 44.07%
  • magenta value is 77.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(44,77,0,54)
C44M77Y0K54 
(44%,77%,0%,54%)
(0.44/0.77/0.00/0.54)	

CMYK percentages

%44.07
%77.12
%0
%53.73

Codes

Color #421B76 in popluar color models

421B76
RGB6627118
HSL266°62.76%28.43%
HSB/HSV266°77.12%46.27%
CMYK44.07%77.12%0.00%
53.73%

Color #421B76 in popluar number systems.

HEX421B76
Decimal6627118
Binary1000010110111110110
Octal10233166

Shades and tints

Shades of #421B76

#421B76
(66,27,118)
#3C196C
(60,25,108)
#361762
(54,23,98)
#301558
(48,21,88)
#2A134E
(42,19,78)
#241144
(36,17,68)
#1E0F3A
(30,15,58)
#180D30
(24,13,48)
#120B26
(18,11,38)
#0C091C
(12,9,28)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #421B76

#421B76
(66,27,118)
#532F82
(83,47,130)
#64438E
(100,67,142)
#75579A
(117,87,154)
#866BA6
(134,107,166)
#977FB2
(151,127,178)
#A893BE
(168,147,190)
#B9A7CA
(185,167,202)
#CABBD6
(202,187,214)
#DBCFE2
(219,207,226)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421B76 color. Also use rgb(66,27,118) instead hex code.

Text Font Color

.myTextColor { color: #421B76; }

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

This text font color is #421B76.


Background Color

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

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

This div background color is #421B76.


Border color

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

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

This div border color is #421B76.


Opacity

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

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

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

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

This text has shadow with #421B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B76 on black background.


Color preview on white background

This text has color #421B76 on white background.



Black color preview on #421B76 background

This text has black color on #421B76 background.


White color preview on #421B76 background

This text has white color on #421B76 background.