COLOR #421467

HEX: #421467
RGB: (66,20,103)

Color info

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

RGB color model

#421467 color RGB value is (66,20,103).

  • red value is 66;
  • green value is 20;
  • blue value is 103.
RGB:
(66,20,103)
(26%,8%,40%)

RGB channels and saturation

R 66 of 255 = 26%
G 20 of 255 = 8%
B 103 of 255 = 40%

66
20
103

R + G + B ~ 25%. #421467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 20 + 103 = 189 (100%)
R 66 of 189 ~ 34.92%
G 20 of 189 ~ 10.58%
B 103 of 189 ~ 54.5%

%34.92
%10.58
%54.5

CMYK color model

#421467 color CMYK value is (36,81,0,60).

  • cyan value is 35.92%
  • magenta value is 80.58%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(36,81,0,60)
C36M81Y0K60 
(36%,81%,0%,60%)
(0.36/0.81/0.00/0.60)	

CMYK percentages

%35.92
%80.58
%0
%59.61

Codes

Color #421467 in popluar color models

421467
RGB6620103
HSL273°67.48%24.12%
HSB/HSV273°80.58%40.39%
CMYK35.92%80.58%0.00%
59.61%

Color #421467 in popluar number systems.

HEX421467
Decimal6620103
Binary1000010101001100111
Octal10224147

Shades and tints

Shades of #421467

#421467
(66,20,103)
#3C135E
(60,19,94)
#361255
(54,18,85)
#30114C
(48,17,76)
#2A1043
(42,16,67)
#240F3A
(36,15,58)
#1E0E31
(30,14,49)
#180D28
(24,13,40)
#120C1F
(18,12,31)
#0C0B16
(12,11,22)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #421467

#421467
(66,20,103)
#532974
(83,41,116)
#643E81
(100,62,129)
#75538E
(117,83,142)
#86689B
(134,104,155)
#977DA8
(151,125,168)
#A892B5
(168,146,181)
#B9A7C2
(185,167,194)
#CABCCF
(202,188,207)
#DBD1DC
(219,209,220)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421467 color. Also use rgb(66,20,103) instead hex code.

Text Font Color

.myTextColor { color: #421467; }

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

This text font color is #421467.


Background Color

.myBgColor { background-color: #421467; }

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

This div background color is #421467.


Border color

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

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

This div border color is #421467.


Opacity

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

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

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

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

This text has shadow with #421467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421467 on black background.


Color preview on white background

This text has color #421467 on white background.



Black color preview on #421467 background

This text has black color on #421467 background.


White color preview on #421467 background

This text has white color on #421467 background.