#440357

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

Shades of Scarlet Gum #440357

Tints of Scarlet Gum #440357

Color information

#440357 (or 0x440357) is unknown color: approx Scarlet Gum. HEX triplet: 44, 03 and 57. RGB value is (68,3,87). Sum of RGB (Red+Green+Blue) = 68+3+87=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #440357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440357 is #BBFCA8. Grayscale: #1F1F1F. Windows color (decimal): -12319913 or 5702468. OLE color: 5702468.

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

Color convert

RGB68387-
CMYK0.220.9700.66
HSL286.43º93.33%17.65%-
HSV(B)286.43º96.55%34.12%-
XYZ4.141.989.18-
YUV32.01159.03153.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=43.04%
G=1.90%
B=55.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal683870.220.9700.66286.4393.3317.65
Hex44357166104211e5d12
Octal104312726141010243613522
Binary100010011101011110110110000101000010100011110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440357; }

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

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

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

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

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

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

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

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