Shades of Scarlet Gum #4A035A
Tints of Scarlet Gum #4A035A
RGB
CMYK
RGB Variations
Color information
#4A035A (or 0x4A035A) is known color: Scarlet Gum. HEX triplet: 4A, 03 and 5A. RGB value is (74,3,90). Sum of RGB (Red+Green+Blue) = 74+3+90=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A035A is #B5FCA5. Grayscale: #212121. Windows color (decimal): -11926694 or 5899082. OLE color: 5899082.
HSL color Cylindrical-coordinate representation of color #4A035A: hue angle of 288.97º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A035A is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 3 | 90 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.65 |
| HSL | 288.97º | 0.94% | 0.18% | - |
| HSV(B) | 288.97º | 0.97% | 0.35% | - |
| XYZ | 4.7 | 2.26 | 9.86 | - |
| YUV | 34.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 90 | 0.18 | 0.97 | 0 | 0.65 | 288.97 | 0.94 | 0.18 |
| Hex | 4A | 3 | 5A | 12 | 61 | 0 | 41 | 121 | 5E | 12 |
| Octal | 112 | 3 | 132 | 22 | 141 | 0 | 101 | 441 | 136 | 22 |
| Binary | 1001010 | 11 | 1011010 | 10010 | 1100001 | 0 | 1000001 | 100100001 | 1011110 | 10010 |
Color Harmonies of #4A035A
Complementary color
Monochromatic Colors of #4A035A
Black with #4A035A
Text Example
Text Example
White with #4A035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A035A; }
p { color: rgb(74,3,90); }
H1.HeaderClassName
{
color: #4A035A;
}
.AnyTagClassName
{
color: #4A035A;
}
</style>
background-color css
<style>
a { background-color: #4A035A; }
a { background-color: rgb(74,3,90); }
div.DivClassName
{
background-color: #4A035A;
}
.BgClassName
{
background-color: #4A035A;
}
</style>
border-color css
<style>
span { border-color: #4A035A; }
span { border-color: rgb(74,3,90); }
td.TdClassName
{
border-color: #4A035A;
}
.TagClassName
{
border-color: #4A035A;
}
</style>