Shades of Scarlet Gum #411D4E
Tints of Scarlet Gum #411D4E
RGB
CMYK
RGB Variations
Color information
#411D4E (or 0x411D4E) is known color: Scarlet Gum. HEX triplet: 41, 1D and 4E. RGB value is (65,29,78). Sum of RGB (Red+Green+Blue) = 65+29+78=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #411D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D4E is #BEE2B1. Grayscale: #2D2D2D. Windows color (decimal): -12509874 or 5119297. OLE color: 5119297.
HSL color Cylindrical-coordinate representation of color #411D4E: hue angle of 284.08º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411D4E is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 29 | 78 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.69 |
| HSL | 284.08º | 0.46% | 0.21% | - |
| HSV(B) | 284.08º | 0.63% | 0.31% | - |
| XYZ | 3.99 | 2.55 | 7.49 | - |
| YUV | 45.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 78 | 0.17 | 0.63 | 0 | 0.69 | 284.08 | 0.46 | 0.21 |
| Hex | 41 | 1D | 4E | 11 | 3F | 0 | 45 | 11C | 2E | 15 |
| Octal | 101 | 35 | 116 | 21 | 77 | 0 | 105 | 434 | 56 | 25 |
| Binary | 1000001 | 11101 | 1001110 | 10001 | 111111 | 0 | 1000101 | 100011100 | 101110 | 10101 |
Color Harmonies of #411D4E
Complementary color
Monochromatic Colors of #411D4E
Black with #411D4E
Text Example
Text Example
White with #411D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D4E; }
p { color: rgb(65,29,78); }
H1.HeaderClassName
{
color: #411D4E;
}
.AnyTagClassName
{
color: #411D4E;
}
</style>
background-color css
<style>
a { background-color: #411D4E; }
a { background-color: rgb(65,29,78); }
div.DivClassName
{
background-color: #411D4E;
}
.BgClassName
{
background-color: #411D4E;
}
</style>
border-color css
<style>
span { border-color: #411D4E; }
span { border-color: rgb(65,29,78); }
td.TdClassName
{
border-color: #411D4E;
}
.TagClassName
{
border-color: #411D4E;
}
</style>