COLOR #402ABE

HEX: #402ABE
RGB: (64,42,190)

Color info

#402ABE contains mainly blue color. Web safe color of #402ABE is #3333CC (or #33C).

RGB color model

#402ABE color RGB value is (64,42,190).

  • red value is 64;
  • green value is 42;
  • blue value is 190.
RGB:
(64,42,190)
(25%,16%,75%)

RGB channels and saturation

R 64 of 255 = 25%
G 42 of 255 = 16%
B 190 of 255 = 75%

64
42
190

R + G + B ~ 39%. #402ABE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 42 + 190 = 296 (100%)
R 64 of 296 ~ 21.62%
G 42 of 296 ~ 14.19%
B 190 of 296 ~ 64.19%

%21.62
%14.19
%64.19

CMYK color model

#402ABE color CMYK value is (66,78,0,25).

  • cyan value is 66.32%
  • magenta value is 77.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(66,78,0,25)
C66M78Y0K25 
(66%,78%,0%,25%)
(0.66/0.78/0.00/0.25)	

CMYK percentages

%66.32
%77.89
%0
%25.49

Codes

Color #402ABE in popluar color models

402ABE
RGB6442190
HSL249°63.79%45.49%
HSB/HSV249°77.89%74.51%
CMYK66.32%77.89%0.00%
25.49%

Color #402ABE in popluar number systems.

HEX402ABE
Decimal6442190
Binary100000010101010111110
Octal10052276

Shades and tints

Shades of #402ABE

#402ABE
(64,42,190)
#3B27AD
(59,39,173)
#36249C
(54,36,156)
#31218B
(49,33,139)
#2C1E7A
(44,30,122)
#271B69
(39,27,105)
#221858
(34,24,88)
#1D1547
(29,21,71)
#181236
(24,18,54)
#130F25
(19,15,37)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #402ABE

#402ABE
(64,42,190)
#513DC3
(81,61,195)
#6250C8
(98,80,200)
#7363CD
(115,99,205)
#8476D2
(132,118,210)
#9589D7
(149,137,215)
#A69CDC
(166,156,220)
#B7AFE1
(183,175,225)
#C8C2E6
(200,194,230)
#D9D5EB
(217,213,235)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #402ABE color. Also use rgb(64,42,190) instead hex code.

Text Font Color

.myTextColor { color: #402ABE; }

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

This text font color is #402ABE.


Background Color

.myBgColor { background-color: #402ABE; }

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

This div background color is #402ABE.


Border color

.myBorderColor { border: 1px solid #402ABE; }

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

This div border color is #402ABE.


Opacity

.myOpacity80 { color: #402ABE; opacity: 0.8; }

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

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

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

This text has shadow with #402ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #402ABE on black background.


Color preview on white background

This text has color #402ABE on white background.



Black color preview on #402ABE background

This text has black color on #402ABE background.


White color preview on #402ABE background

This text has white color on #402ABE background.