Shades of Scarlet Gum #3F1057
Tints of Scarlet Gum #3F1057
RGB
CMYK
RGB Variations
Color information
#3F1057 (or 0x3F1057) is known color: Scarlet Gum. HEX triplet: 3F, 10 and 57. RGB value is (63,16,87). Sum of RGB (Red+Green+Blue) = 63+16+87=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F1057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1057 is #C0EFA8. Grayscale: #252525. Windows color (decimal): -12644265 or 5705791. OLE color: 5705791.
HSL color Cylindrical-coordinate representation of color #3F1057: hue angle of 279.72º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1057 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 16 | 87 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.66 |
| HSL | 279.72º | 0.69% | 0.2% | - |
| HSV(B) | 279.72º | 0.82% | 0.34% | - |
| XYZ | 3.96 | 2.12 | 9.22 | - |
| YUV | 38.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 87 | 0.28 | 0.82 | 0 | 0.66 | 279.72 | 0.69 | 0.2 |
| Hex | 3F | 10 | 57 | 1C | 52 | 0 | 42 | 118 | 45 | 14 |
| Octal | 77 | 20 | 127 | 34 | 122 | 0 | 102 | 430 | 105 | 24 |
| Binary | 111111 | 10000 | 1010111 | 11100 | 1010010 | 0 | 1000010 | 100011000 | 1000101 | 10100 |
Color Harmonies of #3F1057
Complementary color
Monochromatic Colors of #3F1057
Black with #3F1057
Text Example
Text Example
White with #3F1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1057; }
p { color: rgb(63,16,87); }
H1.HeaderClassName
{
color: #3F1057;
}
.AnyTagClassName
{
color: #3F1057;
}
</style>
background-color css
<style>
a { background-color: #3F1057; }
a { background-color: rgb(63,16,87); }
div.DivClassName
{
background-color: #3F1057;
}
.BgClassName
{
background-color: #3F1057;
}
</style>
border-color css
<style>
span { border-color: #3F1057; }
span { border-color: rgb(63,16,87); }
td.TdClassName
{
border-color: #3F1057;
}
.TagClassName
{
border-color: #3F1057;
}
</style>