#401957

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

Shades of Scarlet Gum #401957

Tints of Scarlet Gum #401957

Color information

#401957 (or 0x401957) is unknown color: approx Scarlet Gum. HEX triplet: 40, 19 and 57. RGB value is (64,25,87). Sum of RGB (Red+Green+Blue) = 64+25+87=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #401957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401957 is #BFE6A8. Grayscale: #2B2B2B. Windows color (decimal): -12576425 or 5708096. OLE color: 5708096.

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

Color convert

RGB642587-
CMYK0.260.7100.66
HSL277.74º55.36%21.96%-
HSV(B)277.74º71.26%34.12%-
XYZ4.182.479.27-
YUV43.73152.42142.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=36.36%
G=14.20%
B=49.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6425870.260.7100.66277.7455.3621.96
Hex4019571A470421163716
Octal100311273210701024266726
Binary10000001100110101111101010001110100001010001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401957; }

 p { color: rgb(64,25,87); }

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

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

 a { background-color: rgb(64,25,87); }

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

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

 span { border-color: rgb(64,25,87); }

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