#440557

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

Shades of Scarlet Gum #440557

Tints of Scarlet Gum #440557

Color information

#440557 (or 0x440557) is unknown color: approx Scarlet Gum. HEX triplet: 44, 05 and 57. RGB value is (68,5,87). Sum of RGB (Red+Green+Blue) = 68+5+87=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #440557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440557 is #BBFAA8. Grayscale: #202020. Windows color (decimal): -12319401 or 5702980. OLE color: 5702980.

HSL color Cylindrical-coordinate representation of color #440557: hue angle of 286.1º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440557 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB68587-
CMYK0.220.9400.66
HSL286.1º89.13%18.04%-
HSV(B)286.1º94.25%34.12%-
XYZ4.162.039.19-
YUV33.18158.37152.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=42.5%
G=3.12%
B=54.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal685870.220.9400.66286.189.1318.04
Hex44557165E04211e5912
Octal104512726136010243613122
Binary1000100101101011110110101111001000010100011110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440557; }

 p { color: rgb(68,5,87); }

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

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

 a { background-color: rgb(68,5,87); }

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

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

 span { border-color: rgb(68,5,87); }

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