COLOR #441C67

HEX: #441C67
RGB: (68,28,103)

Color info

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

RGB color model

#441C67 color RGB value is (68,28,103).

  • red value is 68;
  • green value is 28;
  • blue value is 103.
RGB:
(68,28,103)
(27%,11%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 103 of 255 = 40%

68
28
103

R + G + B ~ 26%. #441C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 103 = 199 (100%)
R 68 of 199 ~ 34.17%
G 28 of 199 ~ 14.07%
B 103 of 199 ~ 51.76%

%34.17
%14.07
%51.76

CMYK color model

#441C67 color CMYK value is (34,73,0,60).

  • cyan value is 33.98%
  • magenta value is 72.82%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,73,0,60)
C34M73Y0K60 
(34%,73%,0%,60%)
(0.34/0.73/0.00/0.60)	

CMYK percentages

%33.98
%72.82
%0
%59.61

Codes

Color #441C67 in popluar color models

441C67
RGB6828103
HSL272°57.25%25.69%
HSB/HSV272°72.82%40.39%
CMYK33.98%72.82%0.00%
59.61%

Color #441C67 in popluar number systems.

HEX441C67
Decimal6828103
Binary1000100111001100111
Octal10434147

Shades and tints

Shades of #441C67

#441C67
(68,28,103)
#3E1A5E
(62,26,94)
#381855
(56,24,85)
#32164C
(50,22,76)
#2C1443
(44,20,67)
#26123A
(38,18,58)
#201031
(32,16,49)
#1A0E28
(26,14,40)
#140C1F
(20,12,31)
#0E0A16
(14,10,22)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #441C67

#441C67
(68,28,103)
#553074
(85,48,116)
#664481
(102,68,129)
#77588E
(119,88,142)
#886C9B
(136,108,155)
#9980A8
(153,128,168)
#AA94B5
(170,148,181)
#BBA8C2
(187,168,194)
#CCBCCF
(204,188,207)
#DDD0DC
(221,208,220)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441C67 color. Also use rgb(68,28,103) instead hex code.

Text Font Color

.myTextColor { color: #441C67; }

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

This text font color is #441C67.


Background Color

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

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

This div background color is #441C67.


Border color

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

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

This div border color is #441C67.


Opacity

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

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

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

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

This text has shadow with #441C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C67 on black background.


Color preview on white background

This text has color #441C67 on white background.



Black color preview on #441C67 background

This text has black color on #441C67 background.


White color preview on #441C67 background

This text has white color on #441C67 background.