#442A5C

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

Shades of Scarlet Gum #442A5C

Tints of Scarlet Gum #442A5C

Color information

#442A5C (or 0x442A5C) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2A and 5C. RGB value is (68,42,92). Sum of RGB (Red+Green+Blue) = 68+42+92=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #442A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A5C is #BBD5A3. Grayscale: #373737. Windows color (decimal): -12309924 or 6040132. OLE color: 6040132.

HSL color Cylindrical-coordinate representation of color #442A5C: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #442A5C is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB684292-
CMYK0.260.5400.64
HSL271.2º37.31%26.27%-
HSV(B)271.2º54.35%36.08%-
XYZ5.143.6610.56-
YUV55.47148.61136.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=33.66%
G=20.79%
B=45.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6842920.260.5400.64271.237.3126.27
Hex442A5C1A3604010f251a
Octal10452134326601004174532
Binary10001001010101011100110101101100100000010000111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A5C; }

 p { color: rgb(68,42,92); }

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

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

 a { background-color: rgb(68,42,92); }

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

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

 span { border-color: rgb(68,42,92); }

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