#401A4F

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

Shades of Scarlet Gum #401A4F

Tints of Scarlet Gum #401A4F

Color information

#401A4F (or 0x401A4F) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1A and 4F. RGB value is (64,26,79). Sum of RGB (Red+Green+Blue) = 64+26+79=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #401A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A4F is #BFE5B0. Grayscale: #2B2B2B. Windows color (decimal): -12576177 or 5184064. OLE color: 5184064.

HSL color Cylindrical-coordinate representation of color #401A4F: hue angle of 283.02º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401A4F is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB642679-
CMYK0.190.6700.69
HSL283.02º50.48%20.59%-
HSV(B)283.02º67.09%30.98%-
XYZ3.92.397.65-
YUV43.4148.09142.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=37.87%
G=15.38%
B=46.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6426790.190.6700.69283.0250.4820.59
Hex401A4F134304511b3215
Octal100321172310301054336225
Binary10000001101010011111001110000110100010110001101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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