COLOR #421B97

HEX: #421B97
RGB: (66,27,151)

Color info

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

RGB color model

#421B97 color RGB value is (66,27,151).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 151 of 255 = 59%

66
27
151

R + G + B ~ 32%. #421B97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 151 = 244 (100%)
R 66 of 244 ~ 27.05%
G 27 of 244 ~ 11.07%
B 151 of 244 ~ 61.89%

%27.05
%11.07
%61.89

CMYK color model

#421B97 color CMYK value is (56,82,0,41).

  • cyan value is 56.29%
  • magenta value is 82.12%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(56,82,0,41)
C56M82Y0K41 
(56%,82%,0%,41%)
(0.56/0.82/0.00/0.41)	

CMYK percentages

%56.29
%82.12
%0
%40.78

Codes

Color #421B97 in popluar color models

421B97
RGB6627151
HSL259°69.66%34.90%
HSB/HSV259°82.12%59.22%
CMYK56.29%82.12%0.00%
40.78%

Color #421B97 in popluar number systems.

HEX421B97
Decimal6627151
Binary10000101101110010111
Octal10233227

Shades and tints

Shades of #421B97

#421B97
(66,27,151)
#3C198A
(60,25,138)
#36177D
(54,23,125)
#301570
(48,21,112)
#2A1363
(42,19,99)
#241156
(36,17,86)
#1E0F49
(30,15,73)
#180D3C
(24,13,60)
#120B2F
(18,11,47)
#0C0922
(12,9,34)
#060715
(6,7,21)
#000000
(0,0,0)

Tints of #421B97

#421B97
(66,27,151)
#532FA0
(83,47,160)
#6443A9
(100,67,169)
#7557B2
(117,87,178)
#866BBB
(134,107,187)
#977FC4
(151,127,196)
#A893CD
(168,147,205)
#B9A7D6
(185,167,214)
#CABBDF
(202,187,223)
#DBCFE8
(219,207,232)
#ECE3F1
(236,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B97; }

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

This text font color is #421B97.


Background Color

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

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

This div background color is #421B97.


Border color

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

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

This div border color is #421B97.


Opacity

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

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

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

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

This text has shadow with #421B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B97 on black background.


Color preview on white background

This text has color #421B97 on white background.



Black color preview on #421B97 background

This text has black color on #421B97 background.


White color preview on #421B97 background

This text has white color on #421B97 background.