Shades of Scarlet Gum #461C58
Tints of Scarlet Gum #461C58
RGB
CMYK
RGB Variations
Color information
#461C58 (or 0x461C58) is known color: Scarlet Gum. HEX triplet: 46, 1C and 58. RGB value is (70,28,88). Sum of RGB (Red+Green+Blue) = 70+28+88=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #461C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C58 is #B9E3A7. Grayscale: #2F2F2F. Windows color (decimal): -12182440 or 5774406. OLE color: 5774406.
HSL color Cylindrical-coordinate representation of color #461C58: hue angle of 282º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #461C58 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 28 | 88 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.65 |
| HSL | 282º | 0.52% | 0.23% | - |
| HSV(B) | 282º | 0.68% | 0.35% | - |
| XYZ | 4.7 | 2.84 | 9.53 | - |
| YUV | 47.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 88 | 0.20 | 0.68 | 0 | 0.65 | 282 | 0.52 | 0.23 |
| Hex | 46 | 1C | 58 | 14 | 44 | 0 | 41 | 11A | 34 | 17 |
| Octal | 106 | 34 | 130 | 24 | 104 | 0 | 101 | 432 | 64 | 27 |
| Binary | 1000110 | 11100 | 1011000 | 10100 | 1000100 | 0 | 1000001 | 100011010 | 110100 | 10111 |
Color Harmonies of #461C58
Complementary color
Monochromatic Colors of #461C58
Black with #461C58
Text Example
Text Example
White with #461C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C58; }
p { color: rgb(70,28,88); }
H1.HeaderClassName
{
color: #461C58;
}
.AnyTagClassName
{
color: #461C58;
}
</style>
background-color css
<style>
a { background-color: #461C58; }
a { background-color: rgb(70,28,88); }
div.DivClassName
{
background-color: #461C58;
}
.BgClassName
{
background-color: #461C58;
}
</style>
border-color css
<style>
span { border-color: #461C58; }
span { border-color: rgb(70,28,88); }
td.TdClassName
{
border-color: #461C58;
}
.TagClassName
{
border-color: #461C58;
}
</style>