COLOR #441461

HEX: #441461
RGB: (68,20,97)

Color info

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

RGB color model

#441461 color RGB value is (68,20,97).

  • red value is 68;
  • green value is 20;
  • blue value is 97.
RGB:
(68,20,97)
(27%,8%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 20 of 255 = 8%
B 97 of 255 = 38%

68
20
97

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

Portions of RGB colors in percentages

R + G + B =
68 + 20 + 97 = 185 (100%)
R 68 of 185 ~ 36.76%
G 20 of 185 ~ 10.81%
B 97 of 185 ~ 52.43%

%36.76
%10.81
%52.43

CMYK color model

#441461 color CMYK value is (30,79,0,62).

  • cyan value is 29.90%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(30,79,0,62)
C30M79Y0K62 
(30%,79%,0%,62%)
(0.30/0.79/0.00/0.62)	

CMYK percentages

%29.9
%79.38
%0
%61.96

Codes

Color #441461 in popluar color models

441461
RGB682097
HSL277°65.81%22.94%
HSB/HSV277°79.38%38.04%
CMYK29.90%79.38%0.00%
61.96%

Color #441461 in popluar number systems.

HEX441461
Decimal682097
Binary1000100101001100001
Octal10424141

Shades and tints

Shades of #441461

#441461
(68,20,97)
#3E1359
(62,19,89)
#381251
(56,18,81)
#321149
(50,17,73)
#2C1041
(44,16,65)
#260F39
(38,15,57)
#200E31
(32,14,49)
#1A0D29
(26,13,41)
#140C21
(20,12,33)
#0E0B19
(14,11,25)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #441461

#441461
(68,20,97)
#55296F
(85,41,111)
#663E7D
(102,62,125)
#77538B
(119,83,139)
#886899
(136,104,153)
#997DA7
(153,125,167)
#AA92B5
(170,146,181)
#BBA7C3
(187,167,195)
#CCBCD1
(204,188,209)
#DDD1DF
(221,209,223)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441461 color. Also use rgb(68,20,97) instead hex code.

Text Font Color

.myTextColor { color: #441461; }

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

This text font color is #441461.


Background Color

.myBgColor { background-color: #441461; }

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

This div background color is #441461.


Border color

.myBorderColor { border: 1px solid #441461; }

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

This div border color is #441461.


Opacity

.myOpacity80 { color: #441461; opacity: 0.8; }

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

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

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

This text has shadow with #441461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441461 on black background.


Color preview on white background

This text has color #441461 on white background.



Black color preview on #441461 background

This text has black color on #441461 background.


White color preview on #441461 background

This text has white color on #441461 background.