#422255

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

Shades of Scarlet Gum #422255

Tints of Scarlet Gum #422255

Color information

#422255 (or 0x422255) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 55. RGB value is (66,34,85). Sum of RGB (Red+Green+Blue) = 66+34+85=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #422255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422255 is #BDDDAA. Grayscale: #313131. Windows color (decimal): -12443051 or 5579330. OLE color: 5579330.

HSL color Cylindrical-coordinate representation of color #422255: hue angle of 277.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422255 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663485-
CMYK0.220.6000.67
HSL277.65º42.86%23.33%-
HSV(B)277.65º60%33.33%-
XYZ4.462.968.93-
YUV49.38148.1139.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=35.68%
G=18.38%
B=45.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6634850.220.6000.67277.6542.8623.33
Hex422255163C0431162b17
Octal10242125267401034265327
Binary10000101000101010101101101111000100001110001011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422255; }

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

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

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

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

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

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

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

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