COLOR #441C6D

HEX: #441C6D
RGB: (68,28,109)

Color info

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

RGB color model

#441C6D color RGB value is (68,28,109).

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

RGB channels and saturation

R 68 of 255 = 27%
G 28 of 255 = 11%
B 109 of 255 = 43%

68
28
109

R + G + B ~ 27%. #441C6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 28 + 109 = 205 (100%)
R 68 of 205 ~ 33.17%
G 28 of 205 ~ 13.66%
B 109 of 205 ~ 53.17%

%33.17
%13.66
%53.17

CMYK color model

#441C6D color CMYK value is (38,74,0,57).

  • cyan value is 37.61%
  • magenta value is 74.31%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(38,74,0,57)
C38M74Y0K57 
(38%,74%,0%,57%)
(0.38/0.74/0.00/0.57)	

CMYK percentages

%37.61
%74.31
%0
%57.25

Codes

Color #441C6D in popluar color models

441C6D
RGB6828109
HSL270°59.12%26.86%
HSB/HSV270°74.31%42.75%
CMYK37.61%74.31%0.00%
57.25%

Color #441C6D in popluar number systems.

HEX441C6D
Decimal6828109
Binary1000100111001101101
Octal10434155

Shades and tints

Shades of #441C6D

#441C6D
(68,28,109)
#3E1A64
(62,26,100)
#38185B
(56,24,91)
#321652
(50,22,82)
#2C1449
(44,20,73)
#261240
(38,18,64)
#201037
(32,16,55)
#1A0E2E
(26,14,46)
#140C25
(20,12,37)
#0E0A1C
(14,10,28)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #441C6D

#441C6D
(68,28,109)
#55307A
(85,48,122)
#664487
(102,68,135)
#775894
(119,88,148)
#886CA1
(136,108,161)
#9980AE
(153,128,174)
#AA94BB
(170,148,187)
#BBA8C8
(187,168,200)
#CCBCD5
(204,188,213)
#DDD0E2
(221,208,226)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441C6D; }

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

This text font color is #441C6D.


Background Color

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

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

This div background color is #441C6D.


Border color

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

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

This div border color is #441C6D.


Opacity

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

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

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

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

This text has shadow with #441C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441C6D on black background.


Color preview on white background

This text has color #441C6D on white background.



Black color preview on #441C6D background

This text has black color on #441C6D background.


White color preview on #441C6D background

This text has white color on #441C6D background.