#421E4E

Color #421E4E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #421E4E

Tints of Scarlet Gum #421E4E

Color information

#421E4E (or 0x421E4E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1E and 4E. RGB value is (66,30,78). Sum of RGB (Red+Green+Blue) = 66+30+78=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #421E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E4E is #BDE1B1. Grayscale: #2E2E2E. Windows color (decimal): -12444082 or 5119554. OLE color: 5119554.

HSL color Cylindrical-coordinate representation of color #421E4E: hue angle of 285º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421E4E is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB663078-
CMYK0.150.6200.69
HSL285º44.44%21.18%-
HSV(B)285º61.54%30.59%-
XYZ4.092.647.5-
YUV46.24145.93142.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6630780.150.6200.6928544.4421.18
Hex421E4EF3E04511d2c15
Octal10236116177601054355425
Binary100001011110100111011111111100100010110001110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421E4E; }

 p { color: rgb(66,30,78); }

 H1.HeaderClassName
 {
   color: #421E4E;
 }
 .AnyTagClassName
 {
   color: #421E4E;
 }
</style>
background-color css

<style>
 a { background-color: #421E4E; }

 a { background-color: rgb(66,30,78); }

 div.DivClassName
 {
   background-color: #421E4E;
 }
 .BgClassName
 {
   background-color: #421E4E;
 }
</style>
border-color css

<style>
 span { border-color: #421E4E; }

 span { border-color: rgb(66,30,78); }

 td.TdClassName
 {
   border-color: #421E4E;
 }
 .TagClassName
 {
   border-color: #421E4E;
 }
</style>