#401B57

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

Shades of Scarlet Gum #401B57

Tints of Scarlet Gum #401B57

Color information

#401B57 (or 0x401B57) is unknown color: approx Scarlet Gum. HEX triplet: 40, 1B and 57. RGB value is (64,27,87). Sum of RGB (Red+Green+Blue) = 64+27+87=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #401B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B57 is #BFE4A8. Grayscale: #2C2C2C. Windows color (decimal): -12575913 or 5708608. OLE color: 5708608.

HSL color Cylindrical-coordinate representation of color #401B57: hue angle of 277º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401B57 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB642787-
CMYK0.260.6900.66
HSL277º52.63%22.35%-
HSV(B)277º68.97%34.12%-
XYZ4.232.569.29-
YUV44.9151.76141.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=35.96%
G=15.17%
B=48.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6427870.260.6900.6627752.6322.35
Hex401B571A450421153516
Octal100331273210501024256526
Binary10000001101110101111101010001010100001010001010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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