COLOR #400B62

HEX: #400B62
RGB: (64,11,98)

Color info

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

RGB color model

#400B62 color RGB value is (64,11,98).

  • red value is 64;
  • green value is 11;
  • blue value is 98.
RGB:
(64,11,98)
(25%,4%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 11 of 255 = 4%
B 98 of 255 = 38%

64
11
98

R + G + B ~ 22%. #400B62 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 11 + 98 = 173 (100%)
R 64 of 173 ~ 36.99%
G 11 of 173 ~ 6.36%
B 98 of 173 ~ 56.65%

%36.99
%56.65

CMYK color model

#400B62 color CMYK value is (35,89,0,62).

  • cyan value is 34.69%
  • magenta value is 88.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(35,89,0,62)
C35M89Y0K62 
(35%,89%,0%,62%)
(0.35/0.89/0.00/0.62)	

CMYK percentages

%34.69
%88.78
%0
%61.57

Codes

Color #400B62 in popluar color models

400B62
RGB641198
HSL277°79.82%21.37%
HSB/HSV277°88.78%38.43%
CMYK34.69%88.78%0.00%
61.57%

Color #400B62 in popluar number systems.

HEX400B62
Decimal641198
Binary100000010111100010
Octal10013142

Shades and tints

Shades of #400B62

#400B62
(64,11,98)
#3B0A5A
(59,10,90)
#360952
(54,9,82)
#31084A
(49,8,74)
#2C0742
(44,7,66)
#27063A
(39,6,58)
#220532
(34,5,50)
#1D042A
(29,4,42)
#180322
(24,3,34)
#13021A
(19,2,26)
#0E0112
(14,1,18)
#000000
(0,0,0)

Tints of #400B62

#400B62
(64,11,98)
#512170
(81,33,112)
#62377E
(98,55,126)
#734D8C
(115,77,140)
#84639A
(132,99,154)
#9579A8
(149,121,168)
#A68FB6
(166,143,182)
#B7A5C4
(183,165,196)
#C8BBD2
(200,187,210)
#D9D1E0
(217,209,224)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #400B62 color. Also use rgb(64,11,98) instead hex code.

Text Font Color

.myTextColor { color: #400B62; }

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

This text font color is #400B62.


Background Color

.myBgColor { background-color: #400B62; }

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

This div background color is #400B62.


Border color

.myBorderColor { border: 1px solid #400B62; }

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

This div border color is #400B62.


Opacity

.myOpacity80 { color: #400B62; opacity: 0.8; }

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

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

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

This text has shadow with #400B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #400B62 on black background.


Color preview on white background

This text has color #400B62 on white background.



Black color preview on #400B62 background

This text has black color on #400B62 background.


White color preview on #400B62 background

This text has white color on #400B62 background.