#401155

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

Shades of Scarlet Gum #401155

Tints of Scarlet Gum #401155

Color information

#401155 (or 0x401155) is unknown color: approx Scarlet Gum. HEX triplet: 40, 11 and 55. RGB value is (64,17,85). Sum of RGB (Red+Green+Blue) = 64+17+85=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #401155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401155 is #BFEEAA. Grayscale: #262626. Windows color (decimal): -12578475 or 5574976. OLE color: 5574976.

HSL color Cylindrical-coordinate representation of color #401155: hue angle of 281.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401155 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB641785-
CMYK0.250.8000.67
HSL281.47º66.67%20%-
HSV(B)281.47º80%33.33%-
XYZ3.952.158.8-
YUV38.8154.07145.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=38.55%
G=10.24%
B=51.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6417850.250.8000.67281.4766.6720
Hex40115519500431194314
Octal1002112531120010343110324
Binary100000010001101010111001101000001000011100011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401155; }

 p { color: rgb(64,17,85); }

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

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

 a { background-color: rgb(64,17,85); }

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

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

 span { border-color: rgb(64,17,85); }

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