Shades of Scarlet Gum #401A4D
Tints of Scarlet Gum #401A4D
RGB
CMYK
RGB Variations
Color information
#401A4D (or 0x401A4D) is known color: Scarlet Gum. HEX triplet: 40, 1A and 4D. RGB value is (64,26,77). Sum of RGB (Red+Green+Blue) = 64+26+77=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #401A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A4D is #BFE5B2. Grayscale: #2B2B2B. Windows color (decimal): -12576179 or 5052992. OLE color: 5052992.
HSL color Cylindrical-coordinate representation of color #401A4D: hue angle of 284.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401A4D is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 26 | 77 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.70 |
| HSL | 284.71º | 0.5% | 0.2% | - |
| HSV(B) | 284.71º | 0.66% | 0.3% | - |
| XYZ | 3.82 | 2.36 | 7.28 | - |
| YUV | 43.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 77 | 0.17 | 0.66 | 0 | 0.70 | 284.71 | 0.5 | 0.2 |
| Hex | 40 | 1A | 4D | 11 | 42 | 0 | 46 | 11D | 32 | 14 |
| Octal | 100 | 32 | 115 | 21 | 102 | 0 | 106 | 435 | 62 | 24 |
| Binary | 1000000 | 11010 | 1001101 | 10001 | 1000010 | 0 | 1000110 | 100011101 | 110010 | 10100 |
Color Harmonies of #401A4D
Complementary color
Monochromatic Colors of #401A4D
Black with #401A4D
Text Example
Text Example
White with #401A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A4D; }
p { color: rgb(64,26,77); }
H1.HeaderClassName
{
color: #401A4D;
}
.AnyTagClassName
{
color: #401A4D;
}
</style>
background-color css
<style>
a { background-color: #401A4D; }
a { background-color: rgb(64,26,77); }
div.DivClassName
{
background-color: #401A4D;
}
.BgClassName
{
background-color: #401A4D;
}
</style>
border-color css
<style>
span { border-color: #401A4D; }
span { border-color: rgb(64,26,77); }
td.TdClassName
{
border-color: #401A4D;
}
.TagClassName
{
border-color: #401A4D;
}
</style>