COLOR #422587

HEX: #422587
RGB: (66,37,135)

Color info

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

RGB color model

#422587 color RGB value is (66,37,135).

  • red value is 66;
  • green value is 37;
  • blue value is 135.
RGB:
(66,37,135)
(26%,15%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 37 of 255 = 15%
B 135 of 255 = 53%

66
37
135

R + G + B ~ 31%. #422587 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 37 + 135 = 238 (100%)
R 66 of 238 ~ 27.73%
G 37 of 238 ~ 15.55%
B 135 of 238 ~ 56.72%

%27.73
%15.55
%56.72

CMYK color model

#422587 color CMYK value is (51,73,0,47).

  • cyan value is 51.11%
  • magenta value is 72.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(51,73,0,47)
C51M73Y0K47 
(51%,73%,0%,47%)
(0.51/0.73/0.00/0.47)	

CMYK percentages

%51.11
%72.59
%0
%47.06

Codes

Color #422587 in popluar color models

422587
RGB6637135
HSL258°56.98%33.73%
HSB/HSV258°72.59%52.94%
CMYK51.11%72.59%0.00%
47.06%

Color #422587 in popluar number systems.

HEX422587
Decimal6637135
Binary100001010010110000111
Octal10245207

Shades and tints

Shades of #422587

#422587
(66,37,135)
#3C227B
(60,34,123)
#361F6F
(54,31,111)
#301C63
(48,28,99)
#2A1957
(42,25,87)
#24164B
(36,22,75)
#1E133F
(30,19,63)
#181033
(24,16,51)
#120D27
(18,13,39)
#0C0A1B
(12,10,27)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #422587

#422587
(66,37,135)
#533891
(83,56,145)
#644B9B
(100,75,155)
#755EA5
(117,94,165)
#8671AF
(134,113,175)
#9784B9
(151,132,185)
#A897C3
(168,151,195)
#B9AACD
(185,170,205)
#CABDD7
(202,189,215)
#DBD0E1
(219,208,225)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #422587 color. Also use rgb(66,37,135) instead hex code.

Text Font Color

.myTextColor { color: #422587; }

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

This text font color is #422587.


Background Color

.myBgColor { background-color: #422587; }

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

This div background color is #422587.


Border color

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

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

This div border color is #422587.


Opacity

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

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

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

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

This text has shadow with #422587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422587 on black background.


Color preview on white background

This text has color #422587 on white background.



Black color preview on #422587 background

This text has black color on #422587 background.


White color preview on #422587 background

This text has white color on #422587 background.