Shades of Scarlet Gum #3F0E57
Tints of Scarlet Gum #3F0E57
RGB
CMYK
RGB Variations
Color information
#3F0E57 (or 0x3F0E57) is known color: Scarlet Gum. HEX triplet: 3F, 0E and 57. RGB value is (63,14,87). Sum of RGB (Red+Green+Blue) = 63+14+87=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F0E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0E57 is #C0F1A8. Grayscale: #242424. Windows color (decimal): -12644777 or 5705279. OLE color: 5705279.
HSL color Cylindrical-coordinate representation of color #3F0E57: hue angle of 280.27º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0E57 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 14 | 87 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.66 |
| HSL | 280.27º | 0.72% | 0.2% | - |
| HSV(B) | 280.27º | 0.84% | 0.34% | - |
| XYZ | 3.93 | 2.06 | 9.21 | - |
| YUV | 36.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 87 | 0.28 | 0.84 | 0 | 0.66 | 280.27 | 0.72 | 0.2 |
| Hex | 3F | E | 57 | 1C | 54 | 0 | 42 | 118 | 48 | 14 |
| Octal | 77 | 16 | 127 | 34 | 124 | 0 | 102 | 430 | 110 | 24 |
| Binary | 111111 | 1110 | 1010111 | 11100 | 1010100 | 0 | 1000010 | 100011000 | 1001000 | 10100 |
Color Harmonies of #3F0E57
Complementary color
Monochromatic Colors of #3F0E57
Black with #3F0E57
Text Example
Text Example
White with #3F0E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E57; }
p { color: rgb(63,14,87); }
H1.HeaderClassName
{
color: #3F0E57;
}
.AnyTagClassName
{
color: #3F0E57;
}
</style>
background-color css
<style>
a { background-color: #3F0E57; }
a { background-color: rgb(63,14,87); }
div.DivClassName
{
background-color: #3F0E57;
}
.BgClassName
{
background-color: #3F0E57;
}
</style>
border-color css
<style>
span { border-color: #3F0E57; }
span { border-color: rgb(63,14,87); }
td.TdClassName
{
border-color: #3F0E57;
}
.TagClassName
{
border-color: #3F0E57;
}
</style>