COLOR #421661

HEX: #421661
RGB: (66,22,97)

Color info

#421661 contains mainly red and blue colors. Web safe color of #421661 is #330066 (or #306).

RGB color model

#421661 color RGB value is (66,22,97).

  • red value is 66;
  • green value is 22;
  • blue value is 97.
RGB:
(66,22,97)
(26%,9%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 22 of 255 = 9%
B 97 of 255 = 38%

66
22
97

R + G + B ~ 24%. #421661 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 22 + 97 = 185 (100%)
R 66 of 185 ~ 35.68%
G 22 of 185 ~ 11.89%
B 97 of 185 ~ 52.43%

%35.68
%11.89
%52.43

CMYK color model

#421661 color CMYK value is (32,77,0,62).

  • cyan value is 31.96%
  • magenta value is 77.32%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,77,0,62)
C32M77Y0K62 
(32%,77%,0%,62%)
(0.32/0.77/0.00/0.62)	

CMYK percentages

%31.96
%77.32
%0
%61.96

Codes

Color #421661 in popluar color models

421661
RGB662297
HSL275°63.03%23.33%
HSB/HSV275°77.32%38.04%
CMYK31.96%77.32%0.00%
61.96%

Color #421661 in popluar number systems.

HEX421661
Decimal662297
Binary1000010101101100001
Octal10226141

Shades and tints

Shades of #421661

#421661
(66,22,97)
#3C1459
(60,20,89)
#361251
(54,18,81)
#301049
(48,16,73)
#2A0E41
(42,14,65)
#240C39
(36,12,57)
#1E0A31
(30,10,49)
#180829
(24,8,41)
#120621
(18,6,33)
#0C0419
(12,4,25)
#060211
(6,2,17)
#000000
(0,0,0)

Tints of #421661

#421661
(66,22,97)
#532B6F
(83,43,111)
#64407D
(100,64,125)
#75558B
(117,85,139)
#866A99
(134,106,153)
#977FA7
(151,127,167)
#A894B5
(168,148,181)
#B9A9C3
(185,169,195)
#CABED1
(202,190,209)
#DBD3DF
(219,211,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421661 color. Also use rgb(66,22,97) instead hex code.

Text Font Color

.myTextColor { color: #421661; }

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

This text font color is #421661.


Background Color

.myBgColor { background-color: #421661; }

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

This div background color is #421661.


Border color

.myBorderColor { border: 1px solid #421661; }

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

This div border color is #421661.


Opacity

.myOpacity80 { color: #421661; opacity: 0.8; }

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

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

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

This text has shadow with #421661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421661 on black background.


Color preview on white background

This text has color #421661 on white background.



Black color preview on #421661 background

This text has black color on #421661 background.


White color preview on #421661 background

This text has white color on #421661 background.