Shades of Scarlet Gum #441C58
Tints of Scarlet Gum #441C58
RGB
CMYK
RGB Variations
Color information
#441C58 (or 0x441C58) is known color: Scarlet Gum. HEX triplet: 44, 1C and 58. RGB value is (68,28,88). Sum of RGB (Red+Green+Blue) = 68+28+88=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #441C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C58 is #BBE3A7. Grayscale: #2E2E2E. Windows color (decimal): -12313512 or 5774404. OLE color: 5774404.
HSL color Cylindrical-coordinate representation of color #441C58: hue angle of 280º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441C58 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 28 | 88 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.65 |
| HSL | 280º | 0.52% | 0.23% | - |
| HSV(B) | 280º | 0.68% | 0.35% | - |
| XYZ | 4.56 | 2.76 | 9.53 | - |
| YUV | 46.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 88 | 0.23 | 0.68 | 0 | 0.65 | 280 | 0.52 | 0.23 |
| Hex | 44 | 1C | 58 | 17 | 44 | 0 | 41 | 118 | 34 | 17 |
| Octal | 104 | 34 | 130 | 27 | 104 | 0 | 101 | 430 | 64 | 27 |
| Binary | 1000100 | 11100 | 1011000 | 10111 | 1000100 | 0 | 1000001 | 100011000 | 110100 | 10111 |
Color Harmonies of #441C58
Complementary color
Monochromatic Colors of #441C58
Black with #441C58
Text Example
Text Example
White with #441C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C58; }
p { color: rgb(68,28,88); }
H1.HeaderClassName
{
color: #441C58;
}
.AnyTagClassName
{
color: #441C58;
}
</style>
background-color css
<style>
a { background-color: #441C58; }
a { background-color: rgb(68,28,88); }
div.DivClassName
{
background-color: #441C58;
}
.BgClassName
{
background-color: #441C58;
}
</style>
border-color css
<style>
span { border-color: #441C58; }
span { border-color: rgb(68,28,88); }
td.TdClassName
{
border-color: #441C58;
}
.TagClassName
{
border-color: #441C58;
}
</style>