#401358

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

Shades of Scarlet Gum #401358

Tints of Scarlet Gum #401358

Color information

#401358 (or 0x401358) is unknown color: approx Scarlet Gum. HEX triplet: 40, 13 and 58. RGB value is (64,19,88). Sum of RGB (Red+Green+Blue) = 64+19+88=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #401358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401358 is #BFECA7. Grayscale: #282828. Windows color (decimal): -12577960 or 5772096. OLE color: 5772096.

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

Color convert

RGB641988-
CMYK0.270.7800.65
HSL279.13º64.49%20.98%-
HSV(B)279.13º78.41%34.51%-
XYZ4.112.269.45-
YUV40.32154.91144.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=37.43%
G=11.11%
B=51.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6419880.270.7800.65279.1364.4920.98
Hex4013581B4E0411174015
Octal1002313033116010142710025
Binary100000010011101100011011100111001000001100010111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401358; }

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

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

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

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

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

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

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

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