#421E56

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

Shades of Scarlet Gum #421E56

Tints of Scarlet Gum #421E56

Color information

#421E56 (or 0x421E56) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1E and 56. RGB value is (66,30,86). Sum of RGB (Red+Green+Blue) = 66+30+86=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #421E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E56 is #BDE1A9. Grayscale: #2E2E2E. Windows color (decimal): -12444074 or 5643842. OLE color: 5643842.

HSL color Cylindrical-coordinate representation of color #421E56: hue angle of 278.57º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421E56 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB663086-
CMYK0.230.6500.66
HSL278.57º48.28%22.75%-
HSV(B)278.57º65.12%33.73%-
XYZ4.392.769.11-
YUV47.15149.93141.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=36.26%
G=16.48%
B=47.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6630860.230.6500.66278.5748.2822.75
Hex421E5617410421173017
Octal102361262710101024276027
Binary10000101111010101101011110000010100001010001011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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