#422258

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

Shades of Scarlet Gum #422258

Tints of Scarlet Gum #422258

Color information

#422258 (or 0x422258) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 58. RGB value is (66,34,88). Sum of RGB (Red+Green+Blue) = 66+34+88=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #422258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422258 is #BDDDA7. Grayscale: #313131. Windows color (decimal): -12443048 or 5775938. OLE color: 5775938.

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

Color convert

RGB663488-
CMYK0.250.6100.65
HSL275.56º44.26%23.92%-
HSV(B)275.56º61.36%34.51%-
XYZ4.583.019.57-
YUV49.72149.6139.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=35.11%
G=18.09%
B=46.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6634880.250.6100.65275.5644.2623.92
Hex422258193D0411142c18
Octal10242130317501014245430
Binary10000101000101011000110011111010100000110001010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422258; }

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

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

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

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

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

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

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

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