#422259

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

Shades of Scarlet Gum #422259

Tints of Scarlet Gum #422259

Color information

#422259 (or 0x422259) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 59. RGB value is (66,34,89). Sum of RGB (Red+Green+Blue) = 66+34+89=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #422259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422259 is #BDDDA6. Grayscale: #313131. Windows color (decimal): -12443047 or 5841474. OLE color: 5841474.

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

Color convert

RGB663489-
CMYK0.260.6200.65
HSL274.91º44.72%24.12%-
HSV(B)274.91º61.8%34.9%-
XYZ4.623.029.79-
YUV49.84150.1139.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=34.92%
G=17.99%
B=47.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6634890.260.6200.65274.9144.7224.12
Hex4222591A3E0411132d18
Octal10242131327601014235530
Binary10000101000101011001110101111100100000110001001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422259; }

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

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

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

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

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

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

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

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