Shades of Scarlet Gum #442A5D
Tints of Scarlet Gum #442A5D
RGB
CMYK
RGB Variations
Color information
#442A5D (or 0x442A5D) is known color: Scarlet Gum. HEX triplet: 44, 2A and 5D. RGB value is (68,42,93). Sum of RGB (Red+Green+Blue) = 68+42+93=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #442A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A5D is #BBD5A2. Grayscale: #373737. Windows color (decimal): -12309923 or 6105668. OLE color: 6105668.
HSL color Cylindrical-coordinate representation of color #442A5D: hue angle of 270.59º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #442A5D is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 42 | 93 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.64 |
| HSL | 270.59º | 0.38% | 0.26% | - |
| HSV(B) | 270.59º | 0.55% | 0.36% | - |
| XYZ | 5.19 | 3.68 | 10.79 | - |
| YUV | 55.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 93 | 0.27 | 0.55 | 0 | 0.64 | 270.59 | 0.38 | 0.26 |
| Hex | 44 | 2A | 5D | 1B | 37 | 0 | 40 | 10F | 26 | 1A |
| Octal | 104 | 52 | 135 | 33 | 67 | 0 | 100 | 417 | 46 | 32 |
| Binary | 1000100 | 101010 | 1011101 | 11011 | 110111 | 0 | 1000000 | 100001111 | 100110 | 11010 |
Color Harmonies of #442A5D
Complementary color
Monochromatic Colors of #442A5D
Black with #442A5D
Text Example
Text Example
White with #442A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A5D; }
p { color: rgb(68,42,93); }
H1.HeaderClassName
{
color: #442A5D;
}
.AnyTagClassName
{
color: #442A5D;
}
</style>
background-color css
<style>
a { background-color: #442A5D; }
a { background-color: rgb(68,42,93); }
div.DivClassName
{
background-color: #442A5D;
}
.BgClassName
{
background-color: #442A5D;
}
</style>
border-color css
<style>
span { border-color: #442A5D; }
span { border-color: rgb(68,42,93); }
td.TdClassName
{
border-color: #442A5D;
}
.TagClassName
{
border-color: #442A5D;
}
</style>