#422056

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

Shades of Scarlet Gum #422056

Tints of Scarlet Gum #422056

Color information

#422056 (or 0x422056) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 56. RGB value is (66,32,86). Sum of RGB (Red+Green+Blue) = 66+32+86=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #422056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422056 is #BDDFA9. Grayscale: #303030. Windows color (decimal): -12443562 or 5644354. OLE color: 5644354.

HSL color Cylindrical-coordinate representation of color #422056: hue angle of 277.78º 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 #422056 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB663286-
CMYK0.230.6300.66
HSL277.78º45.76%23.14%-
HSV(B)277.78º62.79%33.73%-
XYZ4.442.869.12-
YUV48.32149.26140.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=35.87%
G=17.39%
B=46.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6632860.230.6300.66277.7845.7623.14
Hex422056173F0421162e17
Octal10240126277701024265627
Binary10000101000001010110101111111110100001010001011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422056; }

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

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

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

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

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

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

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

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