Shades of Scarlet Gum #4A235F
Tints of Scarlet Gum #4A235F
RGB
CMYK
RGB Variations
Color information
#4A235F (or 0x4A235F) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 5F. RGB value is (74,35,95). Sum of RGB (Red+Green+Blue) = 74+35+95=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A235F is #B5DCA0. Grayscale: #353535. Windows color (decimal): -11918497 or 6234954. OLE color: 6234954.
HSL color Cylindrical-coordinate representation of color #4A235F: hue angle of 279º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A235F is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 35 | 95 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.63 |
| HSL | 279º | 0.46% | 0.25% | - |
| HSV(B) | 279º | 0.63% | 0.37% | - |
| XYZ | 5.49 | 3.48 | 11.21 | - |
| YUV | 53.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 95 | 0.22 | 0.63 | 0 | 0.63 | 279 | 0.46 | 0.25 |
| Hex | 4A | 23 | 5F | 16 | 3F | 0 | 3F | 117 | 2E | 19 |
| Octal | 112 | 43 | 137 | 26 | 77 | 0 | 77 | 427 | 56 | 31 |
| Binary | 1001010 | 100011 | 1011111 | 10110 | 111111 | 0 | 111111 | 100010111 | 101110 | 11001 |
Color Harmonies of #4A235F
Complementary color
Monochromatic Colors of #4A235F
Black with #4A235F
Text Example
Text Example
White with #4A235F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A235F; }
p { color: rgb(74,35,95); }
H1.HeaderClassName
{
color: #4A235F;
}
.AnyTagClassName
{
color: #4A235F;
}
</style>
background-color css
<style>
a { background-color: #4A235F; }
a { background-color: rgb(74,35,95); }
div.DivClassName
{
background-color: #4A235F;
}
.BgClassName
{
background-color: #4A235F;
}
</style>
border-color css
<style>
span { border-color: #4A235F; }
span { border-color: rgb(74,35,95); }
td.TdClassName
{
border-color: #4A235F;
}
.TagClassName
{
border-color: #4A235F;
}
</style>