#420459

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

Shades of Scarlet Gum #420459

Tints of Scarlet Gum #420459

Color information

#420459 (or 0x420459) is unknown color: approx Scarlet Gum. HEX triplet: 42, 04 and 59. RGB value is (66,4,89). Sum of RGB (Red+Green+Blue) = 66+4+89=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #420459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420459 is #BDFBA6. Grayscale: #1F1F1F. Windows color (decimal): -12450727 or 5833794. OLE color: 5833794.

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

Color convert

RGB66489-
CMYK0.260.9600.65
HSL283.76º91.4%18.24%-
HSV(B)283.76º95.51%34.9%-
XYZ4.091.979.61-
YUV32.23160.04152.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=41.51%
G=2.52%
B=55.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal664890.260.9600.65283.7691.418.24
Hex424591A6004111c5b12
Octal102413132140010143413322
Binary1000010100101100111010110000001000001100011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420459; }

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

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

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

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

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

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

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

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