COLOR #441F70

HEX: #441F70
RGB: (68,31,112)

Color info

#441F70 contains mainly red and blue colors. Web safe color of #441F70 is #333366 (or #336).

RGB color model

#441F70 color RGB value is (68,31,112).

  • red value is 68;
  • green value is 31;
  • blue value is 112.
RGB:
(68,31,112)
(27%,12%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 31 of 255 = 12%
B 112 of 255 = 44%

68
31
112

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

Portions of RGB colors in percentages

R + G + B =
68 + 31 + 112 = 211 (100%)
R 68 of 211 ~ 32.23%
G 31 of 211 ~ 14.69%
B 112 of 211 ~ 53.08%

%32.23
%14.69
%53.08

CMYK color model

#441F70 color CMYK value is (39,72,0,56).

  • cyan value is 39.29%
  • magenta value is 72.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(39,72,0,56)
C39M72Y0K56 
(39%,72%,0%,56%)
(0.39/0.72/0.00/0.56)	

CMYK percentages

%39.29
%72.32
%0
%56.08

Codes

Color #441F70 in popluar color models

441F70
RGB6831112
HSL267°56.64%28.04%
HSB/HSV267°72.32%43.92%
CMYK39.29%72.32%0.00%
56.08%

Color #441F70 in popluar number systems.

HEX441F70
Decimal6831112
Binary1000100111111110000
Octal10437160

Shades and tints

Shades of #441F70

#441F70
(68,31,112)
#3E1D66
(62,29,102)
#381B5C
(56,27,92)
#321952
(50,25,82)
#2C1748
(44,23,72)
#26153E
(38,21,62)
#201334
(32,19,52)
#1A112A
(26,17,42)
#140F20
(20,15,32)
#0E0D16
(14,13,22)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #441F70

#441F70
(68,31,112)
#55337D
(85,51,125)
#66478A
(102,71,138)
#775B97
(119,91,151)
#886FA4
(136,111,164)
#9983B1
(153,131,177)
#AA97BE
(170,151,190)
#BBABCB
(187,171,203)
#CCBFD8
(204,191,216)
#DDD3E5
(221,211,229)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441F70 color. Also use rgb(68,31,112) instead hex code.

Text Font Color

.myTextColor { color: #441F70; }

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

This text font color is #441F70.


Background Color

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

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

This div background color is #441F70.


Border color

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

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

This div border color is #441F70.


Opacity

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

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

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

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

This text has shadow with #441F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441F70 on black background.


Color preview on white background

This text has color #441F70 on white background.



Black color preview on #441F70 background

This text has black color on #441F70 background.


White color preview on #441F70 background

This text has white color on #441F70 background.