COLOR #441A6C

HEX: #441A6C
RGB: (68,26,108)

Color info

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

RGB color model

#441A6C color RGB value is (68,26,108).

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

RGB channels and saturation

R 68 of 255 = 27%
G 26 of 255 = 10%
B 108 of 255 = 42%

68
26
108

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

Portions of RGB colors in percentages

R + G + B =
68 + 26 + 108 = 202 (100%)
R 68 of 202 ~ 33.66%
G 26 of 202 ~ 12.87%
B 108 of 202 ~ 53.47%

%33.66
%12.87
%53.47

CMYK color model

#441A6C color CMYK value is (37,76,0,58).

  • cyan value is 37.04%
  • magenta value is 75.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(37,76,0,58)
C37M76Y0K58 
(37%,76%,0%,58%)
(0.37/0.76/0.00/0.58)	

CMYK percentages

%37.04
%75.93
%0
%57.65

Codes

Color #441A6C in popluar color models

441A6C
RGB6826108
HSL271°61.19%26.27%
HSB/HSV271°75.93%42.35%
CMYK37.04%75.93%0.00%
57.65%

Color #441A6C in popluar number systems.

HEX441A6C
Decimal6826108
Binary1000100110101101100
Octal10432154

Shades and tints

Shades of #441A6C

#441A6C
(68,26,108)
#3E1863
(62,24,99)
#38165A
(56,22,90)
#321451
(50,20,81)
#2C1248
(44,18,72)
#26103F
(38,16,63)
#200E36
(32,14,54)
#1A0C2D
(26,12,45)
#140A24
(20,10,36)
#0E081B
(14,8,27)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #441A6C

#441A6C
(68,26,108)
#552E79
(85,46,121)
#664286
(102,66,134)
#775693
(119,86,147)
#886AA0
(136,106,160)
#997EAD
(153,126,173)
#AA92BA
(170,146,186)
#BBA6C7
(187,166,199)
#CCBAD4
(204,186,212)
#DDCEE1
(221,206,225)
#EEE2EE
(238,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441A6C; }

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

This text font color is #441A6C.


Background Color

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

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

This div background color is #441A6C.


Border color

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

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

This div border color is #441A6C.


Opacity

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

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

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

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

This text has shadow with #441A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441A6C on black background.


Color preview on white background

This text has color #441A6C on white background.



Black color preview on #441A6C background

This text has black color on #441A6C background.


White color preview on #441A6C background

This text has white color on #441A6C background.