COLOR #442480

HEX: #442480
RGB: (68,36,128)

Color info

#442480 contains mainly blue color. Web safe color of #442480 is #333366 (or #336).

RGB color model

#442480 color RGB value is (68,36,128).

  • red value is 68;
  • green value is 36;
  • blue value is 128.
RGB:
(68,36,128)
(27%,14%,50%)

RGB channels and saturation

R 68 of 255 = 27%
G 36 of 255 = 14%
B 128 of 255 = 50%

68
36
128

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

Portions of RGB colors in percentages

R + G + B =
68 + 36 + 128 = 232 (100%)
R 68 of 232 ~ 29.31%
G 36 of 232 ~ 15.52%
B 128 of 232 ~ 55.17%

%29.31
%15.52
%55.17

CMYK color model

#442480 color CMYK value is (47,72,0,50).

  • cyan value is 46.88%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(47,72,0,50)
C47M72Y0K50 
(47%,72%,0%,50%)
(0.47/0.72/0.00/0.50)	

CMYK percentages

%46.88
%71.88
%0
%49.8

Codes

Color #442480 in popluar color models

442480
RGB6836128
HSL261°56.10%32.16%
HSB/HSV261°71.88%50.20%
CMYK46.88%71.88%0.00%
49.80%

Color #442480 in popluar number systems.

HEX442480
Decimal6836128
Binary100010010010010000000
Octal10444200

Shades and tints

Shades of #442480

#442480
(68,36,128)
#3E2175
(62,33,117)
#381E6A
(56,30,106)
#321B5F
(50,27,95)
#2C1854
(44,24,84)
#261549
(38,21,73)
#20123E
(32,18,62)
#1A0F33
(26,15,51)
#140C28
(20,12,40)
#0E091D
(14,9,29)
#080612
(8,6,18)
#000000
(0,0,0)

Tints of #442480

#442480
(68,36,128)
#55378B
(85,55,139)
#664A96
(102,74,150)
#775DA1
(119,93,161)
#8870AC
(136,112,172)
#9983B7
(153,131,183)
#AA96C2
(170,150,194)
#BBA9CD
(187,169,205)
#CCBCD8
(204,188,216)
#DDCFE3
(221,207,227)
#EEE2EE
(238,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442480 color. Also use rgb(68,36,128) instead hex code.

Text Font Color

.myTextColor { color: #442480; }

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

This text font color is #442480.


Background Color

.myBgColor { background-color: #442480; }

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

This div background color is #442480.


Border color

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

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

This div border color is #442480.


Opacity

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

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

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

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

This text has shadow with #442480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442480 on black background.


Color preview on white background

This text has color #442480 on white background.



Black color preview on #442480 background

This text has black color on #442480 background.


White color preview on #442480 background

This text has white color on #442480 background.