COLOR #441A67

HEX: #441A67
RGB: (68,26,103)

Color info

#441A67 contains mainly red and blue colors. Web safe color of #441A67 is #330066 (or #306).

RGB color model

#441A67 color RGB value is (68,26,103).

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

RGB channels and saturation

R 68 of 255 = 27%
G 26 of 255 = 10%
B 103 of 255 = 40%

68
26
103

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

Portions of RGB colors in percentages

R + G + B =
68 + 26 + 103 = 197 (100%)
R 68 of 197 ~ 34.52%
G 26 of 197 ~ 13.2%
B 103 of 197 ~ 52.28%

%34.52
%13.2
%52.28

CMYK color model

#441A67 color CMYK value is (34,75,0,60).

  • cyan value is 33.98%
  • magenta value is 74.76%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(34,75,0,60)
C34M75Y0K60 
(34%,75%,0%,60%)
(0.34/0.75/0.00/0.60)	

CMYK percentages

%33.98
%74.76
%0
%59.61

Codes

Color #441A67 in popluar color models

441A67
RGB6826103
HSL273°59.69%25.29%
HSB/HSV273°74.76%40.39%
CMYK33.98%74.76%0.00%
59.61%

Color #441A67 in popluar number systems.

HEX441A67
Decimal6826103
Binary1000100110101100111
Octal10432147

Shades and tints

Shades of #441A67

#441A67
(68,26,103)
#3E185E
(62,24,94)
#381655
(56,22,85)
#32144C
(50,20,76)
#2C1243
(44,18,67)
#26103A
(38,16,58)
#200E31
(32,14,49)
#1A0C28
(26,12,40)
#140A1F
(20,10,31)
#0E0816
(14,8,22)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #441A67

#441A67
(68,26,103)
#552E74
(85,46,116)
#664281
(102,66,129)
#77568E
(119,86,142)
#886A9B
(136,106,155)
#997EA8
(153,126,168)
#AA92B5
(170,146,181)
#BBA6C2
(187,166,194)
#CCBACF
(204,186,207)
#DDCEDC
(221,206,220)
#EEE2E9
(238,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441A67; }

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

This text font color is #441A67.


Background Color

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

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

This div background color is #441A67.


Border color

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

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

This div border color is #441A67.


Opacity

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

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

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

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

This text has shadow with #441A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441A67 on black background.


Color preview on white background

This text has color #441A67 on white background.



Black color preview on #441A67 background

This text has black color on #441A67 background.


White color preview on #441A67 background

This text has white color on #441A67 background.