Shades of Scarlet Gum #442B5A
Tints of Scarlet Gum #442B5A
RGB
CMYK
RGB Variations
Color information
#442B5A (or 0x442B5A) is known color: Scarlet Gum. HEX triplet: 44, 2B and 5A. RGB value is (68,43,90). Sum of RGB (Red+Green+Blue) = 68+43+90=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #442B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B5A is #BBD4A5. Grayscale: #373737. Windows color (decimal): -12309670 or 5909316. OLE color: 5909316.
HSL color Cylindrical-coordinate representation of color #442B5A: hue angle of 271.91º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #442B5A is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 43 | 90 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.65 |
| HSL | 271.91º | 0.35% | 0.26% | - |
| HSV(B) | 271.91º | 0.52% | 0.35% | - |
| XYZ | 5.09 | 3.69 | 10.12 | - |
| YUV | 55.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 90 | 0.24 | 0.52 | 0 | 0.65 | 271.91 | 0.35 | 0.26 |
| Hex | 44 | 2B | 5A | 18 | 34 | 0 | 41 | 110 | 23 | 1A |
| Octal | 104 | 53 | 132 | 30 | 64 | 0 | 101 | 420 | 43 | 32 |
| Binary | 1000100 | 101011 | 1011010 | 11000 | 110100 | 0 | 1000001 | 100010000 | 100011 | 11010 |
Color Harmonies of #442B5A
Complementary color
Monochromatic Colors of #442B5A
Black with #442B5A
Text Example
Text Example
White with #442B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B5A; }
p { color: rgb(68,43,90); }
H1.HeaderClassName
{
color: #442B5A;
}
.AnyTagClassName
{
color: #442B5A;
}
</style>
background-color css
<style>
a { background-color: #442B5A; }
a { background-color: rgb(68,43,90); }
div.DivClassName
{
background-color: #442B5A;
}
.BgClassName
{
background-color: #442B5A;
}
</style>
border-color css
<style>
span { border-color: #442B5A; }
span { border-color: rgb(68,43,90); }
td.TdClassName
{
border-color: #442B5A;
}
.TagClassName
{
border-color: #442B5A;
}
</style>