COLOR #442779

HEX: #442779
RGB: (68,39,121)

Color info

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

RGB color model

#442779 color RGB value is (68,39,121).

  • red value is 68;
  • green value is 39;
  • blue value is 121.
RGB:
(68,39,121)
(27%,15%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 39 of 255 = 15%
B 121 of 255 = 47%

68
39
121

R + G + B ~ 30%. #442779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 39 + 121 = 228 (100%)
R 68 of 228 ~ 29.82%
G 39 of 228 ~ 17.11%
B 121 of 228 ~ 53.07%

%29.82
%17.11
%53.07

CMYK color model

#442779 color CMYK value is (44,68,0,53).

  • cyan value is 43.80%
  • magenta value is 67.77%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(44,68,0,53)
C44M68Y0K53 
(44%,68%,0%,53%)
(0.44/0.68/0.00/0.53)	

CMYK percentages

%43.8
%67.77
%0
%52.55

Codes

Color #442779 in popluar color models

442779
RGB6839121
HSL261°51.25%31.37%
HSB/HSV261°67.77%47.45%
CMYK43.80%67.77%0.00%
52.55%

Color #442779 in popluar number systems.

HEX442779
Decimal6839121
Binary10001001001111111001
Octal10447171

Shades and tints

Shades of #442779

#442779
(68,39,121)
#3E246E
(62,36,110)
#382163
(56,33,99)
#321E58
(50,30,88)
#2C1B4D
(44,27,77)
#261842
(38,24,66)
#201537
(32,21,55)
#1A122C
(26,18,44)
#140F21
(20,15,33)
#0E0C16
(14,12,22)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #442779

#442779
(68,39,121)
#553A85
(85,58,133)
#664D91
(102,77,145)
#77609D
(119,96,157)
#8873A9
(136,115,169)
#9986B5
(153,134,181)
#AA99C1
(170,153,193)
#BBACCD
(187,172,205)
#CCBFD9
(204,191,217)
#DDD2E5
(221,210,229)
#EEE5F1
(238,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442779 color. Also use rgb(68,39,121) instead hex code.

Text Font Color

.myTextColor { color: #442779; }

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

This text font color is #442779.


Background Color

.myBgColor { background-color: #442779; }

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

This div background color is #442779.


Border color

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

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

This div border color is #442779.


Opacity

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

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

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

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

This text has shadow with #442779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442779 on black background.


Color preview on white background

This text has color #442779 on white background.



Black color preview on #442779 background

This text has black color on #442779 background.


White color preview on #442779 background

This text has white color on #442779 background.