Shades of Scarlet Gum #3E1355
Tints of Scarlet Gum #3E1355
RGB
CMYK
RGB Variations
Color information
#3E1355 (or 0x3E1355) is known color: Scarlet Gum. HEX triplet: 3E, 13 and 55. RGB value is (62,19,85). Sum of RGB (Red+Green+Blue) = 62+19+85=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E1355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1355 is #C1ECAA. Grayscale: #272727. Windows color (decimal): -12709035 or 5575486. OLE color: 5575486.
HSL color Cylindrical-coordinate representation of color #3E1355: hue angle of 279.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1355 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 19 | 85 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.67 |
| HSL | 279.09º | 0.63% | 0.2% | - |
| HSV(B) | 279.09º | 0.78% | 0.33% | - |
| XYZ | 3.86 | 2.15 | 8.81 | - |
| YUV | 39.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 85 | 0.27 | 0.78 | 0 | 0.67 | 279.09 | 0.63 | 0.2 |
| Hex | 3E | 13 | 55 | 1B | 4E | 0 | 43 | 117 | 3F | 14 |
| Octal | 76 | 23 | 125 | 33 | 116 | 0 | 103 | 427 | 77 | 24 |
| Binary | 111110 | 10011 | 1010101 | 11011 | 1001110 | 0 | 1000011 | 100010111 | 111111 | 10100 |
Color Harmonies of #3E1355
Complementary color
Monochromatic Colors of #3E1355
Black with #3E1355
Text Example
Text Example
White with #3E1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1355; }
p { color: rgb(62,19,85); }
H1.HeaderClassName
{
color: #3E1355;
}
.AnyTagClassName
{
color: #3E1355;
}
</style>
background-color css
<style>
a { background-color: #3E1355; }
a { background-color: rgb(62,19,85); }
div.DivClassName
{
background-color: #3E1355;
}
.BgClassName
{
background-color: #3E1355;
}
</style>
border-color css
<style>
span { border-color: #3E1355; }
span { border-color: rgb(62,19,85); }
td.TdClassName
{
border-color: #3E1355;
}
.TagClassName
{
border-color: #3E1355;
}
</style>