Shades of Scarlet Gum #441C60
Tints of Scarlet Gum #441C60
RGB
CMYK
RGB Variations
Color information
#441C60 (or 0x441C60) is known color: Scarlet Gum. HEX triplet: 44, 1C and 60. RGB value is (68,28,96). Sum of RGB (Red+Green+Blue) = 68+28+96=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #441C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C60 is #BBE39F. Grayscale: #2F2F2F. Windows color (decimal): -12313504 or 6298692. OLE color: 6298692.
HSL color Cylindrical-coordinate representation of color #441C60: hue angle of 275.29º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441C60 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 28 | 96 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.62 |
| HSL | 275.29º | 0.55% | 0.24% | - |
| HSV(B) | 275.29º | 0.71% | 0.38% | - |
| XYZ | 4.91 | 2.9 | 11.37 | - |
| YUV | 47.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 96 | 0.29 | 0.71 | 0 | 0.62 | 275.29 | 0.55 | 0.24 |
| Hex | 44 | 1C | 60 | 1D | 47 | 0 | 3E | 113 | 37 | 18 |
| Octal | 104 | 34 | 140 | 35 | 107 | 0 | 76 | 423 | 67 | 30 |
| Binary | 1000100 | 11100 | 1100000 | 11101 | 1000111 | 0 | 111110 | 100010011 | 110111 | 11000 |
Color Harmonies of #441C60
Complementary color
Monochromatic Colors of #441C60
Black with #441C60
Text Example
Text Example
White with #441C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C60; }
p { color: rgb(68,28,96); }
H1.HeaderClassName
{
color: #441C60;
}
.AnyTagClassName
{
color: #441C60;
}
</style>
background-color css
<style>
a { background-color: #441C60; }
a { background-color: rgb(68,28,96); }
div.DivClassName
{
background-color: #441C60;
}
.BgClassName
{
background-color: #441C60;
}
</style>
border-color css
<style>
span { border-color: #441C60; }
span { border-color: rgb(68,28,96); }
td.TdClassName
{
border-color: #441C60;
}
.TagClassName
{
border-color: #441C60;
}
</style>