COLOR #441E52

HEX: #441E52
RGB: (68,30,82)

Color info

#441E52 contains red, green and blue colors in about the same proportion. Web safe color of #441E52 is #333366 (or #336).

RGB color model

#441E52 color RGB value is (68,30,82).

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

RGB channels and saturation

R 68 of 255 = 27%
G 30 of 255 = 12%
B 82 of 255 = 32%

68
30
82

R + G + B ~ 24%. #441E52 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 30 + 82 = 180 (100%)
R 68 of 180 ~ 37.78%
G 30 of 180 ~ 16.67%
B 82 of 180 ~ 45.56%

%37.78
%16.67
%45.56

CMYK color model

#441E52 color CMYK value is (17,63,0,68).

  • cyan value is 17.07%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(17,63,0,68)
C17M63Y0K68 
(17%,63%,0%,68%)
(0.17/0.63/0.00/0.68)	

CMYK percentages

%17.07
%63.41
%0
%67.84

Codes

Color #441E52 in popluar color models

441E52
RGB683082
HSL284°46.43%21.96%
HSB/HSV284°63.41%32.16%
CMYK17.07%63.41%0.00%
67.84%

Color #441E52 in popluar number systems.

HEX441E52
Decimal683082
Binary1000100111101010010
Octal10436122

Shades and tints

Shades of #441E52

#441E52
(68,30,82)
#3E1C4B
(62,28,75)
#381A44
(56,26,68)
#32183D
(50,24,61)
#2C1636
(44,22,54)
#26142F
(38,20,47)
#201228
(32,18,40)
#1A1021
(26,16,33)
#140E1A
(20,14,26)
#0E0C13
(14,12,19)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #441E52

#441E52
(68,30,82)
#553261
(85,50,97)
#664670
(102,70,112)
#775A7F
(119,90,127)
#886E8E
(136,110,142)
#99829D
(153,130,157)
#AA96AC
(170,150,172)
#BBAABB
(187,170,187)
#CCBECA
(204,190,202)
#DDD2D9
(221,210,217)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441E52; }

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

This text font color is #441E52.


Background Color

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

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

This div background color is #441E52.


Border color

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

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

This div border color is #441E52.


Opacity

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

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

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

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

This text has shadow with #441E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441E52 on black background.


Color preview on white background

This text has color #441E52 on white background.



Black color preview on #441E52 background

This text has black color on #441E52 background.


White color preview on #441E52 background

This text has white color on #441E52 background.