COLOR #401265

HEX: #401265
RGB: (64,18,101)

Color info

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

RGB color model

#401265 color RGB value is (64,18,101).

  • red value is 64;
  • green value is 18;
  • blue value is 101.
RGB:
(64,18,101)
(25%,7%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 18 of 255 = 7%
B 101 of 255 = 40%

64
18
101

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

Portions of RGB colors in percentages

R + G + B =
64 + 18 + 101 = 183 (100%)
R 64 of 183 ~ 34.97%
G 18 of 183 ~ 9.84%
B 101 of 183 ~ 55.19%

%34.97
%9.84
%55.19

CMYK color model

#401265 color CMYK value is (37,82,0,60).

  • cyan value is 36.63%
  • magenta value is 82.18%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(37,82,0,60)
C37M82Y0K60 
(37%,82%,0%,60%)
(0.37/0.82/0.00/0.60)	

CMYK percentages

%36.63
%82.18
%0
%60.39

Codes

Color #401265 in popluar color models

401265
RGB6418101
HSL273°69.75%23.33%
HSB/HSV273°82.18%39.61%
CMYK36.63%82.18%0.00%
60.39%

Color #401265 in popluar number systems.

HEX401265
Decimal6418101
Binary1000000100101100101
Octal10022145

Shades and tints

Shades of #401265

#401265
(64,18,101)
#3B115C
(59,17,92)
#361053
(54,16,83)
#310F4A
(49,15,74)
#2C0E41
(44,14,65)
#270D38
(39,13,56)
#220C2F
(34,12,47)
#1D0B26
(29,11,38)
#180A1D
(24,10,29)
#130914
(19,9,20)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #401265

#401265
(64,18,101)
#512773
(81,39,115)
#623C81
(98,60,129)
#73518F
(115,81,143)
#84669D
(132,102,157)
#957BAB
(149,123,171)
#A690B9
(166,144,185)
#B7A5C7
(183,165,199)
#C8BAD5
(200,186,213)
#D9CFE3
(217,207,227)
#EAE4F1
(234,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #401265 color. Also use rgb(64,18,101) instead hex code.

Text Font Color

.myTextColor { color: #401265; }

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

This text font color is #401265.


Background Color

.myBgColor { background-color: #401265; }

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

This div background color is #401265.


Border color

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

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

This div border color is #401265.


Opacity

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

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

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

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

This text has shadow with #401265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #401265 on black background.


Color preview on white background

This text has color #401265 on white background.



Black color preview on #401265 background

This text has black color on #401265 background.


White color preview on #401265 background

This text has white color on #401265 background.