COLOR #402963

HEX: #402963
RGB: (64,41,99)

Color info

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

RGB color model

#402963 color RGB value is (64,41,99).

  • red value is 64;
  • green value is 41;
  • blue value is 99.
RGB:
(64,41,99)
(25%,16%,39%)

RGB channels and saturation

R 64 of 255 = 25%
G 41 of 255 = 16%
B 99 of 255 = 39%

64
41
99

R + G + B ~ 27%. #402963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 41 + 99 = 204 (100%)
R 64 of 204 ~ 31.37%
G 41 of 204 ~ 20.1%
B 99 of 204 ~ 48.53%

%31.37
%20.1
%48.53

CMYK color model

#402963 color CMYK value is (35,59,0,61).

  • cyan value is 35.35%
  • magenta value is 58.59%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,59,0,61)
C35M59Y0K61 
(35%,59%,0%,61%)
(0.35/0.59/0.00/0.61)	

CMYK percentages

%35.35
%58.59
%0
%61.18

Codes

Color #402963 in popluar color models

402963
RGB644199
HSL264°41.43%27.45%
HSB/HSV264°58.59%38.82%
CMYK35.35%58.59%0.00%
61.18%

Color #402963 in popluar number systems.

HEX402963
Decimal644199
Binary10000001010011100011
Octal10051143

Shades and tints

Shades of #402963

#402963
(64,41,99)
#3B265A
(59,38,90)
#362351
(54,35,81)
#312048
(49,32,72)
#2C1D3F
(44,29,63)
#271A36
(39,26,54)
#22172D
(34,23,45)
#1D1424
(29,20,36)
#18111B
(24,17,27)
#130E12
(19,14,18)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #402963

#402963
(64,41,99)
#513C71
(81,60,113)
#624F7F
(98,79,127)
#73628D
(115,98,141)
#84759B
(132,117,155)
#9588A9
(149,136,169)
#A69BB7
(166,155,183)
#B7AEC5
(183,174,197)
#C8C1D3
(200,193,211)
#D9D4E1
(217,212,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #402963; }

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

This text font color is #402963.


Background Color

.myBgColor { background-color: #402963; }

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

This div background color is #402963.


Border color

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

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

This div border color is #402963.


Opacity

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

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

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

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

This text has shadow with #402963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402963 on black background.


Color preview on white background

This text has color #402963 on white background.



Black color preview on #402963 background

This text has black color on #402963 background.


White color preview on #402963 background

This text has white color on #402963 background.