COLOR #422979

HEX: #422979
RGB: (66,41,121)

Color info

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

RGB color model

#422979 color RGB value is (66,41,121).

  • red value is 66;
  • green value is 41;
  • blue value is 121.
RGB:
(66,41,121)
(26%,16%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 41 of 255 = 16%
B 121 of 255 = 47%

66
41
121

R + G + B ~ 30%. #422979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 41 + 121 = 228 (100%)
R 66 of 228 ~ 28.95%
G 41 of 228 ~ 17.98%
B 121 of 228 ~ 53.07%

%28.95
%17.98
%53.07

CMYK color model

#422979 color CMYK value is (45,66,0,53).

  • cyan value is 45.45%
  • magenta value is 66.12%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,66,0,53)
C45M66Y0K53 
(45%,66%,0%,53%)
(0.45/0.66/0.00/0.53)	

CMYK percentages

%45.45
%66.12
%0
%52.55

Codes

Color #422979 in popluar color models

422979
RGB6641121
HSL259°49.38%31.76%
HSB/HSV259°66.12%47.45%
CMYK45.45%66.12%0.00%
52.55%

Color #422979 in popluar number systems.

HEX422979
Decimal6641121
Binary10000101010011111001
Octal10251171

Shades and tints

Shades of #422979

#422979
(66,41,121)
#3C266E
(60,38,110)
#362363
(54,35,99)
#302058
(48,32,88)
#2A1D4D
(42,29,77)
#241A42
(36,26,66)
#1E1737
(30,23,55)
#18142C
(24,20,44)
#121121
(18,17,33)
#0C0E16
(12,14,22)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #422979

#422979
(66,41,121)
#533C85
(83,60,133)
#644F91
(100,79,145)
#75629D
(117,98,157)
#8675A9
(134,117,169)
#9788B5
(151,136,181)
#A89BC1
(168,155,193)
#B9AECD
(185,174,205)
#CAC1D9
(202,193,217)
#DBD4E5
(219,212,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422979 color. Also use rgb(66,41,121) instead hex code.

Text Font Color

.myTextColor { color: #422979; }

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

This text font color is #422979.


Background Color

.myBgColor { background-color: #422979; }

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

This div background color is #422979.


Border color

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

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

This div border color is #422979.


Opacity

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

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

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

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

This text has shadow with #422979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422979 on black background.


Color preview on white background

This text has color #422979 on white background.



Black color preview on #422979 background

This text has black color on #422979 background.


White color preview on #422979 background

This text has white color on #422979 background.