Shades of Scarlet Gum #4A225D
Tints of Scarlet Gum #4A225D
RGB
CMYK
RGB Variations
Color information
#4A225D (or 0x4A225D) is known color: Scarlet Gum. HEX triplet: 4A, 22 and 5D. RGB value is (74,34,93). Sum of RGB (Red+Green+Blue) = 74+34+93=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A225D is #B5DDA2. Grayscale: #343434. Windows color (decimal): -11918755 or 6103626. OLE color: 6103626.
HSL color Cylindrical-coordinate representation of color #4A225D: hue angle of 280.68º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A225D is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 34 | 93 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.64 |
| HSL | 280.68º | 0.46% | 0.25% | - |
| HSV(B) | 280.68º | 0.63% | 0.36% | - |
| XYZ | 5.37 | 3.39 | 10.73 | - |
| YUV | 52.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 93 | 0.20 | 0.63 | 0 | 0.64 | 280.68 | 0.46 | 0.25 |
| Hex | 4A | 22 | 5D | 14 | 3F | 0 | 40 | 119 | 2E | 19 |
| Octal | 112 | 42 | 135 | 24 | 77 | 0 | 100 | 431 | 56 | 31 |
| Binary | 1001010 | 100010 | 1011101 | 10100 | 111111 | 0 | 1000000 | 100011001 | 101110 | 11001 |
Color Harmonies of #4A225D
Complementary color
Monochromatic Colors of #4A225D
Black with #4A225D
Text Example
Text Example
White with #4A225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A225D; }
p { color: rgb(74,34,93); }
H1.HeaderClassName
{
color: #4A225D;
}
.AnyTagClassName
{
color: #4A225D;
}
</style>
background-color css
<style>
a { background-color: #4A225D; }
a { background-color: rgb(74,34,93); }
div.DivClassName
{
background-color: #4A225D;
}
.BgClassName
{
background-color: #4A225D;
}
</style>
border-color css
<style>
span { border-color: #4A225D; }
span { border-color: rgb(74,34,93); }
td.TdClassName
{
border-color: #4A225D;
}
.TagClassName
{
border-color: #4A225D;
}
</style>