COLOR #441E6A

HEX: #441E6A
RGB: (68,30,106)

Color info

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

RGB color model

#441E6A color RGB value is (68,30,106).

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

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 106 of 255 = 42%

68
30
106

R + G + B ~ 27%. #441E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 30 + 106 = 204 (100%)
R 68 of 204 ~ 33.33%
G 30 of 204 ~ 14.71%
B 106 of 204 ~ 51.96%

%33.33
%14.71
%51.96

CMYK color model

#441E6A color CMYK value is (36,72,0,58).

  • cyan value is 35.85%
  • magenta value is 71.70%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(36,72,0,58)
C36M72Y0K58 
(36%,72%,0%,58%)
(0.36/0.72/0.00/0.58)	

CMYK percentages

%35.85
%71.7
%0
%58.43

Codes

Color #441E6A in popluar color models

441E6A
RGB6830106
HSL270°55.88%26.67%
HSB/HSV270°71.70%41.57%
CMYK35.85%71.70%0.00%
58.43%

Color #441E6A in popluar number systems.

HEX441E6A
Decimal6830106
Binary1000100111101101010
Octal10436152

Shades and tints

Shades of #441E6A

#441E6A
(68,30,106)
#3E1C61
(62,28,97)
#381A58
(56,26,88)
#32184F
(50,24,79)
#2C1646
(44,22,70)
#26143D
(38,20,61)
#201234
(32,18,52)
#1A102B
(26,16,43)
#140E22
(20,14,34)
#0E0C19
(14,12,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #441E6A

#441E6A
(68,30,106)
#553277
(85,50,119)
#664684
(102,70,132)
#775A91
(119,90,145)
#886E9E
(136,110,158)
#9982AB
(153,130,171)
#AA96B8
(170,150,184)
#BBAAC5
(187,170,197)
#CCBED2
(204,190,210)
#DDD2DF
(221,210,223)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E6A; }

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

This text font color is #441E6A.


Background Color

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

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

This div background color is #441E6A.


Border color

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

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

This div border color is #441E6A.


Opacity

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

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

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

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

This text has shadow with #441E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441E6A on black background.


Color preview on white background

This text has color #441E6A on white background.



Black color preview on #441E6A background

This text has black color on #441E6A background.


White color preview on #441E6A background

This text has white color on #441E6A background.