Shades of Scarlet Gum #431E55
Tints of Scarlet Gum #431E55
RGB
CMYK
RGB Variations
Color information
#431E55 (or 0x431E55) is known color: Scarlet Gum. HEX triplet: 43, 1E and 55. RGB value is (67,30,85). Sum of RGB (Red+Green+Blue) = 67+30+85=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #431E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E55 is #BCE1AA. Grayscale: #2F2F2F. Windows color (decimal): -12378539 or 5578307. OLE color: 5578307.
HSL color Cylindrical-coordinate representation of color #431E55: hue angle of 280.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431E55 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 30 | 85 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.67 |
| HSL | 280.36º | 0.48% | 0.23% | - |
| HSV(B) | 280.36º | 0.65% | 0.33% | - |
| XYZ | 4.42 | 2.78 | 8.9 | - |
| YUV | 47.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 85 | 0.21 | 0.65 | 0 | 0.67 | 280.36 | 0.48 | 0.23 |
| Hex | 43 | 1E | 55 | 15 | 41 | 0 | 43 | 118 | 30 | 17 |
| Octal | 103 | 36 | 125 | 25 | 101 | 0 | 103 | 430 | 60 | 27 |
| Binary | 1000011 | 11110 | 1010101 | 10101 | 1000001 | 0 | 1000011 | 100011000 | 110000 | 10111 |
Color Harmonies of #431E55
Complementary color
Monochromatic Colors of #431E55
Black with #431E55
Text Example
Text Example
White with #431E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E55; }
p { color: rgb(67,30,85); }
H1.HeaderClassName
{
color: #431E55;
}
.AnyTagClassName
{
color: #431E55;
}
</style>
background-color css
<style>
a { background-color: #431E55; }
a { background-color: rgb(67,30,85); }
div.DivClassName
{
background-color: #431E55;
}
.BgClassName
{
background-color: #431E55;
}
</style>
border-color css
<style>
span { border-color: #431E55; }
span { border-color: rgb(67,30,85); }
td.TdClassName
{
border-color: #431E55;
}
.TagClassName
{
border-color: #431E55;
}
</style>