Shades of Scarlet Gum #421E5D
Tints of Scarlet Gum #421E5D
RGB
CMYK
RGB Variations
Color information
#421E5D (or 0x421E5D) is known color: Scarlet Gum. HEX triplet: 42, 1E and 5D. RGB value is (66,30,93). Sum of RGB (Red+Green+Blue) = 66+30+93=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #421E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E5D is #BDE1A2. Grayscale: #2F2F2F. Windows color (decimal): -12444067 or 6102594. OLE color: 6102594.
HSL color Cylindrical-coordinate representation of color #421E5D: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421E5D is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 30 | 93 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.64 |
| HSL | 274.29º | 0.51% | 0.24% | - |
| HSV(B) | 274.29º | 0.68% | 0.36% | - |
| XYZ | 4.69 | 2.88 | 10.66 | - |
| YUV | 47.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 93 | 0.29 | 0.68 | 0 | 0.64 | 274.29 | 0.51 | 0.24 |
| Hex | 42 | 1E | 5D | 1D | 44 | 0 | 40 | 112 | 33 | 18 |
| Octal | 102 | 36 | 135 | 35 | 104 | 0 | 100 | 422 | 63 | 30 |
| Binary | 1000010 | 11110 | 1011101 | 11101 | 1000100 | 0 | 1000000 | 100010010 | 110011 | 11000 |
Color Harmonies of #421E5D
Complementary color
Monochromatic Colors of #421E5D
Black with #421E5D
Text Example
Text Example
White with #421E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E5D; }
p { color: rgb(66,30,93); }
H1.HeaderClassName
{
color: #421E5D;
}
.AnyTagClassName
{
color: #421E5D;
}
</style>
background-color css
<style>
a { background-color: #421E5D; }
a { background-color: rgb(66,30,93); }
div.DivClassName
{
background-color: #421E5D;
}
.BgClassName
{
background-color: #421E5D;
}
</style>
border-color css
<style>
span { border-color: #421E5D; }
span { border-color: rgb(66,30,93); }
td.TdClassName
{
border-color: #421E5D;
}
.TagClassName
{
border-color: #421E5D;
}
</style>