Shades of Scarlet Gum #3E1455
Tints of Scarlet Gum #3E1455
RGB
CMYK
RGB Variations
Color information
#3E1455 (or 0x3E1455) is known color: Scarlet Gum. HEX triplet: 3E, 14 and 55. RGB value is (62,20,85). Sum of RGB (Red+Green+Blue) = 62+20+85=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1455 is #C1EBAA. Grayscale: #272727. Windows color (decimal): -12708779 or 5575742. OLE color: 5575742.
HSL color Cylindrical-coordinate representation of color #3E1455: hue angle of 278.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1455 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 20 | 85 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.67 |
| HSL | 278.77º | 0.62% | 0.21% | - |
| HSV(B) | 278.77º | 0.76% | 0.33% | - |
| XYZ | 3.88 | 2.18 | 8.81 | - |
| YUV | 39.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 85 | 0.27 | 0.76 | 0 | 0.67 | 278.77 | 0.62 | 0.21 |
| Hex | 3E | 14 | 55 | 1B | 4C | 0 | 43 | 117 | 3E | 15 |
| Octal | 76 | 24 | 125 | 33 | 114 | 0 | 103 | 427 | 76 | 25 |
| Binary | 111110 | 10100 | 1010101 | 11011 | 1001100 | 0 | 1000011 | 100010111 | 111110 | 10101 |
Color Harmonies of #3E1455
Complementary color
Monochromatic Colors of #3E1455
Black with #3E1455
Text Example
Text Example
White with #3E1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1455; }
p { color: rgb(62,20,85); }
H1.HeaderClassName
{
color: #3E1455;
}
.AnyTagClassName
{
color: #3E1455;
}
</style>
background-color css
<style>
a { background-color: #3E1455; }
a { background-color: rgb(62,20,85); }
div.DivClassName
{
background-color: #3E1455;
}
.BgClassName
{
background-color: #3E1455;
}
</style>
border-color css
<style>
span { border-color: #3E1455; }
span { border-color: rgb(62,20,85); }
td.TdClassName
{
border-color: #3E1455;
}
.TagClassName
{
border-color: #3E1455;
}
</style>