Shades of Scarlet Gum #4A1F61
Tints of Scarlet Gum #4A1F61
RGB
CMYK
RGB Variations
Color information
#4A1F61 (or 0x4A1F61) is known color: Scarlet Gum. HEX triplet: 4A, 1F and 61. RGB value is (74,31,97). Sum of RGB (Red+Green+Blue) = 74+31+97=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F61 is #B5E09E. Grayscale: #333333. Windows color (decimal): -11919519 or 6365002. OLE color: 6365002.
HSL color Cylindrical-coordinate representation of color #4A1F61: hue angle of 279.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A1F61 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 31 | 97 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.62 |
| HSL | 279.09º | 0.52% | 0.25% | - |
| HSV(B) | 279.09º | 0.68% | 0.38% | - |
| XYZ | 5.47 | 3.3 | 11.66 | - |
| YUV | 51.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 97 | 0.24 | 0.68 | 0 | 0.62 | 279.09 | 0.52 | 0.25 |
| Hex | 4A | 1F | 61 | 18 | 44 | 0 | 3E | 117 | 34 | 19 |
| Octal | 112 | 37 | 141 | 30 | 104 | 0 | 76 | 427 | 64 | 31 |
| Binary | 1001010 | 11111 | 1100001 | 11000 | 1000100 | 0 | 111110 | 100010111 | 110100 | 11001 |
Color Harmonies of #4A1F61
Complementary color
Monochromatic Colors of #4A1F61
Black with #4A1F61
Text Example
Text Example
White with #4A1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F61; }
p { color: rgb(74,31,97); }
H1.HeaderClassName
{
color: #4A1F61;
}
.AnyTagClassName
{
color: #4A1F61;
}
</style>
background-color css
<style>
a { background-color: #4A1F61; }
a { background-color: rgb(74,31,97); }
div.DivClassName
{
background-color: #4A1F61;
}
.BgClassName
{
background-color: #4A1F61;
}
</style>
border-color css
<style>
span { border-color: #4A1F61; }
span { border-color: rgb(74,31,97); }
td.TdClassName
{
border-color: #4A1F61;
}
.TagClassName
{
border-color: #4A1F61;
}
</style>