COLOR #441E9A

HEX: #441E9A
RGB: (68,30,154)

Color info

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

RGB color model

#441E9A color RGB value is (68,30,154).

  • red value is 68;
  • green value is 30;
  • blue value is 154.
RGB:
(68,30,154)
(27%,12%,60%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 154 of 255 = 60%

68
30
154

R + G + B ~ 33%. #441E9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 30 + 154 = 252 (100%)
R 68 of 252 ~ 26.98%
G 30 of 252 ~ 11.9%
B 154 of 252 ~ 61.11%

%26.98
%11.9
%61.11

CMYK color model

#441E9A color CMYK value is (56,81,0,40).

  • cyan value is 55.84%
  • magenta value is 80.52%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(56,81,0,40)
C56M81Y0K40 
(56%,81%,0%,40%)
(0.56/0.81/0.00/0.40)	

CMYK percentages

%55.84
%80.52
%0
%39.61

Codes

Color #441E9A in popluar color models

441E9A
RGB6830154
HSL258°67.39%36.08%
HSB/HSV258°80.52%60.39%
CMYK55.84%80.52%0.00%
39.61%

Color #441E9A in popluar number systems.

HEX441E9A
Decimal6830154
Binary10001001111010011010
Octal10436232

Shades and tints

Shades of #441E9A

#441E9A
(68,30,154)
#3E1C8C
(62,28,140)
#381A7E
(56,26,126)
#321870
(50,24,112)
#2C1662
(44,22,98)
#261454
(38,20,84)
#201246
(32,18,70)
#1A1038
(26,16,56)
#140E2A
(20,14,42)
#0E0C1C
(14,12,28)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #441E9A

#441E9A
(68,30,154)
#5532A3
(85,50,163)
#6646AC
(102,70,172)
#775AB5
(119,90,181)
#886EBE
(136,110,190)
#9982C7
(153,130,199)
#AA96D0
(170,150,208)
#BBAAD9
(187,170,217)
#CCBEE2
(204,190,226)
#DDD2EB
(221,210,235)
#EEE6F4
(238,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441E9A color. Also use rgb(68,30,154) instead hex code.

Text Font Color

.myTextColor { color: #441E9A; }

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

This text font color is #441E9A.


Background Color

.myBgColor { background-color: #441E9A; }

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

This div background color is #441E9A.


Border color

.myBorderColor { border: 1px solid #441E9A; }

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

This div border color is #441E9A.


Opacity

.myOpacity80 { color: #441E9A; opacity: 0.8; }

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

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

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

This text has shadow with #441E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441E9A on black background.


Color preview on white background

This text has color #441E9A on white background.



Black color preview on #441E9A background

This text has black color on #441E9A background.


White color preview on #441E9A background

This text has white color on #441E9A background.