COLOR #421155

HEX: #421155 RGB: (66,17,85)

Color info

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

RGB color model

#421155 color RGB value is (66,17,85).

RGB: (66,17,85) (26%, 7%, 33%)

RGB channels and saturation

R 66 of 255 = 26%
G 17 of 255 = 7%
B 85 of 255 = 33%

66
17
85

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

Portions of RGB colors in percentages

R + G + B = 66 + 17 + 85 = 168 (100%)
R 66 of 168 ~ 39.29%
G 17 of 168 ~ 10.12%
B 85 of 168 ~ 50.6'%

%39.29
%10.12
%50.6

CMYK color model

#421155 color CMYK value is (22,80,0,67).

  • cyan value is 22.35%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (22,80,0,67) C22M80Y0K67 (22%,80%,0%,67%) (0.22/0.80/0.00/0.67) 

CMYK percentages

%22.35
%80
%0
%66.67

Codes

Color #421155 in popluar color models

42 11 55
RGB 66 17 85
HSL 283° 66.67% 20.00%
HSB/HSV 283° 80.00% 33.33%
CMYK 22.35% 80.00% 0.00%
66.67%

Color #421155 in popluar number systems.

HEX 42 11 55
Decimal 66 17 85
Binary 1000010 10001 1010101
Octal 102 21 125

Shades and tints

Shades of #421155

#421155
(66,17,85)
#3C104E
(60,16,78)
#360F47
(54,15,71)
#300E40
(48,14,64)
#2A0D39
(42,13,57)
#240C32
(36,12,50)
#1E0B2B
(30,11,43)
#180A24
(24,10,36)
#12091D
(18,9,29)
#0C0816
(12,8,22)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #421155

#421155
(66,17,85)
#532664
(83,38,100)
#643B73
(100,59,115)
#755082
(117,80,130)
#866591
(134,101,145)
#977AA0
(151,122,160)
#A88FAF
(168,143,175)
#B9A4BE
(185,164,190)
#CAB9CD
(202,185,205)
#DBCEDC
(219,206,220)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421155; }

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

This text font color is #421155.

Background Color

.myBgColor { background-color: #421155; }

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

This div background color is #421155.

Border color

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

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

This div border color is #421155.

Opacity

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

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

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

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

This text has shadow with #421155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421155.

Preview

Color preview on black background

This text has color #421155 on black background.


Color preview on white background

This text has color #421155 on white background.


Black color preview on #421155 background

This text has black color on #421155 background.


White color preview on #421155 background

This text has white color on #421155 background.


Related colors

Complementary color

Complementary color for #hex is #BDEEAA.


I love getcolorcode.com

Triadic colors

1 #554211 and #115542 with #421155 are triadic colors.

2 #551142 and #114255 with #421155 are triadic colors.