#42205D

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

Shades of Scarlet Gum #42205D

Tints of Scarlet Gum #42205D

Color information

#42205D (or 0x42205D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 5D. RGB value is (66,32,93). Sum of RGB (Red+Green+Blue) = 66+32+93=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #42205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42205D is #BDDFA2. Grayscale: #303030. Windows color (decimal): -12443555 or 6103106. OLE color: 6103106.

HSL color Cylindrical-coordinate representation of color #42205D: hue angle of 273.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42205D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663293-
CMYK0.290.6600.64
HSL273.44º48.8%24.51%-
HSV(B)273.44º65.59%36.47%-
XYZ4.742.9810.68-
YUV49.12152.76140.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=34.55%
G=16.75%
B=48.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6632930.290.6600.64273.4448.824.51
Hex42205D1D420401113119
Octal102401353510201004216131
Binary100001010000010111011110110000100100000010001000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42205D; }

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

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

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

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

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

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

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

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