COLOR #440481

HEX: #440481
RGB: (68,4,129)

Color info

#440481 contains mainly blue color. Web safe color of #440481 is #330099 (or #309).

RGB color model

#440481 color RGB value is (68,4,129).

  • red value is 68;
  • green value is 4;
  • blue value is 129.
RGB:
(68,4,129)
(27%,2%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 4 of 255 = 2%
B 129 of 255 = 51%

68
4
129

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

Portions of RGB colors in percentages

R + G + B =
68 + 4 + 129 = 201 (100%)
R 68 of 201 ~ 33.83%
G 4 of 201 ~ 1.99%
B 129 of 201 ~ 64.18%

%33.83
%64.18

CMYK color model

#440481 color CMYK value is (47,97,0,49).

  • cyan value is 47.29%
  • magenta value is 96.90%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(47,97,0,49)
C47M97Y0K49 
(47%,97%,0%,49%)
(0.47/0.97/0.00/0.49)	

CMYK percentages

%47.29
%96.9
%0
%49.41

Codes

Color #440481 in popluar color models

440481
RGB684129
HSL271°93.98%26.08%
HSB/HSV271°96.90%50.59%
CMYK47.29%96.90%0.00%
49.41%

Color #440481 in popluar number systems.

HEX440481
Decimal684129
Binary100010010010000001
Octal1044201

Shades and tints

Shades of #440481

#440481
(68,4,129)
#3E0476
(62,4,118)
#38046B
(56,4,107)
#320460
(50,4,96)
#2C0455
(44,4,85)
#26044A
(38,4,74)
#20043F
(32,4,63)
#1A0434
(26,4,52)
#140429
(20,4,41)
#0E041E
(14,4,30)
#080413
(8,4,19)
#000000
(0,0,0)

Tints of #440481

#440481
(68,4,129)
#551A8C
(85,26,140)
#663097
(102,48,151)
#7746A2
(119,70,162)
#885CAD
(136,92,173)
#9972B8
(153,114,184)
#AA88C3
(170,136,195)
#BB9ECE
(187,158,206)
#CCB4D9
(204,180,217)
#DDCAE4
(221,202,228)
#EEE0EF
(238,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440481 color. Also use rgb(68,4,129) instead hex code.

Text Font Color

.myTextColor { color: #440481; }

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

This text font color is #440481.


Background Color

.myBgColor { background-color: #440481; }

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

This div background color is #440481.


Border color

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

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

This div border color is #440481.


Opacity

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

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

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

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

This text has shadow with #440481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440481 on black background.


Color preview on white background

This text has color #440481 on white background.



Black color preview on #440481 background

This text has black color on #440481 background.


White color preview on #440481 background

This text has white color on #440481 background.