COLOR #402363

HEX: #402363 RGB: (64,35,99)

Color info

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

RGB color model

#402363 color RGB value is (64,35,99).

RGB: (64,35,99) (25%, 14%, 39%)

RGB channels and saturation

R 64 of 255 = 25%
G 35 of 255 = 14%
B 99 of 255 = 39%

64
35
99

R + G + B ~ 26%. #402363 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 35 + 99 = 198 (100%)
R 64 of 198 ~ 32.32%
G 35 of 198 ~ 17.68%
B 99 of 198 ~ 50'%

%32.32
%17.68
%50

CMYK color model

#402363 color CMYK value is (35,65,0,61).

  • cyan value is 35.35%
  • magenta value is 64.65%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (35,65,0,61)
C35M65Y0K61 (35%, 65%, 0%, 61%)
(0.35 / 0.65 / 0.00 / 0.61)

CMYK percentages

%35.35
%64.65
%0
%61.18

Codes

Color #402363 in popluar color models

40 23 63
RGB 64 35 99
HSL 267° 47.76% 26.27%
HSB/HSV 267° 64.65% 38.82%
CMYK 35.35% 64.65% 0.00%
61.18%

Color #402363 in popluar number systems.

HEX 40 23 63
Decimal 64 35 99
Binary 1000000 100011 1100011
Octal 100 43 143

Shades and tints

Shades of #402363

#402363
(64,35,99)
#3B205A
(59,32,90)
#361D51
(54,29,81)
#311A48
(49,26,72)
#2C173F
(44,23,63)
#271436
(39,20,54)
#22112D
(34,17,45)
#1D0E24
(29,14,36)
#180B1B
(24,11,27)
#130812
(19,8,18)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #402363

#402363
(64,35,99)
#513771
(81,55,113)
#624B7F
(98,75,127)
#735F8D
(115,95,141)
#84739B
(132,115,155)
#9587A9
(149,135,169)
#A69BB7
(166,155,183)
#B7AFC5
(183,175,197)
#C8C3D3
(200,195,211)
#D9D7E1
(217,215,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402363 color. Also use rgb(64,35,99) instead hex code.

Text Font Color

.myTextColor { color: #402363; }

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

This text font color is #402363.

Background Color

.myBgColor { background-color: #402363; }

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

This div background color is #402363.

Border color

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

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

This div border color is #402363.

Opacity

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

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

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

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

This text has shadow with #402363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #402363.

Preview

Color preview on black background

This text has color #402363 on black background.


Color preview on white background

This text has color #402363 on white background.


Black color preview on #402363 background

This text has black color on #402363 background.


White color preview on #402363 background

This text has white color on #402363 background.


Related colors

Complementary color

Complementary color for #hex is #BFDC9C.


I love getcolorcode.com

Triadic colors

1 #634023 and #236340 with #402363 are triadic colors.

2 #632340 and #234063 with #402363 are triadic colors.