Shades of Scarlet Gum #411C54
Tints of Scarlet Gum #411C54
RGB
CMYK
RGB Variations
Color information
#411C54 (or 0x411C54) is known color: Scarlet Gum. HEX triplet: 41, 1C and 54. RGB value is (65,28,84). Sum of RGB (Red+Green+Blue) = 65+28+84=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #411C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C54 is #BEE3AB. Grayscale: #2D2D2D. Windows color (decimal): -12510124 or 5512257. OLE color: 5512257.
HSL color Cylindrical-coordinate representation of color #411C54: hue angle of 279.64º 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 #411C54 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 28 | 84 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.67 |
| HSL | 279.64º | 0.5% | 0.22% | - |
| HSV(B) | 279.64º | 0.67% | 0.33% | - |
| XYZ | 4.2 | 2.59 | 8.67 | - |
| YUV | 45.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 84 | 0.23 | 0.67 | 0 | 0.67 | 279.64 | 0.5 | 0.22 |
| Hex | 41 | 1C | 54 | 17 | 43 | 0 | 43 | 118 | 32 | 16 |
| Octal | 101 | 34 | 124 | 27 | 103 | 0 | 103 | 430 | 62 | 26 |
| Binary | 1000001 | 11100 | 1010100 | 10111 | 1000011 | 0 | 1000011 | 100011000 | 110010 | 10110 |
Color Harmonies of #411C54
Complementary color
Monochromatic Colors of #411C54
Black with #411C54
Text Example
Text Example
White with #411C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C54; }
p { color: rgb(65,28,84); }
H1.HeaderClassName
{
color: #411C54;
}
.AnyTagClassName
{
color: #411C54;
}
</style>
background-color css
<style>
a { background-color: #411C54; }
a { background-color: rgb(65,28,84); }
div.DivClassName
{
background-color: #411C54;
}
.BgClassName
{
background-color: #411C54;
}
</style>
border-color css
<style>
span { border-color: #411C54; }
span { border-color: rgb(65,28,84); }
td.TdClassName
{
border-color: #411C54;
}
.TagClassName
{
border-color: #411C54;
}
</style>