Shades of Scarlet Gum #410F55
Tints of Scarlet Gum #410F55
RGB
CMYK
RGB Variations
Color information
#410F55 (or 0x410F55) is known color: Scarlet Gum. HEX triplet: 41, 0F and 55. RGB value is (65,15,85). Sum of RGB (Red+Green+Blue) = 65+15+85=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #410F55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F55 is #BEF0AA. Grayscale: #252525. Windows color (decimal): -12513451 or 5574465. OLE color: 5574465.
HSL color Cylindrical-coordinate representation of color #410F55: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410F55 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 15 | 85 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.67 |
| HSL | 282.86º | 0.7% | 0.2% | - |
| HSV(B) | 282.86º | 0.82% | 0.33% | - |
| XYZ | 3.99 | 2.12 | 8.79 | - |
| YUV | 37.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 85 | 0.24 | 0.82 | 0 | 0.67 | 282.86 | 0.7 | 0.2 |
| Hex | 41 | F | 55 | 18 | 52 | 0 | 43 | 11B | 46 | 14 |
| Octal | 101 | 17 | 125 | 30 | 122 | 0 | 103 | 433 | 106 | 24 |
| Binary | 1000001 | 1111 | 1010101 | 11000 | 1010010 | 0 | 1000011 | 100011011 | 1000110 | 10100 |
Color Harmonies of #410F55
Complementary color
Monochromatic Colors of #410F55
Black with #410F55
Text Example
Text Example
White with #410F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F55; }
p { color: rgb(65,15,85); }
H1.HeaderClassName
{
color: #410F55;
}
.AnyTagClassName
{
color: #410F55;
}
</style>
background-color css
<style>
a { background-color: #410F55; }
a { background-color: rgb(65,15,85); }
div.DivClassName
{
background-color: #410F55;
}
.BgClassName
{
background-color: #410F55;
}
</style>
border-color css
<style>
span { border-color: #410F55; }
span { border-color: rgb(65,15,85); }
td.TdClassName
{
border-color: #410F55;
}
.TagClassName
{
border-color: #410F55;
}
</style>