COLOR #422391

HEX: #422391
RGB: (66,35,145)

Color info

#422391 contains mainly blue color. Web safe color of #422391 is #333399 (or #339).

RGB color model

#422391 color RGB value is (66,35,145).

  • red value is 66;
  • green value is 35;
  • blue value is 145.
RGB:
(66,35,145)
(26%,14%,57%)

RGB channels and saturation

R 66 of 255 = 26%
G 35 of 255 = 14%
B 145 of 255 = 57%

66
35
145

R + G + B ~ 32%. #422391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 35 + 145 = 246 (100%)
R 66 of 246 ~ 26.83%
G 35 of 246 ~ 14.23%
B 145 of 246 ~ 58.94%

%26.83
%14.23
%58.94

CMYK color model

#422391 color CMYK value is (54,76,0,43).

  • cyan value is 54.48%
  • magenta value is 75.86%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(54,76,0,43)
C54M76Y0K43 
(54%,76%,0%,43%)
(0.54/0.76/0.00/0.43)	

CMYK percentages

%54.48
%75.86
%0
%43.14

Codes

Color #422391 in popluar color models

422391
RGB6635145
HSL257°61.11%35.29%
HSB/HSV257°75.86%56.86%
CMYK54.48%75.86%0.00%
43.14%

Color #422391 in popluar number systems.

HEX422391
Decimal6635145
Binary100001010001110010001
Octal10243221

Shades and tints

Shades of #422391

#422391
(66,35,145)
#3C2084
(60,32,132)
#361D77
(54,29,119)
#301A6A
(48,26,106)
#2A175D
(42,23,93)
#241450
(36,20,80)
#1E1143
(30,17,67)
#180E36
(24,14,54)
#120B29
(18,11,41)
#0C081C
(12,8,28)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #422391

#422391
(66,35,145)
#53379B
(83,55,155)
#644BA5
(100,75,165)
#755FAF
(117,95,175)
#8673B9
(134,115,185)
#9787C3
(151,135,195)
#A89BCD
(168,155,205)
#B9AFD7
(185,175,215)
#CAC3E1
(202,195,225)
#DBD7EB
(219,215,235)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422391 color. Also use rgb(66,35,145) instead hex code.

Text Font Color

.myTextColor { color: #422391; }

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

This text font color is #422391.


Background Color

.myBgColor { background-color: #422391; }

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

This div background color is #422391.


Border color

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

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

This div border color is #422391.


Opacity

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

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

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

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

This text has shadow with #422391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422391 on black background.


Color preview on white background

This text has color #422391 on white background.



Black color preview on #422391 background

This text has black color on #422391 background.


White color preview on #422391 background

This text has white color on #422391 background.