Shades of Scarlet Gum #431E5B
Tints of Scarlet Gum #431E5B
RGB
CMYK
RGB Variations
Color information
#431E5B (or 0x431E5B) is known color: Scarlet Gum. HEX triplet: 43, 1E and 5B. RGB value is (67,30,91). Sum of RGB (Red+Green+Blue) = 67+30+91=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #431E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E5B is #BCE1A4. Grayscale: #2F2F2F. Windows color (decimal): -12378533 or 5971523. OLE color: 5971523.
HSL color Cylindrical-coordinate representation of color #431E5B: hue angle of 276.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431E5B is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 30 | 91 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.64 |
| HSL | 276.39º | 0.5% | 0.24% | - |
| HSV(B) | 276.39º | 0.67% | 0.36% | - |
| XYZ | 4.67 | 2.88 | 10.21 | - |
| YUV | 48.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 91 | 0.26 | 0.67 | 0 | 0.64 | 276.39 | 0.5 | 0.24 |
| Hex | 43 | 1E | 5B | 1A | 43 | 0 | 40 | 114 | 32 | 18 |
| Octal | 103 | 36 | 133 | 32 | 103 | 0 | 100 | 424 | 62 | 30 |
| Binary | 1000011 | 11110 | 1011011 | 11010 | 1000011 | 0 | 1000000 | 100010100 | 110010 | 11000 |
Color Harmonies of #431E5B
Complementary color
Monochromatic Colors of #431E5B
Black with #431E5B
Text Example
Text Example
White with #431E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E5B; }
p { color: rgb(67,30,91); }
H1.HeaderClassName
{
color: #431E5B;
}
.AnyTagClassName
{
color: #431E5B;
}
</style>
background-color css
<style>
a { background-color: #431E5B; }
a { background-color: rgb(67,30,91); }
div.DivClassName
{
background-color: #431E5B;
}
.BgClassName
{
background-color: #431E5B;
}
</style>
border-color css
<style>
span { border-color: #431E5B; }
span { border-color: rgb(67,30,91); }
td.TdClassName
{
border-color: #431E5B;
}
.TagClassName
{
border-color: #431E5B;
}
</style>