COLOR #421363

HEX: #421363
RGB: (66,19,99)

Color info

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

RGB color model

#421363 color RGB value is (66,19,99).

  • red value is 66;
  • green value is 19;
  • blue value is 99.
RGB:
(66,19,99)
(26%,7%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 19 of 255 = 7%
B 99 of 255 = 39%

66
19
99

R + G + B ~ 24%. #421363 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 19 + 99 = 184 (100%)
R 66 of 184 ~ 35.87%
G 19 of 184 ~ 10.33%
B 99 of 184 ~ 53.8%

%35.87
%10.33
%53.8

CMYK color model

#421363 color CMYK value is (33,81,0,61).

  • cyan value is 33.33%
  • magenta value is 80.81%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(33,81,0,61)
C33M81Y0K61 
(33%,81%,0%,61%)
(0.33/0.81/0.00/0.61)	

CMYK percentages

%33.33
%80.81
%0
%61.18

Codes

Color #421363 in popluar color models

421363
RGB661999
HSL275°67.80%23.14%
HSB/HSV275°80.81%38.82%
CMYK33.33%80.81%0.00%
61.18%

Color #421363 in popluar number systems.

HEX421363
Decimal661999
Binary1000010100111100011
Octal10223143

Shades and tints

Shades of #421363

#421363
(66,19,99)
#3C125A
(60,18,90)
#361151
(54,17,81)
#301048
(48,16,72)
#2A0F3F
(42,15,63)
#240E36
(36,14,54)
#1E0D2D
(30,13,45)
#180C24
(24,12,36)
#120B1B
(18,11,27)
#0C0A12
(12,10,18)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #421363

#421363
(66,19,99)
#532871
(83,40,113)
#643D7F
(100,61,127)
#75528D
(117,82,141)
#86679B
(134,103,155)
#977CA9
(151,124,169)
#A891B7
(168,145,183)
#B9A6C5
(185,166,197)
#CABBD3
(202,187,211)
#DBD0E1
(219,208,225)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421363 color. Also use rgb(66,19,99) instead hex code.

Text Font Color

.myTextColor { color: #421363; }

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

This text font color is #421363.


Background Color

.myBgColor { background-color: #421363; }

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

This div background color is #421363.


Border color

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

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

This div border color is #421363.


Opacity

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

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

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

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

This text has shadow with #421363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421363 on black background.


Color preview on white background

This text has color #421363 on white background.



Black color preview on #421363 background

This text has black color on #421363 background.


White color preview on #421363 background

This text has white color on #421363 background.