#401E4B

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

Shades of Scarlet Gum #401E4B

Tints of Scarlet Gum #401E4B

Color information

#401E4B (or 0x401E4B) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1E and 4B. RGB value is (64,30,75). Sum of RGB (Red+Green+Blue) = 64+30+75=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #401E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E4B is #BFE1B4. Grayscale: #2D2D2D. Windows color (decimal): -12575157 or 4922944. OLE color: 4922944.

HSL color Cylindrical-coordinate representation of color #401E4B: hue angle of 285.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #401E4B is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643075-
CMYK0.150.6000.71
HSL285.33º42.86%20.59%-
HSV(B)285.33º60%29.41%-
XYZ3.852.536.94-
YUV45.3144.76141.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=37.87%
G=17.75%
B=44.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6430750.150.6000.71285.3342.8620.59
Hex401E4BF3C04711d2b15
Octal10036113177401074355325
Binary100000011110100101111111111000100011110001110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,30,75); }

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

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

 a { background-color: rgb(64,30,75); }

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

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

 span { border-color: rgb(64,30,75); }

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