Shades of Scarlet Gum #41155C
Tints of Scarlet Gum #41155C
RGB
CMYK
RGB Variations
Color information
#41155C (or 0x41155C) is known color: Scarlet Gum. HEX triplet: 41, 15 and 5C. RGB value is (65,21,92). Sum of RGB (Red+Green+Blue) = 65+21+92=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #41155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41155C is #BEEAA3. Grayscale: #2A2A2A. Windows color (decimal): -12511908 or 6034753. OLE color: 6034753.
HSL color Cylindrical-coordinate representation of color #41155C: hue angle of 277.18º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41155C is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 21 | 92 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.64 |
| HSL | 277.18º | 0.63% | 0.22% | - |
| HSV(B) | 277.18º | 0.77% | 0.36% | - |
| XYZ | 4.38 | 2.43 | 10.36 | - |
| YUV | 42.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 92 | 0.29 | 0.77 | 0 | 0.64 | 277.18 | 0.63 | 0.22 |
| Hex | 41 | 15 | 5C | 1D | 4D | 0 | 40 | 115 | 3F | 16 |
| Octal | 101 | 25 | 134 | 35 | 115 | 0 | 100 | 425 | 77 | 26 |
| Binary | 1000001 | 10101 | 1011100 | 11101 | 1001101 | 0 | 1000000 | 100010101 | 111111 | 10110 |
Color Harmonies of #41155C
Complementary color
Monochromatic Colors of #41155C
Black with #41155C
Text Example
Text Example
White with #41155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41155C; }
p { color: rgb(65,21,92); }
H1.HeaderClassName
{
color: #41155C;
}
.AnyTagClassName
{
color: #41155C;
}
</style>
background-color css
<style>
a { background-color: #41155C; }
a { background-color: rgb(65,21,92); }
div.DivClassName
{
background-color: #41155C;
}
.BgClassName
{
background-color: #41155C;
}
</style>
border-color css
<style>
span { border-color: #41155C; }
span { border-color: rgb(65,21,92); }
td.TdClassName
{
border-color: #41155C;
}
.TagClassName
{
border-color: #41155C;
}
</style>