Shades of Scarlet Gum #40165A
Tints of Scarlet Gum #40165A
RGB
CMYK
RGB Variations
Color information
#40165A (or 0x40165A) is known color: Scarlet Gum. HEX triplet: 40, 16 and 5A. RGB value is (64,22,90). Sum of RGB (Red+Green+Blue) = 64+22+90=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #40165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40165A is #BFE9A5. Grayscale: #2A2A2A. Windows color (decimal): -12577190 or 5903936. OLE color: 5903936.
HSL color Cylindrical-coordinate representation of color #40165A: hue angle of 277.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40165A is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 22 | 90 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.65 |
| HSL | 277.06º | 0.61% | 0.22% | - |
| HSV(B) | 277.06º | 0.76% | 0.35% | - |
| XYZ | 4.25 | 2.4 | 9.91 | - |
| YUV | 42.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 90 | 0.29 | 0.76 | 0 | 0.65 | 277.06 | 0.61 | 0.22 |
| Hex | 40 | 16 | 5A | 1D | 4C | 0 | 41 | 115 | 3D | 16 |
| Octal | 100 | 26 | 132 | 35 | 114 | 0 | 101 | 425 | 75 | 26 |
| Binary | 1000000 | 10110 | 1011010 | 11101 | 1001100 | 0 | 1000001 | 100010101 | 111101 | 10110 |
Color Harmonies of #40165A
Complementary color
Monochromatic Colors of #40165A
Black with #40165A
Text Example
Text Example
White with #40165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40165A; }
p { color: rgb(64,22,90); }
H1.HeaderClassName
{
color: #40165A;
}
.AnyTagClassName
{
color: #40165A;
}
</style>
background-color css
<style>
a { background-color: #40165A; }
a { background-color: rgb(64,22,90); }
div.DivClassName
{
background-color: #40165A;
}
.BgClassName
{
background-color: #40165A;
}
</style>
border-color css
<style>
span { border-color: #40165A; }
span { border-color: rgb(64,22,90); }
td.TdClassName
{
border-color: #40165A;
}
.TagClassName
{
border-color: #40165A;
}
</style>