COLOR #44028B

HEX: #44028B
RGB: (68,2,139)

Color info

#44028B contains mainly blue color. Web safe color of #44028B is #330099 (or #309).

RGB color model

#44028B color RGB value is (68,2,139).

  • red value is 68;
  • green value is 2;
  • blue value is 139.
RGB:
(68,2,139)
(27%,1%,55%)

RGB channels and saturation

R 68 of 255 = 27%
G 2 of 255 = 1%
B 139 of 255 = 55%

68
2
139

R + G + B ~ 28%. #44028B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 2 + 139 = 209 (100%)
R 68 of 209 ~ 32.54%
G 2 of 209 ~ 0.96%
B 139 of 209 ~ 66.51%

%32.54
%66.51

CMYK color model

#44028B color CMYK value is (51,99,0,45).

  • cyan value is 51.08%
  • magenta value is 98.56%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(51,99,0,45)
C51M99Y0K45 
(51%,99%,0%,45%)
(0.51/0.99/0.00/0.45)	

CMYK percentages

%51.08
%98.56
%0
%45.49

Codes

Color #44028B in popluar color models

44028B
RGB682139
HSL269°97.16%27.65%
HSB/HSV269°98.56%54.51%
CMYK51.08%98.56%0.00%
45.49%

Color #44028B in popluar number systems.

HEX44028B
Decimal682139
Binary10001001010001011
Octal1042213

Shades and tints

Shades of #44028B

#44028B
(68,2,139)
#3E027F
(62,2,127)
#380273
(56,2,115)
#320267
(50,2,103)
#2C025B
(44,2,91)
#26024F
(38,2,79)
#200243
(32,2,67)
#1A0237
(26,2,55)
#14022B
(20,2,43)
#0E021F
(14,2,31)
#080213
(8,2,19)
#000000
(0,0,0)

Tints of #44028B

#44028B
(68,2,139)
#551995
(85,25,149)
#66309F
(102,48,159)
#7747A9
(119,71,169)
#885EB3
(136,94,179)
#9975BD
(153,117,189)
#AA8CC7
(170,140,199)
#BBA3D1
(187,163,209)
#CCBADB
(204,186,219)
#DDD1E5
(221,209,229)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44028B color. Also use rgb(68,2,139) instead hex code.

Text Font Color

.myTextColor { color: #44028B; }

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

This text font color is #44028B.


Background Color

.myBgColor { background-color: #44028B; }

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

This div background color is #44028B.


Border color

.myBorderColor { border: 1px solid #44028B; }

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

This div border color is #44028B.


Opacity

.myOpacity80 { color: #44028B; opacity: 0.8; }

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

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

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

This text has shadow with #44028B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44028B on black background.


Color preview on white background

This text has color #44028B on white background.



Black color preview on #44028B background

This text has black color on #44028B background.


White color preview on #44028B background

This text has white color on #44028B background.