Shades of Scarlet Gum #421A58
Tints of Scarlet Gum #421A58
RGB
CMYK
RGB Variations
Color information
#421A58 (or 0x421A58) is known color: Scarlet Gum. HEX triplet: 42, 1A and 58. RGB value is (66,26,88). Sum of RGB (Red+Green+Blue) = 66+26+88=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #421A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A58 is #BDE5A7. Grayscale: #2C2C2C. Windows color (decimal): -12445096 or 5773890. OLE color: 5773890.
HSL color Cylindrical-coordinate representation of color #421A58: hue angle of 278.71º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421A58 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 26 | 88 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.65 |
| HSL | 278.71º | 0.54% | 0.22% | - |
| HSV(B) | 278.71º | 0.7% | 0.35% | - |
| XYZ | 4.38 | 2.6 | 9.5 | - |
| YUV | 45.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 88 | 0.25 | 0.70 | 0 | 0.65 | 278.71 | 0.54 | 0.22 |
| Hex | 42 | 1A | 58 | 19 | 46 | 0 | 41 | 117 | 36 | 16 |
| Octal | 102 | 32 | 130 | 31 | 106 | 0 | 101 | 427 | 66 | 26 |
| Binary | 1000010 | 11010 | 1011000 | 11001 | 1000110 | 0 | 1000001 | 100010111 | 110110 | 10110 |
Color Harmonies of #421A58
Complementary color
Monochromatic Colors of #421A58
Black with #421A58
Text Example
Text Example
White with #421A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A58; }
p { color: rgb(66,26,88); }
H1.HeaderClassName
{
color: #421A58;
}
.AnyTagClassName
{
color: #421A58;
}
</style>
background-color css
<style>
a { background-color: #421A58; }
a { background-color: rgb(66,26,88); }
div.DivClassName
{
background-color: #421A58;
}
.BgClassName
{
background-color: #421A58;
}
</style>
border-color css
<style>
span { border-color: #421A58; }
span { border-color: rgb(66,26,88); }
td.TdClassName
{
border-color: #421A58;
}
.TagClassName
{
border-color: #421A58;
}
</style>