Shades of Scarlet Gum #41204E
Tints of Scarlet Gum #41204E
RGB
CMYK
RGB Variations
Color information
#41204E (or 0x41204E) is known color: Scarlet Gum. HEX triplet: 41, 20 and 4E. RGB value is (65,32,78). Sum of RGB (Red+Green+Blue) = 65+32+78=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #41204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41204E is #BEDFB1. Grayscale: #2E2E2E. Windows color (decimal): -12509106 or 5120065. OLE color: 5120065.
HSL color Cylindrical-coordinate representation of color #41204E: hue angle of 283.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41204E is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 32 | 78 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.69 |
| HSL | 283.04º | 0.42% | 0.22% | - |
| HSV(B) | 283.04º | 0.59% | 0.31% | - |
| XYZ | 4.07 | 2.71 | 7.52 | - |
| YUV | 47.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 78 | 0.17 | 0.59 | 0 | 0.69 | 283.04 | 0.42 | 0.22 |
| Hex | 41 | 20 | 4E | 11 | 3B | 0 | 45 | 11B | 2A | 16 |
| Octal | 101 | 40 | 116 | 21 | 73 | 0 | 105 | 433 | 52 | 26 |
| Binary | 1000001 | 100000 | 1001110 | 10001 | 111011 | 0 | 1000101 | 100011011 | 101010 | 10110 |
Color Harmonies of #41204E
Complementary color
Monochromatic Colors of #41204E
Black with #41204E
Text Example
Text Example
White with #41204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41204E; }
p { color: rgb(65,32,78); }
H1.HeaderClassName
{
color: #41204E;
}
.AnyTagClassName
{
color: #41204E;
}
</style>
background-color css
<style>
a { background-color: #41204E; }
a { background-color: rgb(65,32,78); }
div.DivClassName
{
background-color: #41204E;
}
.BgClassName
{
background-color: #41204E;
}
</style>
border-color css
<style>
span { border-color: #41204E; }
span { border-color: rgb(65,32,78); }
td.TdClassName
{
border-color: #41204E;
}
.TagClassName
{
border-color: #41204E;
}
</style>