COLOR #4017D0

HEX: #4017D0
RGB: (64,23,208)

Color info

#4017D0 contains mainly blue color. Web safe color of #4017D0 is #3300CC (or #30C).

RGB color model

#4017D0 color RGB value is (64,23,208).

  • red value is 64;
  • green value is 23;
  • blue value is 208.
RGB:
(64,23,208)
(25%,9%,82%)

RGB channels and saturation

R 64 of 255 = 25%
G 23 of 255 = 9%
B 208 of 255 = 82%

64
23
208

R + G + B ~ 39%. #4017D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 23 + 208 = 295 (100%)
R 64 of 295 ~ 21.69%
G 23 of 295 ~ 7.8%
B 208 of 295 ~ 70.51%

%21.69
%70.51

CMYK color model

#4017D0 color CMYK value is (69,89,0,18).

  • cyan value is 69.23%
  • magenta value is 88.94%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(69,89,0,18)
C69M89Y0K18 
(69%,89%,0%,18%)
(0.69/0.89/0.00/0.18)	

CMYK percentages

%69.23
%88.94
%0
%18.43

Codes

Color #4017D0 in popluar color models

4017D0
RGB6423208
HSL253°80.09%45.29%
HSB/HSV253°88.94%81.57%
CMYK69.23%88.94%0.00%
18.43%

Color #4017D0 in popluar number systems.

HEX4017D0
Decimal6423208
Binary10000001011111010000
Octal10027320

Shades and tints

Shades of #4017D0

#4017D0
(64,23,208)
#3B15BE
(59,21,190)
#3613AC
(54,19,172)
#31119A
(49,17,154)
#2C0F88
(44,15,136)
#270D76
(39,13,118)
#220B64
(34,11,100)
#1D0952
(29,9,82)
#180740
(24,7,64)
#13052E
(19,5,46)
#0E031C
(14,3,28)
#000000
(0,0,0)

Tints of #4017D0

#4017D0
(64,23,208)
#512CD4
(81,44,212)
#6241D8
(98,65,216)
#7356DC
(115,86,220)
#846BE0
(132,107,224)
#9580E4
(149,128,228)
#A695E8
(166,149,232)
#B7AAEC
(183,170,236)
#C8BFF0
(200,191,240)
#D9D4F4
(217,212,244)
#EAE9F8
(234,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4017D0 color. Also use rgb(64,23,208) instead hex code.

Text Font Color

.myTextColor { color: #4017D0; }

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

This text font color is #4017D0.


Background Color

.myBgColor { background-color: #4017D0; }

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

This div background color is #4017D0.


Border color

.myBorderColor { border: 1px solid #4017D0; }

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

This div border color is #4017D0.


Opacity

.myOpacity80 { color: #4017D0; opacity: 0.8; }

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

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

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

This text has shadow with #4017D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4017D0 on black background.


Color preview on white background

This text has color #4017D0 on white background.



Black color preview on #4017D0 background

This text has black color on #4017D0 background.


White color preview on #4017D0 background

This text has white color on #4017D0 background.