COLOR #422151

HEX: #422151
RGB: (66,33,81)

Color info

#422151 contains red, green and blue colors in about the same proportion. Web safe color of #422151 is #333366 (or #336).

RGB color model

#422151 color RGB value is (66,33,81).

  • red value is 66;
  • green value is 33;
  • blue value is 81.
RGB:
(66,33,81)
(26%,13%,32%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 81 of 255 = 32%

66
33
81

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

Portions of RGB colors in percentages

R + G + B =
66 + 33 + 81 = 180 (100%)
R 66 of 180 ~ 36.67%
G 33 of 180 ~ 18.33%
B 81 of 180 ~ 45%

%36.67
%18.33
%45

CMYK color model

#422151 color CMYK value is (19,59,0,68).

  • cyan value is 18.52%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(19,59,0,68)
C19M59Y0K68 
(19%,59%,0%,68%)
(0.19/0.59/0.00/0.68)	

CMYK percentages

%18.52
%59.26
%0
%68.24

Codes

Color #422151 in popluar color models

422151
RGB663381
HSL281°42.11%22.35%
HSB/HSV281°59.26%31.76%
CMYK18.52%59.26%0.00%
68.24%

Color #422151 in popluar number systems.

HEX422151
Decimal663381
Binary10000101000011010001
Octal10241121

Shades and tints

Shades of #422151

#422151
(66,33,81)
#3C1E4A
(60,30,74)
#361B43
(54,27,67)
#30183C
(48,24,60)
#2A1535
(42,21,53)
#24122E
(36,18,46)
#1E0F27
(30,15,39)
#180C20
(24,12,32)
#120919
(18,9,25)
#0C0612
(12,6,18)
#06030B
(6,3,11)
#000000
(0,0,0)

Tints of #422151

#422151
(66,33,81)
#533560
(83,53,96)
#64496F
(100,73,111)
#755D7E
(117,93,126)
#86718D
(134,113,141)
#97859C
(151,133,156)
#A899AB
(168,153,171)
#B9ADBA
(185,173,186)
#CAC1C9
(202,193,201)
#DBD5D8
(219,213,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422151 color. Also use rgb(66,33,81) instead hex code.

Text Font Color

.myTextColor { color: #422151; }

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

This text font color is #422151.


Background Color

.myBgColor { background-color: #422151; }

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

This div background color is #422151.


Border color

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

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

This div border color is #422151.


Opacity

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

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

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

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

This text has shadow with #422151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422151 on black background.


Color preview on white background

This text has color #422151 on white background.



Black color preview on #422151 background

This text has black color on #422151 background.


White color preview on #422151 background

This text has white color on #422151 background.