#420659

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

Shades of Scarlet Gum #420659

Tints of Scarlet Gum #420659

Color information

#420659 (or 0x420659) is unknown color: approx Scarlet Gum. HEX triplet: 42, 06 and 59. RGB value is (66,6,89). Sum of RGB (Red+Green+Blue) = 66+6+89=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #420659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420659 is #BDF9A6. Grayscale: #212121. Windows color (decimal): -12450215 or 5834306. OLE color: 5834306.

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

Color convert

RGB66689-
CMYK0.260.9300.65
HSL283.37º87.37%18.63%-
HSV(B)283.37º93.26%34.9%-
XYZ4.122.019.62-
YUV33.4159.38151.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=40.99%
G=3.73%
B=55.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal666890.260.9300.65283.3787.3718.63
Hex426591A5D04111b5713
Octal102613132135010143312723
Binary1000010110101100111010101110101000001100011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420659; }

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

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

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

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

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

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

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

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