Shades of Scarlet Gum #4A235D
Tints of Scarlet Gum #4A235D
RGB
CMYK
RGB Variations
Color information
#4A235D (or 0x4A235D) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 5D. RGB value is (74,35,93). Sum of RGB (Red+Green+Blue) = 74+35+93=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A235D is #B5DCA2. Grayscale: #353535. Windows color (decimal): -11918499 or 6103882. OLE color: 6103882.
HSL color Cylindrical-coordinate representation of color #4A235D: hue angle of 280.34º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A235D is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 35 | 93 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.64 |
| HSL | 280.34º | 0.45% | 0.25% | - |
| HSV(B) | 280.34º | 0.62% | 0.36% | - |
| XYZ | 5.4 | 3.45 | 10.74 | - |
| YUV | 53.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 93 | 0.20 | 0.62 | 0 | 0.64 | 280.34 | 0.45 | 0.25 |
| Hex | 4A | 23 | 5D | 14 | 3E | 0 | 40 | 118 | 2D | 19 |
| Octal | 112 | 43 | 135 | 24 | 76 | 0 | 100 | 430 | 55 | 31 |
| Binary | 1001010 | 100011 | 1011101 | 10100 | 111110 | 0 | 1000000 | 100011000 | 101101 | 11001 |
Color Harmonies of #4A235D
Complementary color
Monochromatic Colors of #4A235D
Black with #4A235D
Text Example
Text Example
White with #4A235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A235D; }
p { color: rgb(74,35,93); }
H1.HeaderClassName
{
color: #4A235D;
}
.AnyTagClassName
{
color: #4A235D;
}
</style>
background-color css
<style>
a { background-color: #4A235D; }
a { background-color: rgb(74,35,93); }
div.DivClassName
{
background-color: #4A235D;
}
.BgClassName
{
background-color: #4A235D;
}
</style>
border-color css
<style>
span { border-color: #4A235D; }
span { border-color: rgb(74,35,93); }
td.TdClassName
{
border-color: #4A235D;
}
.TagClassName
{
border-color: #4A235D;
}
</style>