COLOR #422472

HEX: #422472
RGB: (66,36,114)

Color info

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

RGB color model

#422472 color RGB value is (66,36,114).

  • red value is 66;
  • green value is 36;
  • blue value is 114.
RGB:
(66,36,114)
(26%,14%,45%)

RGB channels and saturation

R 66 of 255 = 26%
G 36 of 255 = 14%
B 114 of 255 = 45%

66
36
114

R + G + B ~ 28%. #422472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 36 + 114 = 216 (100%)
R 66 of 216 ~ 30.56%
G 36 of 216 ~ 16.67%
B 114 of 216 ~ 52.78%

%30.56
%16.67
%52.78

CMYK color model

#422472 color CMYK value is (42,68,0,55).

  • cyan value is 42.11%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(42,68,0,55)
C42M68Y0K55 
(42%,68%,0%,55%)
(0.42/0.68/0.00/0.55)	

CMYK percentages

%42.11
%68.42
%0
%55.29

Codes

Color #422472 in popluar color models

422472
RGB6636114
HSL263°52.00%29.41%
HSB/HSV263°68.42%44.71%
CMYK42.11%68.42%0.00%
55.29%

Color #422472 in popluar number systems.

HEX422472
Decimal6636114
Binary10000101001001110010
Octal10244162

Shades and tints

Shades of #422472

#422472
(66,36,114)
#3C2168
(60,33,104)
#361E5E
(54,30,94)
#301B54
(48,27,84)
#2A184A
(42,24,74)
#241540
(36,21,64)
#1E1236
(30,18,54)
#180F2C
(24,15,44)
#120C22
(18,12,34)
#0C0918
(12,9,24)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #422472

#422472
(66,36,114)
#53377E
(83,55,126)
#644A8A
(100,74,138)
#755D96
(117,93,150)
#8670A2
(134,112,162)
#9783AE
(151,131,174)
#A896BA
(168,150,186)
#B9A9C6
(185,169,198)
#CABCD2
(202,188,210)
#DBCFDE
(219,207,222)
#ECE2EA
(236,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422472 color. Also use rgb(66,36,114) instead hex code.

Text Font Color

.myTextColor { color: #422472; }

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

This text font color is #422472.


Background Color

.myBgColor { background-color: #422472; }

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

This div background color is #422472.


Border color

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

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

This div border color is #422472.


Opacity

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

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

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

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

This text has shadow with #422472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422472 on black background.


Color preview on white background

This text has color #422472 on white background.



Black color preview on #422472 background

This text has black color on #422472 background.


White color preview on #422472 background

This text has white color on #422472 background.