Shades of Scarlet Gum #41155A
Tints of Scarlet Gum #41155A
RGB
CMYK
RGB Variations
Color information
#41155A (or 0x41155A) is known color: Scarlet Gum. HEX triplet: 41, 15 and 5A. RGB value is (65,21,90). Sum of RGB (Red+Green+Blue) = 65+21+90=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 21 (8.59% from 255 or 11.93% 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 #41155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41155A is #BEEAA5. Grayscale: #292929. Windows color (decimal): -12511910 or 5903681. OLE color: 5903681.
HSL color Cylindrical-coordinate representation of color #41155A: hue angle of 278.26º 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 #41155A is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 21 | 90 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.65 |
| HSL | 278.26º | 0.62% | 0.22% | - |
| HSV(B) | 278.26º | 0.77% | 0.35% | - |
| XYZ | 4.29 | 2.4 | 9.91 | - |
| YUV | 42.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 90 | 0.28 | 0.77 | 0 | 0.65 | 278.26 | 0.62 | 0.22 |
| Hex | 41 | 15 | 5A | 1C | 4D | 0 | 41 | 116 | 3E | 16 |
| Octal | 101 | 25 | 132 | 34 | 115 | 0 | 101 | 426 | 76 | 26 |
| Binary | 1000001 | 10101 | 1011010 | 11100 | 1001101 | 0 | 1000001 | 100010110 | 111110 | 10110 |
Color Harmonies of #41155A
Complementary color
Monochromatic Colors of #41155A
Black with #41155A
Text Example
Text Example
White with #41155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41155A; }
p { color: rgb(65,21,90); }
H1.HeaderClassName
{
color: #41155A;
}
.AnyTagClassName
{
color: #41155A;
}
</style>
background-color css
<style>
a { background-color: #41155A; }
a { background-color: rgb(65,21,90); }
div.DivClassName
{
background-color: #41155A;
}
.BgClassName
{
background-color: #41155A;
}
</style>
border-color css
<style>
span { border-color: #41155A; }
span { border-color: rgb(65,21,90); }
td.TdClassName
{
border-color: #41155A;
}
.TagClassName
{
border-color: #41155A;
}
</style>