Shades of Scarlet Gum #430B58
Tints of Scarlet Gum #430B58
RGB
CMYK
RGB Variations
Color information
#430B58 (or 0x430B58) is known color: Scarlet Gum. HEX triplet: 43, 0B and 58. RGB value is (67,11,88). Sum of RGB (Red+Green+Blue) = 67+11+88=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #430B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B58 is #BCF4A7. Grayscale: #242424. Windows color (decimal): -12383400 or 5770051. OLE color: 5770051.
HSL color Cylindrical-coordinate representation of color #430B58: hue angle of 283.64º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430B58 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 11 | 88 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.65 |
| HSL | 283.64º | 0.78% | 0.19% | - |
| HSV(B) | 283.64º | 0.88% | 0.35% | - |
| XYZ | 4.2 | 2.14 | 9.42 | - |
| YUV | 36.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 88 | 0.24 | 0.88 | 0 | 0.65 | 283.64 | 0.78 | 0.19 |
| Hex | 43 | B | 58 | 18 | 58 | 0 | 41 | 11C | 4E | 13 |
| Octal | 103 | 13 | 130 | 30 | 130 | 0 | 101 | 434 | 116 | 23 |
| Binary | 1000011 | 1011 | 1011000 | 11000 | 1011000 | 0 | 1000001 | 100011100 | 1001110 | 10011 |
Color Harmonies of #430B58
Complementary color
Monochromatic Colors of #430B58
Black with #430B58
Text Example
Text Example
White with #430B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B58; }
p { color: rgb(67,11,88); }
H1.HeaderClassName
{
color: #430B58;
}
.AnyTagClassName
{
color: #430B58;
}
</style>
background-color css
<style>
a { background-color: #430B58; }
a { background-color: rgb(67,11,88); }
div.DivClassName
{
background-color: #430B58;
}
.BgClassName
{
background-color: #430B58;
}
</style>
border-color css
<style>
span { border-color: #430B58; }
span { border-color: rgb(67,11,88); }
td.TdClassName
{
border-color: #430B58;
}
.TagClassName
{
border-color: #430B58;
}
</style>