COLOR #421788

HEX: #421788
RGB: (66,23,136)

Color info

#421788 contains mainly blue color. Web safe color of #421788 is #330099 (or #309).

RGB color model

#421788 color RGB value is (66,23,136).

  • red value is 66;
  • green value is 23;
  • blue value is 136.
RGB:
(66,23,136)
(26%,9%,53%)

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 136 of 255 = 53%

66
23
136

R + G + B ~ 29%. #421788 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 136 = 225 (100%)
R 66 of 225 ~ 29.33%
G 23 of 225 ~ 10.22%
B 136 of 225 ~ 60.44%

%29.33
%10.22
%60.44

CMYK color model

#421788 color CMYK value is (51,83,0,47).

  • cyan value is 51.47%
  • magenta value is 83.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(51,83,0,47)
C51M83Y0K47 
(51%,83%,0%,47%)
(0.51/0.83/0.00/0.47)	

CMYK percentages

%51.47
%83.09
%0
%46.67

Codes

Color #421788 in popluar color models

421788
RGB6623136
HSL263°71.07%31.18%
HSB/HSV263°83.09%53.33%
CMYK51.47%83.09%0.00%
46.67%

Color #421788 in popluar number systems.

HEX421788
Decimal6623136
Binary10000101011110001000
Octal10227210

Shades and tints

Shades of #421788

#421788
(66,23,136)
#3C157C
(60,21,124)
#361370
(54,19,112)
#301164
(48,17,100)
#2A0F58
(42,15,88)
#240D4C
(36,13,76)
#1E0B40
(30,11,64)
#180934
(24,9,52)
#120728
(18,7,40)
#0C051C
(12,5,28)
#060310
(6,3,16)
#000000
(0,0,0)

Tints of #421788

#421788
(66,23,136)
#532C92
(83,44,146)
#64419C
(100,65,156)
#7556A6
(117,86,166)
#866BB0
(134,107,176)
#9780BA
(151,128,186)
#A895C4
(168,149,196)
#B9AACE
(185,170,206)
#CABFD8
(202,191,216)
#DBD4E2
(219,212,226)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421788 color. Also use rgb(66,23,136) instead hex code.

Text Font Color

.myTextColor { color: #421788; }

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

This text font color is #421788.


Background Color

.myBgColor { background-color: #421788; }

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

This div background color is #421788.


Border color

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

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

This div border color is #421788.


Opacity

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

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

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

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

This text has shadow with #421788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421788 on black background.


Color preview on white background

This text has color #421788 on white background.



Black color preview on #421788 background

This text has black color on #421788 background.


White color preview on #421788 background

This text has white color on #421788 background.