Shades of Scarlet Gum #41115A
Tints of Scarlet Gum #41115A
RGB
CMYK
RGB Variations
Color information
#41115A (or 0x41115A) is known color: Scarlet Gum. HEX triplet: 41, 11 and 5A. RGB value is (65,17,90). Sum of RGB (Red+Green+Blue) = 65+17+90=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #41115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41115A is #BEEEA5. Grayscale: #272727. Windows color (decimal): -12512934 or 5902657. OLE color: 5902657.
HSL color Cylindrical-coordinate representation of color #41115A: hue angle of 279.45º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41115A is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 17 | 90 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.65 |
| HSL | 279.45º | 0.68% | 0.21% | - |
| HSV(B) | 279.45º | 0.81% | 0.35% | - |
| XYZ | 4.23 | 2.26 | 9.89 | - |
| YUV | 39.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 90 | 0.28 | 0.81 | 0 | 0.65 | 279.45 | 0.68 | 0.21 |
| Hex | 41 | 11 | 5A | 1C | 51 | 0 | 41 | 117 | 44 | 15 |
| Octal | 101 | 21 | 132 | 34 | 121 | 0 | 101 | 427 | 104 | 25 |
| Binary | 1000001 | 10001 | 1011010 | 11100 | 1010001 | 0 | 1000001 | 100010111 | 1000100 | 10101 |
Color Harmonies of #41115A
Complementary color
Monochromatic Colors of #41115A
Black with #41115A
Text Example
Text Example
White with #41115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41115A; }
p { color: rgb(65,17,90); }
H1.HeaderClassName
{
color: #41115A;
}
.AnyTagClassName
{
color: #41115A;
}
</style>
background-color css
<style>
a { background-color: #41115A; }
a { background-color: rgb(65,17,90); }
div.DivClassName
{
background-color: #41115A;
}
.BgClassName
{
background-color: #41115A;
}
</style>
border-color css
<style>
span { border-color: #41115A; }
span { border-color: rgb(65,17,90); }
td.TdClassName
{
border-color: #41115A;
}
.TagClassName
{
border-color: #41115A;
}
</style>