Shades of Scarlet Gum #420D58
Tints of Scarlet Gum #420D58
RGB
CMYK
RGB Variations
Color information
#420D58 (or 0x420D58) is known color: Scarlet Gum. HEX triplet: 42, 0D and 58. RGB value is (66,13,88). Sum of RGB (Red+Green+Blue) = 66+13+88=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #420D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D58 is #BDF2A7. Grayscale: #252525. Windows color (decimal): -12448424 or 5770562. OLE color: 5770562.
HSL color Cylindrical-coordinate representation of color #420D58: hue angle of 282.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420D58 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 13 | 88 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.65 |
| HSL | 282.4º | 0.74% | 0.2% | - |
| HSV(B) | 282.4º | 0.85% | 0.35% | - |
| XYZ | 4.15 | 2.15 | 9.43 | - |
| YUV | 37.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 88 | 0.25 | 0.85 | 0 | 0.65 | 282.4 | 0.74 | 0.2 |
| Hex | 42 | D | 58 | 19 | 55 | 0 | 41 | 11A | 4A | 14 |
| Octal | 102 | 15 | 130 | 31 | 125 | 0 | 101 | 432 | 112 | 24 |
| Binary | 1000010 | 1101 | 1011000 | 11001 | 1010101 | 0 | 1000001 | 100011010 | 1001010 | 10100 |
Color Harmonies of #420D58
Complementary color
Monochromatic Colors of #420D58
Black with #420D58
Text Example
Text Example
White with #420D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D58; }
p { color: rgb(66,13,88); }
H1.HeaderClassName
{
color: #420D58;
}
.AnyTagClassName
{
color: #420D58;
}
</style>
background-color css
<style>
a { background-color: #420D58; }
a { background-color: rgb(66,13,88); }
div.DivClassName
{
background-color: #420D58;
}
.BgClassName
{
background-color: #420D58;
}
</style>
border-color css
<style>
span { border-color: #420D58; }
span { border-color: rgb(66,13,88); }
td.TdClassName
{
border-color: #420D58;
}
.TagClassName
{
border-color: #420D58;
}
</style>