Shades of Scarlet Gum #401B57
Tints of Scarlet Gum #401B57
RGB
CMYK
RGB Variations
Color information
#401B57 (or 0x401B57) is known color: 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
| RGB | 64 | 27 | 87 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.66 |
| HSL | 277º | 0.53% | 0.22% | - |
| HSV(B) | 277º | 0.69% | 0.34% | - |
| XYZ | 4.23 | 2.56 | 9.29 | - |
| YUV | 44.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 87 | 0.26 | 0.69 | 0 | 0.66 | 277 | 0.53 | 0.22 |
| Hex | 40 | 1B | 57 | 1A | 45 | 0 | 42 | 115 | 35 | 16 |
| Octal | 100 | 33 | 127 | 32 | 105 | 0 | 102 | 425 | 65 | 26 |
| Binary | 1000000 | 11011 | 1010111 | 11010 | 1000101 | 0 | 1000010 | 100010101 | 110101 | 10110 |
Color Harmonies of #401B57
Complementary color
Monochromatic Colors of #401B57
Black with #401B57
Text Example
Text Example
White with #401B57
Text Example
Text Example
HTML Codes & Css Web 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>