Shades of Scarlet Gum #40155A
Tints of Scarlet Gum #40155A
RGB
CMYK
RGB Variations
Color information
#40155A (or 0x40155A) is known color: Scarlet Gum. HEX triplet: 40, 15 and 5A. RGB value is (64,21,90). Sum of RGB (Red+Green+Blue) = 64+21+90=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #40155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40155A is #BFEAA5. Grayscale: #292929. Windows color (decimal): -12577446 or 5903680. OLE color: 5903680.
HSL color Cylindrical-coordinate representation of color #40155A: hue angle of 277.39º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40155A is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 21 | 90 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.65 |
| HSL | 277.39º | 0.62% | 0.22% | - |
| HSV(B) | 277.39º | 0.77% | 0.35% | - |
| XYZ | 4.23 | 2.36 | 9.91 | - |
| YUV | 41.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 90 | 0.29 | 0.77 | 0 | 0.65 | 277.39 | 0.62 | 0.22 |
| Hex | 40 | 15 | 5A | 1D | 4D | 0 | 41 | 115 | 3E | 16 |
| Octal | 100 | 25 | 132 | 35 | 115 | 0 | 101 | 425 | 76 | 26 |
| Binary | 1000000 | 10101 | 1011010 | 11101 | 1001101 | 0 | 1000001 | 100010101 | 111110 | 10110 |
Color Harmonies of #40155A
Complementary color
Monochromatic Colors of #40155A
Black with #40155A
Text Example
Text Example
White with #40155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40155A; }
p { color: rgb(64,21,90); }
H1.HeaderClassName
{
color: #40155A;
}
.AnyTagClassName
{
color: #40155A;
}
</style>
background-color css
<style>
a { background-color: #40155A; }
a { background-color: rgb(64,21,90); }
div.DivClassName
{
background-color: #40155A;
}
.BgClassName
{
background-color: #40155A;
}
</style>
border-color css
<style>
span { border-color: #40155A; }
span { border-color: rgb(64,21,90); }
td.TdClassName
{
border-color: #40155A;
}
.TagClassName
{
border-color: #40155A;
}
</style>