COLOR #441A65

HEX: #441A65
RGB: (68,26,101)

Color info

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

RGB color model

#441A65 color RGB value is (68,26,101).

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

RGB channels and saturation

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

68
26
101

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

Portions of RGB colors in percentages

R + G + B =
68 + 26 + 101 = 195 (100%)
R 68 of 195 ~ 34.87%
G 26 of 195 ~ 13.33%
B 101 of 195 ~ 51.79%

%34.87
%13.33
%51.79

CMYK color model

#441A65 color CMYK value is (33,74,0,60).

  • cyan value is 32.67%
  • magenta value is 74.26%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(33,74,0,60)
C33M74Y0K60 
(33%,74%,0%,60%)
(0.33/0.74/0.00/0.60)	

CMYK percentages

%32.67
%74.26
%0
%60.39

Codes

Color #441A65 in popluar color models

441A65
RGB6826101
HSL274°59.06%24.90%
HSB/HSV274°74.26%39.61%
CMYK32.67%74.26%0.00%
60.39%

Color #441A65 in popluar number systems.

HEX441A65
Decimal6826101
Binary1000100110101100101
Octal10432145

Shades and tints

Shades of #441A65

#441A65
(68,26,101)
#3E185C
(62,24,92)
#381653
(56,22,83)
#32144A
(50,20,74)
#2C1241
(44,18,65)
#261038
(38,16,56)
#200E2F
(32,14,47)
#1A0C26
(26,12,38)
#140A1D
(20,10,29)
#0E0814
(14,8,20)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #441A65

#441A65
(68,26,101)
#552E73
(85,46,115)
#664281
(102,66,129)
#77568F
(119,86,143)
#886A9D
(136,106,157)
#997EAB
(153,126,171)
#AA92B9
(170,146,185)
#BBA6C7
(187,166,199)
#CCBAD5
(204,186,213)
#DDCEE3
(221,206,227)
#EEE2F1
(238,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441A65; }

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

This text font color is #441A65.


Background Color

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

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

This div background color is #441A65.


Border color

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

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

This div border color is #441A65.


Opacity

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

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

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

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

This text has shadow with #441A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441A65 on black background.


Color preview on white background

This text has color #441A65 on white background.



Black color preview on #441A65 background

This text has black color on #441A65 background.


White color preview on #441A65 background

This text has white color on #441A65 background.