Shades of Scarlet Gum #442B5B
Tints of Scarlet Gum #442B5B
RGB
CMYK
RGB Variations
Color information
#442B5B (or 0x442B5B) is known color: Scarlet Gum. HEX triplet: 44, 2B and 5B. RGB value is (68,43,91). Sum of RGB (Red+Green+Blue) = 68+43+91=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #442B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B5B is #BBD4A4. Grayscale: #373737. Windows color (decimal): -12309669 or 5974852. OLE color: 5974852.
HSL color Cylindrical-coordinate representation of color #442B5B: hue angle of 271.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442B5B is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 43 | 91 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.64 |
| HSL | 271.25º | 0.36% | 0.26% | - |
| HSV(B) | 271.25º | 0.53% | 0.36% | - |
| XYZ | 5.14 | 3.71 | 10.34 | - |
| YUV | 55.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 91 | 0.25 | 0.53 | 0 | 0.64 | 271.25 | 0.36 | 0.26 |
| Hex | 44 | 2B | 5B | 19 | 35 | 0 | 40 | 10F | 24 | 1A |
| Octal | 104 | 53 | 133 | 31 | 65 | 0 | 100 | 417 | 44 | 32 |
| Binary | 1000100 | 101011 | 1011011 | 11001 | 110101 | 0 | 1000000 | 100001111 | 100100 | 11010 |
Color Harmonies of #442B5B
Complementary color
Monochromatic Colors of #442B5B
Black with #442B5B
Text Example
Text Example
White with #442B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B5B; }
p { color: rgb(68,43,91); }
H1.HeaderClassName
{
color: #442B5B;
}
.AnyTagClassName
{
color: #442B5B;
}
</style>
background-color css
<style>
a { background-color: #442B5B; }
a { background-color: rgb(68,43,91); }
div.DivClassName
{
background-color: #442B5B;
}
.BgClassName
{
background-color: #442B5B;
}
</style>
border-color css
<style>
span { border-color: #442B5B; }
span { border-color: rgb(68,43,91); }
td.TdClassName
{
border-color: #442B5B;
}
.TagClassName
{
border-color: #442B5B;
}
</style>