COLOR #401E58

HEX: #401E58 RGB: (64,30,88)

Color info

#401E58 contains red, green and blue colors in about the same proportion. Web safe color of #401E58 is #333366 (or #336).

RGB color model

#401E58 color RGB value is (64,30,88).

RGB: (64,30,88) (25%, 12%, 35%)

RGB channels and saturation

R 64 of 255 = 25%
G 30 of 255 = 12%
B 88 of 255 = 35%

64
30
88

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

Portions of RGB colors in percentages

R + G + B = 64 + 30 + 88 = 182 (100%)
R 64 of 182 ~ 35.16%
G 30 of 182 ~ 16.48%
B 88 of 182 ~ 48.35'%

%35.16
%16.48
%48.35

CMYK color model

#401E58 color CMYK value is (27,66,0,65).

  • cyan value is 27.27%
  • magenta value is 65.91%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (27,66,0,65)
C27M66Y0K65 (27%, 66%, 0%, 65%)
(0.27 / 0.66 / 0.00 / 0.65)

CMYK percentages

%27.27
%65.91
%0
%65.49

Codes

Color #401E58 in popluar color models

40 1E 58
RGB 64 30 88
HSL 275° 49.15% 23.14%
HSB/HSV 275° 65.91% 34.51%
CMYK 27.27% 65.91% 0.00%
65.49%

Color #401E58 in popluar number systems.

HEX 40 1E 58
Decimal 64 30 88
Binary 1000000 11110 1011000
Octal 100 36 130

Shades and tints

Shades of #401E58

#401E58
(64,30,88)
#3B1C50
(59,28,80)
#361A48
(54,26,72)
#311840
(49,24,64)
#2C1638
(44,22,56)
#271430
(39,20,48)
#221228
(34,18,40)
#1D1020
(29,16,32)
#180E18
(24,14,24)
#130C10
(19,12,16)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #401E58

#401E58
(64,30,88)
#513267
(81,50,103)
#624676
(98,70,118)
#735A85
(115,90,133)
#846E94
(132,110,148)
#9582A3
(149,130,163)
#A696B2
(166,150,178)
#B7AAC1
(183,170,193)
#C8BED0
(200,190,208)
#D9D2DF
(217,210,223)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401E58 color. Also use rgb(64,30,88) instead hex code.

Text Font Color

.myTextColor { color: #401E58; }

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

This text font color is #401E58.

Background Color

.myBgColor { background-color: #401E58; }

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

This div background color is #401E58.

Border color

.myBorderColor { border: 1px solid #401E58; }

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

This div border color is #401E58.

Opacity

.myOpacity80 { color: #401E58; opacity: 0.8; }

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

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

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

This text has shadow with #401E58 color.


.textShadow {text-shadow: 3px 3px 1px #401E58', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #401E58; -webkit-box-shadow: 1px 1px 3px 2px #401E58; box-shadow:1px 1px 3px 2px #401E58;">
Div content here
</div>

This div box has shadow with color #401E58.

Preview

Color preview on black background

This text has color #401E58 on black background.


Color preview on white background

This text has color #401E58 on white background.


Black color preview on #401E58 background

This text has black color on #401E58 background.


White color preview on #401E58 background

This text has white color on #401E58 background.


Related colors

Complementary color

Complementary color for #hex is #BFE1A7.


I love getcolorcode.com

Triadic colors

1 #58401E and #1E5840 with #401E58 are triadic colors.

2 #581E40 and #1E4058 with #401E58 are triadic colors.