COLOR #441E5F

HEX: #441E5F RGB: (68,30,95)

Color info

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

RGB color model

#441E5F color RGB value is (68,30,95).

RGB: (68,30,95) (27%, 12%, 37%)

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 95 of 255 = 37%

68
30
95

R + G + B ~ 25%. #441E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 30 + 95 = 193 (100%)
R 68 of 193 ~ 35.23%
G 30 of 193 ~ 15.54%
B 95 of 193 ~ 49.22'%

%35.23
%15.54
%49.22

CMYK color model

#441E5F color CMYK value is (28,68,0,63).

  • cyan value is 28.42%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (28,68,0,63)
C28M68Y0K63 (28%, 68%, 0%, 63%)
(0.28 / 0.68 / 0.00 / 0.63)

CMYK percentages

%28.42
%68.42
%0
%62.75

Codes

Color #441E5F in popluar color models

44 1E 5F
RGB 68 30 95
HSL 275° 52.00% 24.51%
HSB/HSV 275° 68.42% 37.25%
CMYK 28.42% 68.42% 0.00%
62.75%

Color #441E5F in popluar number systems.

HEX 44 1E 5F
Decimal 68 30 95
Binary 1000100 11110 1011111
Octal 104 36 137

Shades and tints

Shades of #441E5F

#441E5F
(68,30,95)
#3E1C57
(62,28,87)
#381A4F
(56,26,79)
#321847
(50,24,71)
#2C163F
(44,22,63)
#261437
(38,20,55)
#20122F
(32,18,47)
#1A1027
(26,16,39)
#140E1F
(20,14,31)
#0E0C17
(14,12,23)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #441E5F

#441E5F
(68,30,95)
#55326D
(85,50,109)
#66467B
(102,70,123)
#775A89
(119,90,137)
#886E97
(136,110,151)
#9982A5
(153,130,165)
#AA96B3
(170,150,179)
#BBAAC1
(187,170,193)
#CCBECF
(204,190,207)
#DDD2DD
(221,210,221)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E5F; }

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

This text font color is #441E5F.

Background Color

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

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

This div background color is #441E5F.

Border color

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

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

This div border color is #441E5F.

Opacity

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

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

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

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

This text has shadow with #441E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #441E5F.

Preview

Color preview on black background

This text has color #441E5F on black background.


Color preview on white background

This text has color #441E5F on white background.


Black color preview on #441E5F background

This text has black color on #441E5F background.


White color preview on #441E5F background

This text has white color on #441E5F background.


Related colors

Complementary color

Complementary color for #hex is #BBE1A0.


I love getcolorcode.com

Triadic colors

1 #5F441E and #1E5F44 with #441E5F are triadic colors.

2 #5F1E44 and #1E445F with #441E5F are triadic colors.