#422559

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

Shades of Scarlet Gum #422559

Tints of Scarlet Gum #422559

Color information

#422559 (or 0x422559) is unknown color: approx Scarlet Gum. HEX triplet: 42, 25 and 59. RGB value is (66,37,89). Sum of RGB (Red+Green+Blue) = 66+37+89=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #422559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422559 is #BDDAA6. Grayscale: #333333. Windows color (decimal): -12442279 or 5842242. OLE color: 5842242.

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

Color convert

RGB663789-
CMYK0.260.5800.65
HSL273.46º41.27%24.71%-
HSV(B)273.46º58.43%34.9%-
XYZ4.713.29.82-
YUV51.6149.11138.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=34.38%
G=19.27%
B=46.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6637890.260.5800.65273.4641.2724.71
Hex4225591A3A0411112919
Octal10245131327201014215131
Binary10000101001011011001110101110100100000110001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422559; }

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

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

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

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

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

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

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

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