#422055

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

Shades of Scarlet Gum #422055

Tints of Scarlet Gum #422055

Color information

#422055 (or 0x422055) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 55. RGB value is (66,32,85). Sum of RGB (Red+Green+Blue) = 66+32+85=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #422055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422055 is #BDDFAA. Grayscale: #303030. Windows color (decimal): -12443563 or 5578818. OLE color: 5578818.

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

Color convert

RGB663285-
CMYK0.220.6200.67
HSL278.49º45.3%22.94%-
HSV(B)278.49º62.35%33.33%-
XYZ4.42.858.91-
YUV48.21148.76140.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=36.07%
G=17.49%
B=46.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6632850.220.6200.67278.4945.322.94
Hex422055163E0431162d17
Octal10240125267601034265527
Binary10000101000001010101101101111100100001110001011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422055; }

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

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

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

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

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

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

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

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