Shades of Scarlet Gum #3F1159
Tints of Scarlet Gum #3F1159
RGB
CMYK
RGB Variations
Color information
#3F1159 (or 0x3F1159) is known color: Scarlet Gum. HEX triplet: 3F, 11 and 59. RGB value is (63,17,89). Sum of RGB (Red+Green+Blue) = 63+17+89=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1159 is #C0EEA6. Grayscale: #262626. Windows color (decimal): -12644007 or 5837119. OLE color: 5837119.
HSL color Cylindrical-coordinate representation of color #3F1159: hue angle of 278.33º 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 #3F1159 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 17 | 89 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.65 |
| HSL | 278.33º | 0.68% | 0.21% | - |
| HSV(B) | 278.33º | 0.81% | 0.35% | - |
| XYZ | 4.05 | 2.18 | 9.66 | - |
| YUV | 38.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 89 | 0.29 | 0.81 | 0 | 0.65 | 278.33 | 0.68 | 0.21 |
| Hex | 3F | 11 | 59 | 1D | 51 | 0 | 41 | 116 | 44 | 15 |
| Octal | 77 | 21 | 131 | 35 | 121 | 0 | 101 | 426 | 104 | 25 |
| Binary | 111111 | 10001 | 1011001 | 11101 | 1010001 | 0 | 1000001 | 100010110 | 1000100 | 10101 |
Color Harmonies of #3F1159
Complementary color
Monochromatic Colors of #3F1159
Black with #3F1159
Text Example
Text Example
White with #3F1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1159; }
p { color: rgb(63,17,89); }
H1.HeaderClassName
{
color: #3F1159;
}
.AnyTagClassName
{
color: #3F1159;
}
</style>
background-color css
<style>
a { background-color: #3F1159; }
a { background-color: rgb(63,17,89); }
div.DivClassName
{
background-color: #3F1159;
}
.BgClassName
{
background-color: #3F1159;
}
</style>
border-color css
<style>
span { border-color: #3F1159; }
span { border-color: rgb(63,17,89); }
td.TdClassName
{
border-color: #3F1159;
}
.TagClassName
{
border-color: #3F1159;
}
</style>