#422054

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

Shades of Scarlet Gum #422054

Tints of Scarlet Gum #422054

Color information

#422054 (or 0x422054) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 54. RGB value is (66,32,84). Sum of RGB (Red+Green+Blue) = 66+32+84=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #422054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422054 is #BDDFAB. Grayscale: #2F2F2F. Windows color (decimal): -12443564 or 5513282. OLE color: 5513282.

HSL color Cylindrical-coordinate representation of color #422054: hue angle of 279.23º 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 #422054 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663284-
CMYK0.210.6200.67
HSL279.23º44.83%22.75%-
HSV(B)279.23º61.9%32.94%-
XYZ4.362.838.7-
YUV48.09148.26140.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=36.26%
G=17.58%
B=46.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6632840.210.6200.67279.2344.8322.75
Hex422054153E0431172d17
Octal10240124257601034275527
Binary10000101000001010100101011111100100001110001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422054; }

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

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

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

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

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

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

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

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