#401158

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

Shades of Scarlet Gum #401158

Tints of Scarlet Gum #401158

Color information

#401158 (or 0x401158) is unknown color: approx Scarlet Gum. HEX triplet: 40, 11 and 58. RGB value is (64,17,88). Sum of RGB (Red+Green+Blue) = 64+17+88=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #401158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401158 is #BFEEA7. Grayscale: #262626. Windows color (decimal): -12578472 or 5771584. OLE color: 5771584.

HSL color Cylindrical-coordinate representation of color #401158: hue angle of 279.72º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401158 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB641788-
CMYK0.270.8100.65
HSL279.72º67.62%20.59%-
HSV(B)279.72º80.68%34.51%-
XYZ4.082.29.44-
YUV39.15155.57145.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=37.87%
G=10.06%
B=52.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6417880.270.8100.65279.7267.6220.59
Hex4011581B510411184415
Octal1002113033121010143010425
Binary100000010001101100011011101000101000001100011000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401158; }

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

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

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

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

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

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

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

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