COLOR #440371

HEX: #440371
RGB: (68,3,113)

Color info

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

RGB color model

#440371 color RGB value is (68,3,113).

  • red value is 68;
  • green value is 3;
  • blue value is 113.
RGB:
(68,3,113)
(27%,1%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 3 of 255 = 1%
B 113 of 255 = 44%

68
3
113

R + G + B ~ 24%. #440371 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 3 + 113 = 184 (100%)
R 68 of 184 ~ 36.96%
G 3 of 184 ~ 1.63%
B 113 of 184 ~ 61.41%

%36.96
%61.41

CMYK color model

#440371 color CMYK value is (40,97,0,56).

  • cyan value is 39.82%
  • magenta value is 97.35%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(40,97,0,56)
C40M97Y0K56 
(40%,97%,0%,56%)
(0.40/0.97/0.00/0.56)	

CMYK percentages

%39.82
%97.35
%0
%55.69

Codes

Color #440371 in popluar color models

440371
RGB683113
HSL275°94.83%22.75%
HSB/HSV275°97.35%44.31%
CMYK39.82%97.35%0.00%
55.69%

Color #440371 in popluar number systems.

HEX440371
Decimal683113
Binary1000100111110001
Octal1043161

Shades and tints

Shades of #440371

#440371
(68,3,113)
#3E0367
(62,3,103)
#38035D
(56,3,93)
#320353
(50,3,83)
#2C0349
(44,3,73)
#26033F
(38,3,63)
#200335
(32,3,53)
#1A032B
(26,3,43)
#140321
(20,3,33)
#0E0317
(14,3,23)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #440371

#440371
(68,3,113)
#55197D
(85,25,125)
#662F89
(102,47,137)
#774595
(119,69,149)
#885BA1
(136,91,161)
#9971AD
(153,113,173)
#AA87B9
(170,135,185)
#BB9DC5
(187,157,197)
#CCB3D1
(204,179,209)
#DDC9DD
(221,201,221)
#EEDFE9
(238,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440371 color. Also use rgb(68,3,113) instead hex code.

Text Font Color

.myTextColor { color: #440371; }

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

This text font color is #440371.


Background Color

.myBgColor { background-color: #440371; }

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

This div background color is #440371.


Border color

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

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

This div border color is #440371.


Opacity

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

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

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

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

This text has shadow with #440371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440371 on black background.


Color preview on white background

This text has color #440371 on white background.



Black color preview on #440371 background

This text has black color on #440371 background.


White color preview on #440371 background

This text has white color on #440371 background.