COLOR #401B67

HEX: #401B67 RGB: (64,27,103)

Color info

#401B67 contains mainly red and blue colors. Web safe color of #401B67 is #333366 (or #336).

RGB color model

#401B67 color RGB value is (64,27,103).

RGB: (64,27,103) (25%, 11%, 40%)

RGB channels and saturation

R 64 of 255 = 25%
G 27 of 255 = 11%
B 103 of 255 = 40%

64
27
103

R + G + B ~ 25%. #401B67 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 27 + 103 = 194 (100%)
R 64 of 194 ~ 32.99%
G 27 of 194 ~ 13.92%
B 103 of 194 ~ 53.09'%

%32.99
%13.92
%53.09

CMYK color model

#401B67 color CMYK value is (38,74,0,60).

  • cyan value is 37.86%
  • magenta value is 73.79%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (38,74,0,60)
C38M74Y0K60 (38%, 74%, 0%, 60%)
(0.38 / 0.74 / 0.00 / 0.60)

CMYK percentages

%37.86
%73.79
%0
%59.61

Codes

Color #401B67 in popluar color models

40 1B 67
RGB 64 27 103
HSL 269° 58.46% 25.49%
HSB/HSV 269° 73.79% 40.39%
CMYK 37.86% 73.79% 0.00%
59.61%

Color #401B67 in popluar number systems.

HEX 40 1B 67
Decimal 64 27 103
Binary 1000000 11011 1100111
Octal 100 33 147

Shades and tints

Shades of #401B67

#401B67
(64,27,103)
#3B195E
(59,25,94)
#361755
(54,23,85)
#31154C
(49,21,76)
#2C1343
(44,19,67)
#27113A
(39,17,58)
#220F31
(34,15,49)
#1D0D28
(29,13,40)
#180B1F
(24,11,31)
#130916
(19,9,22)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #401B67

#401B67
(64,27,103)
#512F74
(81,47,116)
#624381
(98,67,129)
#73578E
(115,87,142)
#846B9B
(132,107,155)
#957FA8
(149,127,168)
#A693B5
(166,147,181)
#B7A7C2
(183,167,194)
#C8BBCF
(200,187,207)
#D9CFDC
(217,207,220)
#EAE3E9
(234,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #401B67; }

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

This text font color is #401B67.

Background Color

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

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

This div background color is #401B67.

Border color

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

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

This div border color is #401B67.

Opacity

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

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

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

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

This text has shadow with #401B67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #401B67.

Preview

Color preview on black background

This text has color #401B67 on black background.


Color preview on white background

This text has color #401B67 on white background.


Black color preview on #401B67 background

This text has black color on #401B67 background.


White color preview on #401B67 background

This text has white color on #401B67 background.


Related colors

Complementary color

Complementary color for #hex is #BFE498.


I love getcolorcode.com

Triadic colors

1 #67401B and #1B6740 with #401B67 are triadic colors.

2 #671B40 and #1B4067 with #401B67 are triadic colors.