Shades of Scarlet Gum #421C57
Tints of Scarlet Gum #421C57
RGB
CMYK
RGB Variations
Color information
#421C57 (or 0x421C57) is known color: Scarlet Gum. HEX triplet: 42, 1C and 57. RGB value is (66,28,87). Sum of RGB (Red+Green+Blue) = 66+28+87=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #421C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C57 is #BDE3A8. Grayscale: #2D2D2D. Windows color (decimal): -12444585 or 5708866. OLE color: 5708866.
HSL color Cylindrical-coordinate representation of color #421C57: hue angle of 278.64º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421C57 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 28 | 87 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.66 |
| HSL | 278.64º | 0.51% | 0.23% | - |
| HSV(B) | 278.64º | 0.68% | 0.34% | - |
| XYZ | 4.38 | 2.68 | 9.3 | - |
| YUV | 46.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 87 | 0.24 | 0.68 | 0 | 0.66 | 278.64 | 0.51 | 0.23 |
| Hex | 42 | 1C | 57 | 18 | 44 | 0 | 42 | 117 | 33 | 17 |
| Octal | 102 | 34 | 127 | 30 | 104 | 0 | 102 | 427 | 63 | 27 |
| Binary | 1000010 | 11100 | 1010111 | 11000 | 1000100 | 0 | 1000010 | 100010111 | 110011 | 10111 |
Color Harmonies of #421C57
Complementary color
Monochromatic Colors of #421C57
Black with #421C57
Text Example
Text Example
White with #421C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C57; }
p { color: rgb(66,28,87); }
H1.HeaderClassName
{
color: #421C57;
}
.AnyTagClassName
{
color: #421C57;
}
</style>
background-color css
<style>
a { background-color: #421C57; }
a { background-color: rgb(66,28,87); }
div.DivClassName
{
background-color: #421C57;
}
.BgClassName
{
background-color: #421C57;
}
</style>
border-color css
<style>
span { border-color: #421C57; }
span { border-color: rgb(66,28,87); }
td.TdClassName
{
border-color: #421C57;
}
.TagClassName
{
border-color: #421C57;
}
</style>