COLOR #442A87

HEX: #442A87
RGB: (68,42,135)

Color info

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

RGB color model

#442A87 color RGB value is (68,42,135).

  • red value is 68;
  • green value is 42;
  • blue value is 135.
RGB:
(68,42,135)
(27%,16%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 42 of 255 = 16%
B 135 of 255 = 53%

68
42
135

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

Portions of RGB colors in percentages

R + G + B =
68 + 42 + 135 = 245 (100%)
R 68 of 245 ~ 27.76%
G 42 of 245 ~ 17.14%
B 135 of 245 ~ 55.1%

%27.76
%17.14
%55.1

CMYK color model

#442A87 color CMYK value is (50,69,0,47).

  • cyan value is 49.63%
  • magenta value is 68.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(50,69,0,47)
C50M69Y0K47 
(50%,69%,0%,47%)
(0.50/0.69/0.00/0.47)	

CMYK percentages

%49.63
%68.89
%0
%47.06

Codes

Color #442A87 in popluar color models

442A87
RGB6842135
HSL257°52.54%34.71%
HSB/HSV257°68.89%52.94%
CMYK49.63%68.89%0.00%
47.06%

Color #442A87 in popluar number systems.

HEX442A87
Decimal6842135
Binary100010010101010000111
Octal10452207

Shades and tints

Shades of #442A87

#442A87
(68,42,135)
#3E277B
(62,39,123)
#38246F
(56,36,111)
#322163
(50,33,99)
#2C1E57
(44,30,87)
#261B4B
(38,27,75)
#20183F
(32,24,63)
#1A1533
(26,21,51)
#141227
(20,18,39)
#0E0F1B
(14,15,27)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #442A87

#442A87
(68,42,135)
#553D91
(85,61,145)
#66509B
(102,80,155)
#7763A5
(119,99,165)
#8876AF
(136,118,175)
#9989B9
(153,137,185)
#AA9CC3
(170,156,195)
#BBAFCD
(187,175,205)
#CCC2D7
(204,194,215)
#DDD5E1
(221,213,225)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442A87 color. Also use rgb(68,42,135) instead hex code.

Text Font Color

.myTextColor { color: #442A87; }

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

This text font color is #442A87.


Background Color

.myBgColor { background-color: #442A87; }

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

This div background color is #442A87.


Border color

.myBorderColor { border: 1px solid #442A87; }

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

This div border color is #442A87.


Opacity

.myOpacity80 { color: #442A87; opacity: 0.8; }

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

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

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

This text has shadow with #442A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442A87 on black background.


Color preview on white background

This text has color #442A87 on white background.



Black color preview on #442A87 background

This text has black color on #442A87 background.


White color preview on #442A87 background

This text has white color on #442A87 background.