Shades of Scarlet Gum #431E5C
Tints of Scarlet Gum #431E5C
RGB
CMYK
RGB Variations
Color information
#431E5C (or 0x431E5C) is known color: Scarlet Gum. HEX triplet: 43, 1E and 5C. RGB value is (67,30,92). Sum of RGB (Red+Green+Blue) = 67+30+92=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #431E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E5C is #BCE1A3. Grayscale: #2F2F2F. Windows color (decimal): -12378532 or 6037059. OLE color: 6037059.
HSL color Cylindrical-coordinate representation of color #431E5C: hue angle of 275.81º degrees, saturation: 0.51, 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 #431E5C is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 30 | 92 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.64 |
| HSL | 275.81º | 0.51% | 0.24% | - |
| HSV(B) | 275.81º | 0.67% | 0.36% | - |
| XYZ | 4.71 | 2.89 | 10.44 | - |
| YUV | 48.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 92 | 0.27 | 0.67 | 0 | 0.64 | 275.81 | 0.51 | 0.24 |
| Hex | 43 | 1E | 5C | 1B | 43 | 0 | 40 | 114 | 33 | 18 |
| Octal | 103 | 36 | 134 | 33 | 103 | 0 | 100 | 424 | 63 | 30 |
| Binary | 1000011 | 11110 | 1011100 | 11011 | 1000011 | 0 | 1000000 | 100010100 | 110011 | 11000 |
Color Harmonies of #431E5C
Complementary color
Monochromatic Colors of #431E5C
Black with #431E5C
Text Example
Text Example
White with #431E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E5C; }
p { color: rgb(67,30,92); }
H1.HeaderClassName
{
color: #431E5C;
}
.AnyTagClassName
{
color: #431E5C;
}
</style>
background-color css
<style>
a { background-color: #431E5C; }
a { background-color: rgb(67,30,92); }
div.DivClassName
{
background-color: #431E5C;
}
.BgClassName
{
background-color: #431E5C;
}
</style>
border-color css
<style>
span { border-color: #431E5C; }
span { border-color: rgb(67,30,92); }
td.TdClassName
{
border-color: #431E5C;
}
.TagClassName
{
border-color: #431E5C;
}
</style>