Shades of Scarlet Gum #411C57
Tints of Scarlet Gum #411C57
RGB
CMYK
RGB Variations
Color information
#411C57 (or 0x411C57) is known color: Scarlet Gum. HEX triplet: 41, 1C and 57. RGB value is (65,28,87). Sum of RGB (Red+Green+Blue) = 65+28+87=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #411C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C57 is #BEE3A8. Grayscale: #2D2D2D. Windows color (decimal): -12510121 or 5708865. OLE color: 5708865.
HSL color Cylindrical-coordinate representation of color #411C57: hue angle of 277.63º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411C57 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 28 | 87 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.66 |
| HSL | 277.63º | 0.51% | 0.23% | - |
| HSV(B) | 277.63º | 0.68% | 0.34% | - |
| XYZ | 4.32 | 2.64 | 9.3 | - |
| YUV | 45.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 87 | 0.25 | 0.68 | 0 | 0.66 | 277.63 | 0.51 | 0.23 |
| Hex | 41 | 1C | 57 | 19 | 44 | 0 | 42 | 116 | 33 | 17 |
| Octal | 101 | 34 | 127 | 31 | 104 | 0 | 102 | 426 | 63 | 27 |
| Binary | 1000001 | 11100 | 1010111 | 11001 | 1000100 | 0 | 1000010 | 100010110 | 110011 | 10111 |
Color Harmonies of #411C57
Complementary color
Monochromatic Colors of #411C57
Black with #411C57
Text Example
Text Example
White with #411C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C57; }
p { color: rgb(65,28,87); }
H1.HeaderClassName
{
color: #411C57;
}
.AnyTagClassName
{
color: #411C57;
}
</style>
background-color css
<style>
a { background-color: #411C57; }
a { background-color: rgb(65,28,87); }
div.DivClassName
{
background-color: #411C57;
}
.BgClassName
{
background-color: #411C57;
}
</style>
border-color css
<style>
span { border-color: #411C57; }
span { border-color: rgb(65,28,87); }
td.TdClassName
{
border-color: #411C57;
}
.TagClassName
{
border-color: #411C57;
}
</style>