#422057

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

Shades of Scarlet Gum #422057

Tints of Scarlet Gum #422057

Color information

#422057 (or 0x422057) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 57. RGB value is (66,32,87). Sum of RGB (Red+Green+Blue) = 66+32+87=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #422057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422057 is #BDDFA8. Grayscale: #303030. Windows color (decimal): -12443561 or 5709890. OLE color: 5709890.

HSL color Cylindrical-coordinate representation of color #422057: hue angle of 277.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422057 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB663287-
CMYK0.240.6300.66
HSL277.09º46.22%23.33%-
HSV(B)277.09º63.22%34.12%-
XYZ4.482.889.34-
YUV48.44149.76140.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=35.68%
G=17.30%
B=47.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6632870.240.6300.66277.0946.2223.33
Hex422057183F0421152e17
Octal10240127307701024255627
Binary10000101000001010111110001111110100001010001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422057; }

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

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

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

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

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

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

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

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