Shades of Scarlet Gum #411C55
Tints of Scarlet Gum #411C55
RGB
CMYK
RGB Variations
Color information
#411C55 (or 0x411C55) is known color: Scarlet Gum. HEX triplet: 41, 1C and 55. RGB value is (65,28,85). Sum of RGB (Red+Green+Blue) = 65+28+85=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #411C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C55 is #BEE3AA. Grayscale: #2D2D2D. Windows color (decimal): -12510123 or 5577793. OLE color: 5577793.
HSL color Cylindrical-coordinate representation of color #411C55: hue angle of 278.95º 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 #411C55 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 28 | 85 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.67 |
| HSL | 278.95º | 0.5% | 0.22% | - |
| HSV(B) | 278.95º | 0.67% | 0.33% | - |
| XYZ | 4.23 | 2.61 | 8.87 | - |
| YUV | 45.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 85 | 0.24 | 0.67 | 0 | 0.67 | 278.95 | 0.5 | 0.22 |
| Hex | 41 | 1C | 55 | 18 | 43 | 0 | 43 | 117 | 32 | 16 |
| Octal | 101 | 34 | 125 | 30 | 103 | 0 | 103 | 427 | 62 | 26 |
| Binary | 1000001 | 11100 | 1010101 | 11000 | 1000011 | 0 | 1000011 | 100010111 | 110010 | 10110 |
Color Harmonies of #411C55
Complementary color
Monochromatic Colors of #411C55
Black with #411C55
Text Example
Text Example
White with #411C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C55; }
p { color: rgb(65,28,85); }
H1.HeaderClassName
{
color: #411C55;
}
.AnyTagClassName
{
color: #411C55;
}
</style>
background-color css
<style>
a { background-color: #411C55; }
a { background-color: rgb(65,28,85); }
div.DivClassName
{
background-color: #411C55;
}
.BgClassName
{
background-color: #411C55;
}
</style>
border-color css
<style>
span { border-color: #411C55; }
span { border-color: rgb(65,28,85); }
td.TdClassName
{
border-color: #411C55;
}
.TagClassName
{
border-color: #411C55;
}
</style>