COLOR #442B89

HEX: #442B89
RGB: (68,43,137)

Color info

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

RGB color model

#442B89 color RGB value is (68,43,137).

  • red value is 68;
  • green value is 43;
  • blue value is 137.
RGB:
(68,43,137)
(27%,17%,54%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 137 of 255 = 54%

68
43
137

R + G + B ~ 33%. #442B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 43 + 137 = 248 (100%)
R 68 of 248 ~ 27.42%
G 43 of 248 ~ 17.34%
B 137 of 248 ~ 55.24%

%27.42
%17.34
%55.24

CMYK color model

#442B89 color CMYK value is (50,69,0,46).

  • cyan value is 50.36%
  • magenta value is 68.61%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,69,0,46)
C50M69Y0K46 
(50%,69%,0%,46%)
(0.50/0.69/0.00/0.46)	

CMYK percentages

%50.36
%68.61
%0
%46.27

Codes

Color #442B89 in popluar color models

442B89
RGB6843137
HSL256°52.22%35.29%
HSB/HSV256°68.61%53.73%
CMYK50.36%68.61%0.00%
46.27%

Color #442B89 in popluar number systems.

HEX442B89
Decimal6843137
Binary100010010101110001001
Octal10453211

Shades and tints

Shades of #442B89

#442B89
(68,43,137)
#3E287D
(62,40,125)
#382571
(56,37,113)
#322265
(50,34,101)
#2C1F59
(44,31,89)
#261C4D
(38,28,77)
#201941
(32,25,65)
#1A1635
(26,22,53)
#141329
(20,19,41)
#0E101D
(14,16,29)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #442B89

#442B89
(68,43,137)
#553E93
(85,62,147)
#66519D
(102,81,157)
#7764A7
(119,100,167)
#8877B1
(136,119,177)
#998ABB
(153,138,187)
#AA9DC5
(170,157,197)
#BBB0CF
(187,176,207)
#CCC3D9
(204,195,217)
#DDD6E3
(221,214,227)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B89 color. Also use rgb(68,43,137) instead hex code.

Text Font Color

.myTextColor { color: #442B89; }

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

This text font color is #442B89.


Background Color

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

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

This div background color is #442B89.


Border color

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

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

This div border color is #442B89.


Opacity

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

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

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

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

This text has shadow with #442B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442B89 on black background.


Color preview on white background

This text has color #442B89 on white background.



Black color preview on #442B89 background

This text has black color on #442B89 background.


White color preview on #442B89 background

This text has white color on #442B89 background.