Shades of Scarlet Gum #431F5B
Tints of Scarlet Gum #431F5B
RGB
CMYK
RGB Variations
Color information
#431F5B (or 0x431F5B) is known color: Scarlet Gum. HEX triplet: 43, 1F and 5B. RGB value is (67,31,91). Sum of RGB (Red+Green+Blue) = 67+31+91=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #431F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F5B is #BCE0A4. Grayscale: #303030. Windows color (decimal): -12378277 or 5971779. OLE color: 5971779.
HSL color Cylindrical-coordinate representation of color #431F5B: hue angle of 276º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431F5B is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 31 | 91 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.64 |
| HSL | 276º | 0.49% | 0.24% | - |
| HSV(B) | 276º | 0.66% | 0.36% | - |
| XYZ | 4.69 | 2.93 | 10.22 | - |
| YUV | 48.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 91 | 0.26 | 0.66 | 0 | 0.64 | 276 | 0.49 | 0.24 |
| Hex | 43 | 1F | 5B | 1A | 42 | 0 | 40 | 114 | 31 | 18 |
| Octal | 103 | 37 | 133 | 32 | 102 | 0 | 100 | 424 | 61 | 30 |
| Binary | 1000011 | 11111 | 1011011 | 11010 | 1000010 | 0 | 1000000 | 100010100 | 110001 | 11000 |
Color Harmonies of #431F5B
Complementary color
Monochromatic Colors of #431F5B
Black with #431F5B
Text Example
Text Example
White with #431F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F5B; }
p { color: rgb(67,31,91); }
H1.HeaderClassName
{
color: #431F5B;
}
.AnyTagClassName
{
color: #431F5B;
}
</style>
background-color css
<style>
a { background-color: #431F5B; }
a { background-color: rgb(67,31,91); }
div.DivClassName
{
background-color: #431F5B;
}
.BgClassName
{
background-color: #431F5B;
}
</style>
border-color css
<style>
span { border-color: #431F5B; }
span { border-color: rgb(67,31,91); }
td.TdClassName
{
border-color: #431F5B;
}
.TagClassName
{
border-color: #431F5B;
}
</style>