#422059

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

Shades of Scarlet Gum #422059

Tints of Scarlet Gum #422059

Color information

#422059 (or 0x422059) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 59. RGB value is (66,32,89). Sum of RGB (Red+Green+Blue) = 66+32+89=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #422059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422059 is #BDDFA6. Grayscale: #303030. Windows color (decimal): -12443559 or 5840962. OLE color: 5840962.

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

Color convert

RGB663289-
CMYK0.260.6400.65
HSL275.79º47.11%23.73%-
HSV(B)275.79º64.04%34.9%-
XYZ4.572.919.77-
YUV48.66150.76140.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=35.29%
G=17.11%
B=47.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6632890.260.6400.65275.7947.1123.73
Hex4220591A400411142f18
Octal102401313210001014245730
Binary100001010000010110011101010000000100000110001010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422059; }

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

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

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

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

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

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

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

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