#401058

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

Shades of Scarlet Gum #401058

Tints of Scarlet Gum #401058

Color information

#401058 (or 0x401058) is unknown color: approx Scarlet Gum. HEX triplet: 40, 10 and 58. RGB value is (64,16,88). Sum of RGB (Red+Green+Blue) = 64+16+88=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #401058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401058 is #BFEFA7. Grayscale: #262626. Windows color (decimal): -12578728 or 5771328. OLE color: 5771328.

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

Color convert

RGB641688-
CMYK0.270.8200.65
HSL280º69.23%20.39%-
HSV(B)280º81.82%34.51%-
XYZ4.062.179.44-
YUV38.56155.9146.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=38.10%
G=9.52%
B=52.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6416880.270.8200.6528069.2320.39
Hex4010581B520411184514
Octal1002013033122010143010524
Binary100000010000101100011011101001001000001100011000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401058; }

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

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

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

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

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

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

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

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