#42205B

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

Shades of Scarlet Gum #42205B

Tints of Scarlet Gum #42205B

Color information

#42205B (or 0x42205B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 20 and 5B. RGB value is (66,32,91). Sum of RGB (Red+Green+Blue) = 66+32+91=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #42205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42205B is #BDDFA4. Grayscale: #303030. Windows color (decimal): -12443557 or 5972034. OLE color: 5972034.

HSL color Cylindrical-coordinate representation of color #42205B: hue angle of 274.58º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42205B is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663291-
CMYK0.270.6500.64
HSL274.58º47.97%24.12%-
HSV(B)274.58º64.84%35.69%-
XYZ4.652.9510.22-
YUV48.89151.76140.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=34.92%
G=16.93%
B=48.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6632910.270.6500.64274.5847.9724.12
Hex42205B1B410401133018
Octal102401333310101004236030
Binary100001010000010110111101110000010100000010001001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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