COLOR #421458

HEX: #421458
RGB: (66,20,88)

Color info

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

RGB color model

#421458 color RGB value is (66,20,88).

  • red value is 66;
  • green value is 20;
  • blue value is 88.
RGB:
(66,20,88)
(26%,8%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 20 of 255 = 8%
B 88 of 255 = 35%

66
20
88

R + G + B ~ 23%. #421458 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 20 + 88 = 174 (100%)
R 66 of 174 ~ 37.93%
G 20 of 174 ~ 11.49%
B 88 of 174 ~ 50.57%

%37.93
%11.49
%50.57

CMYK color model

#421458 color CMYK value is (25,77,0,65).

  • cyan value is 25.00%
  • magenta value is 77.27%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(25,77,0,65)
C25M77Y0K65 
(25%,77%,0%,65%)
(0.25/0.77/0.00/0.65)	

CMYK percentages

%25
%77.27
%0
%65.49

Codes

Color #421458 in popluar color models

421458
RGB662088
HSL281°62.96%21.18%
HSB/HSV281°77.27%34.51%
CMYK25.00%77.27%0.00%
65.49%

Color #421458 in popluar number systems.

HEX421458
Decimal662088
Binary1000010101001011000
Octal10224130

Shades and tints

Shades of #421458

#421458
(66,20,88)
#3C1350
(60,19,80)
#361248
(54,18,72)
#301140
(48,17,64)
#2A1038
(42,16,56)
#240F30
(36,15,48)
#1E0E28
(30,14,40)
#180D20
(24,13,32)
#120C18
(18,12,24)
#0C0B10
(12,11,16)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #421458

#421458
(66,20,88)
#532967
(83,41,103)
#643E76
(100,62,118)
#755385
(117,83,133)
#866894
(134,104,148)
#977DA3
(151,125,163)
#A892B2
(168,146,178)
#B9A7C1
(185,167,193)
#CABCD0
(202,188,208)
#DBD1DF
(219,209,223)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421458 color. Also use rgb(66,20,88) instead hex code.

Text Font Color

.myTextColor { color: #421458; }

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

This text font color is #421458.


Background Color

.myBgColor { background-color: #421458; }

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

This div background color is #421458.


Border color

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

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

This div border color is #421458.


Opacity

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

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

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

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

This text has shadow with #421458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421458 on black background.


Color preview on white background

This text has color #421458 on white background.



Black color preview on #421458 background

This text has black color on #421458 background.


White color preview on #421458 background

This text has white color on #421458 background.