Shades of Scarlet Gum #42204E
Tints of Scarlet Gum #42204E
RGB
CMYK
RGB Variations
Color information
#42204E (or 0x42204E) is known color: Scarlet Gum. HEX triplet: 42, 20 and 4E. RGB value is (66,32,78). Sum of RGB (Red+Green+Blue) = 66+32+78=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #42204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42204E is #BDDFB1. Grayscale: #2F2F2F. Windows color (decimal): -12443570 or 5120066. OLE color: 5120066.
HSL color Cylindrical-coordinate representation of color #42204E: hue angle of 284.35º 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 #42204E is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 32 | 78 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.69 |
| HSL | 284.35º | 0.42% | 0.22% | - |
| HSV(B) | 284.35º | 0.59% | 0.31% | - |
| XYZ | 4.14 | 2.74 | 7.52 | - |
| YUV | 47.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 78 | 0.15 | 0.59 | 0 | 0.69 | 284.35 | 0.42 | 0.22 |
| Hex | 42 | 20 | 4E | F | 3B | 0 | 45 | 11C | 2A | 16 |
| Octal | 102 | 40 | 116 | 17 | 73 | 0 | 105 | 434 | 52 | 26 |
| Binary | 1000010 | 100000 | 1001110 | 1111 | 111011 | 0 | 1000101 | 100011100 | 101010 | 10110 |
Color Harmonies of #42204E
Complementary color
Monochromatic Colors of #42204E
Black with #42204E
Text Example
Text Example
White with #42204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42204E; }
p { color: rgb(66,32,78); }
H1.HeaderClassName
{
color: #42204E;
}
.AnyTagClassName
{
color: #42204E;
}
</style>
background-color css
<style>
a { background-color: #42204E; }
a { background-color: rgb(66,32,78); }
div.DivClassName
{
background-color: #42204E;
}
.BgClassName
{
background-color: #42204E;
}
</style>
border-color css
<style>
span { border-color: #42204E; }
span { border-color: rgb(66,32,78); }
td.TdClassName
{
border-color: #42204E;
}
.TagClassName
{
border-color: #42204E;
}
</style>