#440559

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

Shades of Scarlet Gum #440559

Tints of Scarlet Gum #440559

Color information

#440559 (or 0x440559) is unknown color: approx Scarlet Gum. HEX triplet: 44, 05 and 59. RGB value is (68,5,89). Sum of RGB (Red+Green+Blue) = 68+5+89=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #440559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440559 is #BBFAA6. Grayscale: #212121. Windows color (decimal): -12319399 or 5834052. OLE color: 5834052.

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

Color convert

RGB68589-
CMYK0.240.9400.65
HSL285º89.36%18.43%-
HSV(B)285º94.38%34.9%-
XYZ4.242.069.63-
YUV33.41159.37152.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=41.98%
G=3.09%
B=54.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal685890.240.9400.6528589.3618.43
Hex44559185E04111d5912
Octal104513130136010143513122
Binary1000100101101100111000101111001000001100011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440559; }

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

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

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

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

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

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

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

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