COLOR #421C65

HEX: #421C65
RGB: (66,28,101)

Color info

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

RGB color model

#421C65 color RGB value is (66,28,101).

  • red value is 66;
  • green value is 28;
  • blue value is 101.
RGB:
(66,28,101)
(26%,11%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 28 of 255 = 11%
B 101 of 255 = 40%

66
28
101

R + G + B ~ 26%. #421C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 28 + 101 = 195 (100%)
R 66 of 195 ~ 33.85%
G 28 of 195 ~ 14.36%
B 101 of 195 ~ 51.79%

%33.85
%14.36
%51.79

CMYK color model

#421C65 color CMYK value is (35,72,0,60).

  • cyan value is 34.65%
  • magenta value is 72.28%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(35,72,0,60)
C35M72Y0K60 
(35%,72%,0%,60%)
(0.35/0.72/0.00/0.60)	

CMYK percentages

%34.65
%72.28
%0
%60.39

Codes

Color #421C65 in popluar color models

421C65
RGB6628101
HSL271°56.59%25.29%
HSB/HSV271°72.28%39.61%
CMYK34.65%72.28%0.00%
60.39%

Color #421C65 in popluar number systems.

HEX421C65
Decimal6628101
Binary1000010111001100101
Octal10234145

Shades and tints

Shades of #421C65

#421C65
(66,28,101)
#3C1A5C
(60,26,92)
#361853
(54,24,83)
#30164A
(48,22,74)
#2A1441
(42,20,65)
#241238
(36,18,56)
#1E102F
(30,16,47)
#180E26
(24,14,38)
#120C1D
(18,12,29)
#0C0A14
(12,10,20)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #421C65

#421C65
(66,28,101)
#533073
(83,48,115)
#644481
(100,68,129)
#75588F
(117,88,143)
#866C9D
(134,108,157)
#9780AB
(151,128,171)
#A894B9
(168,148,185)
#B9A8C7
(185,168,199)
#CABCD5
(202,188,213)
#DBD0E3
(219,208,227)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421C65 color. Also use rgb(66,28,101) instead hex code.

Text Font Color

.myTextColor { color: #421C65; }

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

This text font color is #421C65.


Background Color

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

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

This div background color is #421C65.


Border color

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

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

This div border color is #421C65.


Opacity

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

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

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

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

This text has shadow with #421C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421C65 on black background.


Color preview on white background

This text has color #421C65 on white background.



Black color preview on #421C65 background

This text has black color on #421C65 background.


White color preview on #421C65 background

This text has white color on #421C65 background.