#401A4D

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

Shades of Scarlet Gum #401A4D

Tints of Scarlet Gum #401A4D

Color information

#401A4D (or 0x401A4D) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1A and 4D. RGB value is (64,26,77). Sum of RGB (Red+Green+Blue) = 64+26+77=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #401A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A4D is #BFE5B2. Grayscale: #2B2B2B. Windows color (decimal): -12576179 or 5052992. OLE color: 5052992.

HSL color Cylindrical-coordinate representation of color #401A4D: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401A4D is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB642677-
CMYK0.170.6600.70
HSL284.71º49.51%20.2%-
HSV(B)284.71º66.23%30.2%-
XYZ3.822.367.28-
YUV43.18147.09142.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=38.32%
G=15.57%
B=46.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6426770.170.6600.70284.7149.5120.2
Hex401A4D114204611d3214
Octal100321152110201064356224
Binary10000001101010011011000110000100100011010001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,77); }

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

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

 a { background-color: rgb(64,26,77); }

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

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

 span { border-color: rgb(64,26,77); }

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