COLOR #44149D

HEX: #44149D
RGB: (68,20,157)

Color info

#44149D contains mainly blue color. Web safe color of #44149D is #330099 (or #309).

RGB color model

#44149D color RGB value is (68,20,157).

  • red value is 68;
  • green value is 20;
  • blue value is 157.
RGB:
(68,20,157)
(27%,8%,62%)

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 157 of 255 = 62%

68
20
157

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

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 157 = 245 (100%)
R 68 of 245 ~ 27.76%
G 20 of 245 ~ 8.16%
B 157 of 245 ~ 64.08%

%27.76
%64.08

CMYK color model

#44149D color CMYK value is (57,87,0,38).

  • cyan value is 56.69%
  • magenta value is 87.26%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(57,87,0,38)
C57M87Y0K38 
(57%,87%,0%,38%)
(0.57/0.87/0.00/0.38)	

CMYK percentages

%56.69
%87.26
%0
%38.43

Codes

Color #44149D in popluar color models

44149D
RGB6820157
HSL261°77.40%34.71%
HSB/HSV261°87.26%61.57%
CMYK56.69%87.26%0.00%
38.43%

Color #44149D in popluar number systems.

HEX44149D
Decimal6820157
Binary10001001010010011101
Octal10424235

Shades and tints

Shades of #44149D

#44149D
(68,20,157)
#3E138F
(62,19,143)
#381281
(56,18,129)
#321173
(50,17,115)
#2C1065
(44,16,101)
#260F57
(38,15,87)
#200E49
(32,14,73)
#1A0D3B
(26,13,59)
#140C2D
(20,12,45)
#0E0B1F
(14,11,31)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #44149D

#44149D
(68,20,157)
#5529A5
(85,41,165)
#663EAD
(102,62,173)
#7753B5
(119,83,181)
#8868BD
(136,104,189)
#997DC5
(153,125,197)
#AA92CD
(170,146,205)
#BBA7D5
(187,167,213)
#CCBCDD
(204,188,221)
#DDD1E5
(221,209,229)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44149D color. Also use rgb(68,20,157) instead hex code.

Text Font Color

.myTextColor { color: #44149D; }

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

This text font color is #44149D.


Background Color

.myBgColor { background-color: #44149D; }

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

This div background color is #44149D.


Border color

.myBorderColor { border: 1px solid #44149D; }

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

This div border color is #44149D.


Opacity

.myOpacity80 { color: #44149D; opacity: 0.8; }

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

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

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

This text has shadow with #44149D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44149D on black background.


Color preview on white background

This text has color #44149D on white background.



Black color preview on #44149D background

This text has black color on #44149D background.


White color preview on #44149D background

This text has white color on #44149D background.