Shades of Scarlet Gum #411559
Tints of Scarlet Gum #411559
RGB
CMYK
RGB Variations
Color information
#411559 (or 0x411559) is known color: Scarlet Gum. HEX triplet: 41, 15 and 59. RGB value is (65,21,89). Sum of RGB (Red+Green+Blue) = 65+21+89=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #411559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411559 is #BEEAA6. Grayscale: #292929. Windows color (decimal): -12511911 or 5838145. OLE color: 5838145.
HSL color Cylindrical-coordinate representation of color #411559: hue angle of 278.82º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411559 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 21 | 89 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.65 |
| HSL | 278.82º | 0.62% | 0.22% | - |
| HSV(B) | 278.82º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 2.38 | 9.69 | - |
| YUV | 41.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 89 | 0.27 | 0.76 | 0 | 0.65 | 278.82 | 0.62 | 0.22 |
| Hex | 41 | 15 | 59 | 1B | 4C | 0 | 41 | 117 | 3E | 16 |
| Octal | 101 | 25 | 131 | 33 | 114 | 0 | 101 | 427 | 76 | 26 |
| Binary | 1000001 | 10101 | 1011001 | 11011 | 1001100 | 0 | 1000001 | 100010111 | 111110 | 10110 |
Color Harmonies of #411559
Complementary color
Monochromatic Colors of #411559
Black with #411559
Text Example
Text Example
White with #411559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411559; }
p { color: rgb(65,21,89); }
H1.HeaderClassName
{
color: #411559;
}
.AnyTagClassName
{
color: #411559;
}
</style>
background-color css
<style>
a { background-color: #411559; }
a { background-color: rgb(65,21,89); }
div.DivClassName
{
background-color: #411559;
}
.BgClassName
{
background-color: #411559;
}
</style>
border-color css
<style>
span { border-color: #411559; }
span { border-color: rgb(65,21,89); }
td.TdClassName
{
border-color: #411559;
}
.TagClassName
{
border-color: #411559;
}
</style>