COLOR #401066

HEX: #401066
RGB: (64,16,102)

Color info

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

RGB color model

#401066 color RGB value is (64,16,102).

  • red value is 64;
  • green value is 16;
  • blue value is 102.
RGB:
(64,16,102)
(25%,6%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 16 of 255 = 6%
B 102 of 255 = 40%

64
16
102

R + G + B ~ 24%. #401066 is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 16 + 102 = 182 (100%)
R 64 of 182 ~ 35.16%
G 16 of 182 ~ 8.79%
B 102 of 182 ~ 56.04%

%35.16
%56.04

CMYK color model

#401066 color CMYK value is (37,84,0,60).

  • cyan value is 37.25%
  • magenta value is 84.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(37,84,0,60)
C37M84Y0K60 
(37%,84%,0%,60%)
(0.37/0.84/0.00/0.60)	

CMYK percentages

%37.25
%84.31
%0
%60

Codes

Color #401066 in popluar color models

401066
RGB6416102
HSL273°72.88%23.14%
HSB/HSV273°84.31%40.00%
CMYK37.25%84.31%0.00%
60.00%

Color #401066 in popluar number systems.

HEX401066
Decimal6416102
Binary1000000100001100110
Octal10020146

Shades and tints

Shades of #401066

#401066
(64,16,102)
#3B0F5D
(59,15,93)
#360E54
(54,14,84)
#310D4B
(49,13,75)
#2C0C42
(44,12,66)
#270B39
(39,11,57)
#220A30
(34,10,48)
#1D0927
(29,9,39)
#18081E
(24,8,30)
#130715
(19,7,21)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #401066

#401066
(64,16,102)
#512573
(81,37,115)
#623A80
(98,58,128)
#734F8D
(115,79,141)
#84649A
(132,100,154)
#9579A7
(149,121,167)
#A68EB4
(166,142,180)
#B7A3C1
(183,163,193)
#C8B8CE
(200,184,206)
#D9CDDB
(217,205,219)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401066 color. Also use rgb(64,16,102) instead hex code.

Text Font Color

.myTextColor { color: #401066; }

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

This text font color is #401066.


Background Color

.myBgColor { background-color: #401066; }

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

This div background color is #401066.


Border color

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

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

This div border color is #401066.


Opacity

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

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

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

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

This text has shadow with #401066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401066 on black background.


Color preview on white background

This text has color #401066 on white background.



Black color preview on #401066 background

This text has black color on #401066 background.


White color preview on #401066 background

This text has white color on #401066 background.