#42225A

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

Shades of Scarlet Gum #42225A

Tints of Scarlet Gum #42225A

Color information

#42225A (or 0x42225A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 22 and 5A. RGB value is (66,34,90). Sum of RGB (Red+Green+Blue) = 66+34+90=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #42225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42225A is #BDDDA5. Grayscale: #313131. Windows color (decimal): -12443046 or 5907010. OLE color: 5907010.

HSL color Cylindrical-coordinate representation of color #42225A: hue angle of 274.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42225A is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB663490-
CMYK0.270.6200.65
HSL274.29º45.16%24.31%-
HSV(B)274.29º62.22%35.29%-
XYZ4.663.0410.01-
YUV49.95150.6139.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=34.74%
G=17.89%
B=47.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6634900.270.6200.65274.2945.1624.31
Hex42225A1B3E0411122d18
Octal10242132337601014225530
Binary10000101000101011010110111111100100000110001001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42225A; }

 p { color: rgb(66,34,90); }

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

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

 a { background-color: rgb(66,34,90); }

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

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

 span { border-color: rgb(66,34,90); }

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