Shades of Scarlet Gum #441A5E
Tints of Scarlet Gum #441A5E
RGB
CMYK
RGB Variations
Color information
#441A5E (or 0x441A5E) is known color: Scarlet Gum. HEX triplet: 44, 1A and 5E. RGB value is (68,26,94). Sum of RGB (Red+Green+Blue) = 68+26+94=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #441A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A5E is #BBE5A1. Grayscale: #2E2E2E. Windows color (decimal): -12314018 or 6167108. OLE color: 6167108.
HSL color Cylindrical-coordinate representation of color #441A5E: hue angle of 277.06º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441A5E is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 26 | 94 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.63 |
| HSL | 277.06º | 0.57% | 0.24% | - |
| HSV(B) | 277.06º | 0.72% | 0.37% | - |
| XYZ | 4.77 | 2.78 | 10.87 | - |
| YUV | 46.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 94 | 0.28 | 0.72 | 0 | 0.63 | 277.06 | 0.57 | 0.24 |
| Hex | 44 | 1A | 5E | 1C | 48 | 0 | 3F | 115 | 39 | 18 |
| Octal | 104 | 32 | 136 | 34 | 110 | 0 | 77 | 425 | 71 | 30 |
| Binary | 1000100 | 11010 | 1011110 | 11100 | 1001000 | 0 | 111111 | 100010101 | 111001 | 11000 |
Color Harmonies of #441A5E
Complementary color
Monochromatic Colors of #441A5E
Black with #441A5E
Text Example
Text Example
White with #441A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A5E; }
p { color: rgb(68,26,94); }
H1.HeaderClassName
{
color: #441A5E;
}
.AnyTagClassName
{
color: #441A5E;
}
</style>
background-color css
<style>
a { background-color: #441A5E; }
a { background-color: rgb(68,26,94); }
div.DivClassName
{
background-color: #441A5E;
}
.BgClassName
{
background-color: #441A5E;
}
</style>
border-color css
<style>
span { border-color: #441A5E; }
span { border-color: rgb(68,26,94); }
td.TdClassName
{
border-color: #441A5E;
}
.TagClassName
{
border-color: #441A5E;
}
</style>