Shades of Scarlet Gum #422258
Tints of Scarlet Gum #422258
RGB
CMYK
RGB Variations
Color information
#422258 (or 0x422258) is known color: Scarlet Gum. HEX triplet: 42, 22 and 58. RGB value is (66,34,88). Sum of RGB (Red+Green+Blue) = 66+34+88=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #422258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422258 is #BDDDA7. Grayscale: #313131. Windows color (decimal): -12443048 or 5775938. OLE color: 5775938.
HSL color Cylindrical-coordinate representation of color #422258: hue angle of 275.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422258 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 34 | 88 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.65 |
| HSL | 275.56º | 0.44% | 0.24% | - |
| HSV(B) | 275.56º | 0.61% | 0.35% | - |
| XYZ | 4.58 | 3.01 | 9.57 | - |
| YUV | 49.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 88 | 0.25 | 0.61 | 0 | 0.65 | 275.56 | 0.44 | 0.24 |
| Hex | 42 | 22 | 58 | 19 | 3D | 0 | 41 | 114 | 2C | 18 |
| Octal | 102 | 42 | 130 | 31 | 75 | 0 | 101 | 424 | 54 | 30 |
| Binary | 1000010 | 100010 | 1011000 | 11001 | 111101 | 0 | 1000001 | 100010100 | 101100 | 11000 |
Color Harmonies of #422258
Complementary color
Monochromatic Colors of #422258
Black with #422258
Text Example
Text Example
White with #422258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422258; }
p { color: rgb(66,34,88); }
H1.HeaderClassName
{
color: #422258;
}
.AnyTagClassName
{
color: #422258;
}
</style>
background-color css
<style>
a { background-color: #422258; }
a { background-color: rgb(66,34,88); }
div.DivClassName
{
background-color: #422258;
}
.BgClassName
{
background-color: #422258;
}
</style>
border-color css
<style>
span { border-color: #422258; }
span { border-color: rgb(66,34,88); }
td.TdClassName
{
border-color: #422258;
}
.TagClassName
{
border-color: #422258;
}
</style>