Shades of Scarlet Gum #411258
Tints of Scarlet Gum #411258
RGB
CMYK
RGB Variations
Color information
#411258 (or 0x411258) is known color: Scarlet Gum. HEX triplet: 41, 12 and 58. RGB value is (65,18,88). Sum of RGB (Red+Green+Blue) = 65+18+88=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #411258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411258 is #BEEDA7. Grayscale: #272727. Windows color (decimal): -12512680 or 5771841. OLE color: 5771841.
HSL color Cylindrical-coordinate representation of color #411258: hue angle of 280.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411258 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 18 | 88 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.65 |
| HSL | 280.29º | 0.66% | 0.21% | - |
| HSV(B) | 280.29º | 0.8% | 0.35% | - |
| XYZ | 4.16 | 2.26 | 9.45 | - |
| YUV | 40.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 88 | 0.26 | 0.80 | 0 | 0.65 | 280.29 | 0.66 | 0.21 |
| Hex | 41 | 12 | 58 | 1A | 50 | 0 | 41 | 118 | 42 | 15 |
| Octal | 101 | 22 | 130 | 32 | 120 | 0 | 101 | 430 | 102 | 25 |
| Binary | 1000001 | 10010 | 1011000 | 11010 | 1010000 | 0 | 1000001 | 100011000 | 1000010 | 10101 |
Color Harmonies of #411258
Complementary color
Monochromatic Colors of #411258
Black with #411258
Text Example
Text Example
White with #411258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411258; }
p { color: rgb(65,18,88); }
H1.HeaderClassName
{
color: #411258;
}
.AnyTagClassName
{
color: #411258;
}
</style>
background-color css
<style>
a { background-color: #411258; }
a { background-color: rgb(65,18,88); }
div.DivClassName
{
background-color: #411258;
}
.BgClassName
{
background-color: #411258;
}
</style>
border-color css
<style>
span { border-color: #411258; }
span { border-color: rgb(65,18,88); }
td.TdClassName
{
border-color: #411258;
}
.TagClassName
{
border-color: #411258;
}
</style>