Shades of Scarlet Gum #4A1158
Tints of Scarlet Gum #4A1158
RGB
CMYK
RGB Variations
Color information
#4A1158 (or 0x4A1158) is known color: Scarlet Gum. HEX triplet: 4A, 11 and 58. RGB value is (74,17,88). Sum of RGB (Red+Green+Blue) = 74+17+88=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A1158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1158 is #B5EEA7. Grayscale: #292929. Windows color (decimal): -11923112 or 5771594. OLE color: 5771594.
HSL color Cylindrical-coordinate representation of color #4A1158: hue angle of 288.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1158 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 17 | 88 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.65 |
| HSL | 288.17º | 0.68% | 0.21% | - |
| HSV(B) | 288.17º | 0.81% | 0.35% | - |
| XYZ | 4.79 | 2.56 | 9.47 | - |
| YUV | 42.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 88 | 0.16 | 0.81 | 0 | 0.65 | 288.17 | 0.68 | 0.21 |
| Hex | 4A | 11 | 58 | 10 | 51 | 0 | 41 | 120 | 44 | 15 |
| Octal | 112 | 21 | 130 | 20 | 121 | 0 | 101 | 440 | 104 | 25 |
| Binary | 1001010 | 10001 | 1011000 | 10000 | 1010001 | 0 | 1000001 | 100100000 | 1000100 | 10101 |
Color Harmonies of #4A1158
Complementary color
Monochromatic Colors of #4A1158
Black with #4A1158
Text Example
Text Example
White with #4A1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1158; }
p { color: rgb(74,17,88); }
H1.HeaderClassName
{
color: #4A1158;
}
.AnyTagClassName
{
color: #4A1158;
}
</style>
background-color css
<style>
a { background-color: #4A1158; }
a { background-color: rgb(74,17,88); }
div.DivClassName
{
background-color: #4A1158;
}
.BgClassName
{
background-color: #4A1158;
}
</style>
border-color css
<style>
span { border-color: #4A1158; }
span { border-color: rgb(74,17,88); }
td.TdClassName
{
border-color: #4A1158;
}
.TagClassName
{
border-color: #4A1158;
}
</style>