COLOR #421055

HEX: #421055
RGB: (66,16,85)

Color info

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

RGB color model

#421055 color RGB value is (66,16,85).

  • red value is 66;
  • green value is 16;
  • blue value is 85.
RGB:
(66,16,85)
(26%,6%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 16 of 255 = 6%
B 85 of 255 = 33%

66
16
85

R + G + B ~ 22%. #421055 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 16 + 85 = 167 (100%)
R 66 of 167 ~ 39.52%
G 16 of 167 ~ 9.58%
B 85 of 167 ~ 50.9%

%39.52
%9.58
%50.9

CMYK color model

#421055 color CMYK value is (22,81,0,67).

  • cyan value is 22.35%
  • magenta value is 81.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(22,81,0,67)
C22M81Y0K67 
(22%,81%,0%,67%)
(0.22/0.81/0.00/0.67)	

CMYK percentages

%22.35
%81.18
%0
%66.67

Codes

Color #421055 in popluar color models

421055
RGB661685
HSL283°68.32%19.80%
HSB/HSV283°81.18%33.33%
CMYK22.35%81.18%0.00%
66.67%

Color #421055 in popluar number systems.

HEX421055
Decimal661685
Binary1000010100001010101
Octal10220125

Shades and tints

Shades of #421055

#421055
(66,16,85)
#3C0F4E
(60,15,78)
#360E47
(54,14,71)
#300D40
(48,13,64)
#2A0C39
(42,12,57)
#240B32
(36,11,50)
#1E0A2B
(30,10,43)
#180924
(24,9,36)
#12081D
(18,8,29)
#0C0716
(12,7,22)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #421055

#421055
(66,16,85)
#532564
(83,37,100)
#643A73
(100,58,115)
#754F82
(117,79,130)
#866491
(134,100,145)
#9779A0
(151,121,160)
#A88EAF
(168,142,175)
#B9A3BE
(185,163,190)
#CAB8CD
(202,184,205)
#DBCDDC
(219,205,220)
#ECE2EB
(236,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421055 color. Also use rgb(66,16,85) instead hex code.

Text Font Color

.myTextColor { color: #421055; }

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

This text font color is #421055.


Background Color

.myBgColor { background-color: #421055; }

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

This div background color is #421055.


Border color

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

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

This div border color is #421055.


Opacity

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

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

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

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

This text has shadow with #421055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421055 on black background.


Color preview on white background

This text has color #421055 on white background.



Black color preview on #421055 background

This text has black color on #421055 background.


White color preview on #421055 background

This text has white color on #421055 background.