#401C54

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

Shades of Scarlet Gum #401C54

Tints of Scarlet Gum #401C54

Color information

#401C54 (or 0x401C54) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1C and 54. RGB value is (64,28,84). Sum of RGB (Red+Green+Blue) = 64+28+84=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #401C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C54 is #BFE3AB. Grayscale: #2C2C2C. Windows color (decimal): -12575660 or 5512256. OLE color: 5512256.

HSL color Cylindrical-coordinate representation of color #401C54: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401C54 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB642884-
CMYK0.240.6700.67
HSL278.57º50%21.96%-
HSV(B)278.57º66.67%32.94%-
XYZ4.132.568.66-
YUV45.15149.93141.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=36.36%
G=15.91%
B=47.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6428840.240.6700.67278.575021.96
Hex401C5418430431173216
Octal100341243010301034276226
Binary10000001110010101001100010000110100001110001011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401C54; }

 p { color: rgb(64,28,84); }

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

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

 a { background-color: rgb(64,28,84); }

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

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

 span { border-color: rgb(64,28,84); }

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