Shades of Scarlet Gum #401C55
Tints of Scarlet Gum #401C55
RGB
CMYK
RGB Variations
Color information
#401C55 (or 0x401C55) is known color: Scarlet Gum. HEX triplet: 40, 1C and 55. RGB value is (64,28,85). Sum of RGB (Red+Green+Blue) = 64+28+85=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #401C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C55 is #BFE3AA. Grayscale: #2D2D2D. Windows color (decimal): -12575659 or 5577792. OLE color: 5577792.
HSL color Cylindrical-coordinate representation of color #401C55: hue angle of 277.89º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401C55 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 28 | 85 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.67 |
| HSL | 277.89º | 0.5% | 0.22% | - |
| HSV(B) | 277.89º | 0.67% | 0.33% | - |
| XYZ | 4.17 | 2.58 | 8.87 | - |
| YUV | 45.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 85 | 0.25 | 0.67 | 0 | 0.67 | 277.89 | 0.5 | 0.22 |
| Hex | 40 | 1C | 55 | 19 | 43 | 0 | 43 | 116 | 32 | 16 |
| Octal | 100 | 34 | 125 | 31 | 103 | 0 | 103 | 426 | 62 | 26 |
| Binary | 1000000 | 11100 | 1010101 | 11001 | 1000011 | 0 | 1000011 | 100010110 | 110010 | 10110 |
Color Harmonies of #401C55
Complementary color
Monochromatic Colors of #401C55
Black with #401C55
Text Example
Text Example
White with #401C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C55; }
p { color: rgb(64,28,85); }
H1.HeaderClassName
{
color: #401C55;
}
.AnyTagClassName
{
color: #401C55;
}
</style>
background-color css
<style>
a { background-color: #401C55; }
a { background-color: rgb(64,28,85); }
div.DivClassName
{
background-color: #401C55;
}
.BgClassName
{
background-color: #401C55;
}
</style>
border-color css
<style>
span { border-color: #401C55; }
span { border-color: rgb(64,28,85); }
td.TdClassName
{
border-color: #401C55;
}
.TagClassName
{
border-color: #401C55;
}
</style>