COLOR #40014B

HEX: #40014B
RGB: (64,1,75)

Color info

#40014B contains mainly red and blue colors. Web safe color of #40014B is #330033 (or #303).

RGB color model

#40014B color RGB value is (64,1,75).

  • red value is 64;
  • green value is 1;
  • blue value is 75.
RGB:
(64,1,75)
(25%,0%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 1 of 255 = 0%
B 75 of 255 = 29%

64
1
75

R + G + B ~ 18%. #40014B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 1 + 75 = 140 (100%)
R 64 of 140 ~ 45.71%
G 1 of 140 ~ 0.71%
B 75 of 140 ~ 53.57%

%45.71
%53.57

CMYK color model

#40014B color CMYK value is (15,99,0,71).

  • cyan value is 14.67%
  • magenta value is 98.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,99,0,71)
C15M99Y0K71 
(15%,99%,0%,71%)
(0.15/0.99/0.00/0.71)	

CMYK percentages

%14.67
%98.67
%0
%70.59

Codes

Color #40014B in popluar color models

40014B
RGB64175
HSL291°97.37%14.90%
HSB/HSV291°98.67%29.41%
CMYK14.67%98.67%0.00%
70.59%

Color #40014B in popluar number systems.

HEX40014B
Decimal64175
Binary100000011001011
Octal1001113

Shades and tints

Shades of #40014B

#40014B
(64,1,75)
#3B0145
(59,1,69)
#36013F
(54,1,63)
#310139
(49,1,57)
#2C0133
(44,1,51)
#27012D
(39,1,45)
#220127
(34,1,39)
#1D0121
(29,1,33)
#18011B
(24,1,27)
#130115
(19,1,21)
#0E010F
(14,1,15)
#000000
(0,0,0)

Tints of #40014B

#40014B
(64,1,75)
#51185B
(81,24,91)
#622F6B
(98,47,107)
#73467B
(115,70,123)
#845D8B
(132,93,139)
#95749B
(149,116,155)
#A68BAB
(166,139,171)
#B7A2BB
(183,162,187)
#C8B9CB
(200,185,203)
#D9D0DB
(217,208,219)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40014B color. Also use rgb(64,1,75) instead hex code.

Text Font Color

.myTextColor { color: #40014B; }

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

This text font color is #40014B.


Background Color

.myBgColor { background-color: #40014B; }

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

This div background color is #40014B.


Border color

.myBorderColor { border: 1px solid #40014B; }

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

This div border color is #40014B.


Opacity

.myOpacity80 { color: #40014B; opacity: 0.8; }

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

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

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

This text has shadow with #40014B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40014B on black background.


Color preview on white background

This text has color #40014B on white background.



Black color preview on #40014B background

This text has black color on #40014B background.


White color preview on #40014B background

This text has white color on #40014B background.