#421559

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

Shades of Scarlet Gum #421559

Tints of Scarlet Gum #421559

Color information

#421559 (or 0x421559) is unknown color: approx Scarlet Gum. HEX triplet: 42, 15 and 59. RGB value is (66,21,89). Sum of RGB (Red+Green+Blue) = 66+21+89=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #421559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421559 is #BDEAA6. Grayscale: #292929. Windows color (decimal): -12446375 or 5838146. OLE color: 5838146.

HSL color Cylindrical-coordinate representation of color #421559: hue angle of 279.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421559 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB662189-
CMYK0.260.7600.65
HSL279.71º61.82%21.57%-
HSV(B)279.71º76.4%34.9%-
XYZ4.322.429.69-
YUV42.21154.41144.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=37.5%
G=11.93%
B=50.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6621890.260.7600.65279.7161.8221.57
Hex4215591A4C0411183e16
Octal102251313211401014307626
Binary10000101010110110011101010011000100000110001100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421559; }

 p { color: rgb(66,21,89); }

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

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

 a { background-color: rgb(66,21,89); }

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

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

 span { border-color: rgb(66,21,89); }

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