#401B50

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

Shades of Scarlet Gum #401B50

Tints of Scarlet Gum #401B50

Color information

#401B50 (or 0x401B50) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1B and 50. RGB value is (64,27,80). Sum of RGB (Red+Green+Blue) = 64+27+80=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #401B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B50 is #BFE4AF. Grayscale: #2B2B2B. Windows color (decimal): -12575920 or 5249856. OLE color: 5249856.

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

Color convert

RGB642780-
CMYK0.200.6600.69
HSL281.89º49.53%20.98%-
HSV(B)281.89º66.25%31.37%-
XYZ3.952.457.85-
YUV44.1148.26142.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=37.43%
G=15.79%
B=46.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6427800.200.6600.69281.8949.5320.98
Hex401B50144204511a3215
Octal100331202410201054326225
Binary10000001101110100001010010000100100010110001101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,27,80); }

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

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

 a { background-color: rgb(64,27,80); }

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

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

 span { border-color: rgb(64,27,80); }

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