COLOR #401B7D

HEX: #401B7D RGB: (64,27,125)

Color info

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

RGB color model

#401B7D color RGB value is (64,27,125).

RGB: (64,27,125) (25%, 11%, 49%)

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 125 of 255 = 49%

64
27
125

R + G + B ~ 28%. #401B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 27 + 125 = 216 (100%)
R 64 of 216 ~ 29.63%
G 27 of 216 ~ 12.5%
B 125 of 216 ~ 57.87'%

%29.63
%12.5
%57.87

CMYK color model

#401B7D color CMYK value is (49,78,0,51).

  • cyan value is 48.80%
  • magenta value is 78.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (49,78,0,51)
C49M78Y0K51 (49%, 78%, 0%, 51%)
(0.49 / 0.78 / 0.00 / 0.51)

CMYK percentages

%48.8
%78.4
%0
%50.98

Codes

Color #401B7D in popluar color models

40 1B 7D
RGB 64 27 125
HSL 263° 64.47% 29.80%
HSB/HSV 263° 78.40% 49.02%
CMYK 48.80% 78.40% 0.00%
50.98%

Color #401B7D in popluar number systems.

HEX 40 1B 7D
Decimal 64 27 125
Binary 1000000 11011 1111101
Octal 100 33 175

Shades and tints

Shades of #401B7D

#401B7D
(64,27,125)
#3B1972
(59,25,114)
#361767
(54,23,103)
#31155C
(49,21,92)
#2C1351
(44,19,81)
#271146
(39,17,70)
#220F3B
(34,15,59)
#1D0D30
(29,13,48)
#180B25
(24,11,37)
#13091A
(19,9,26)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #401B7D

#401B7D
(64,27,125)
#512F88
(81,47,136)
#624393
(98,67,147)
#73579E
(115,87,158)
#846BA9
(132,107,169)
#957FB4
(149,127,180)
#A693BF
(166,147,191)
#B7A7CA
(183,167,202)
#C8BBD5
(200,187,213)
#D9CFE0
(217,207,224)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401B7D color. Also use rgb(64,27,125) instead hex code.

Text Font Color

.myTextColor { color: #401B7D; }

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

This text font color is #401B7D.

Background Color

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

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

This div background color is #401B7D.

Border color

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

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

This div border color is #401B7D.

Opacity

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

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

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

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

This text has shadow with #401B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401B7D.

Preview

Color preview on black background

This text has color #401B7D on black background.


Color preview on white background

This text has color #401B7D on white background.


Black color preview on #401B7D background

This text has black color on #401B7D background.


White color preview on #401B7D background

This text has white color on #401B7D background.


Related colors

Complementary color

Complementary color for #hex is #BFE482.


I love getcolorcode.com

Triadic colors

1 #7D401B and #1B7D40 with #401B7D are triadic colors.

2 #7D1B40 and #1B407D with #401B7D are triadic colors.