Shades of Scarlet Gum #431A5E
Tints of Scarlet Gum #431A5E
RGB
CMYK
RGB Variations
Color information
#431A5E (or 0x431A5E) is known color: Scarlet Gum. HEX triplet: 43, 1A and 5E. RGB value is (67,26,94). Sum of RGB (Red+Green+Blue) = 67+26+94=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #431A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A5E is #BCE5A1. Grayscale: #2D2D2D. Windows color (decimal): -12379554 or 6167107. OLE color: 6167107.
HSL color Cylindrical-coordinate representation of color #431A5E: hue angle of 276.18º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431A5E is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 26 | 94 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.63 |
| HSL | 276.18º | 0.57% | 0.24% | - |
| HSV(B) | 276.18º | 0.72% | 0.37% | - |
| XYZ | 4.7 | 2.74 | 10.87 | - |
| YUV | 46.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 94 | 0.29 | 0.72 | 0 | 0.63 | 276.18 | 0.57 | 0.24 |
| Hex | 43 | 1A | 5E | 1D | 48 | 0 | 3F | 114 | 39 | 18 |
| Octal | 103 | 32 | 136 | 35 | 110 | 0 | 77 | 424 | 71 | 30 |
| Binary | 1000011 | 11010 | 1011110 | 11101 | 1001000 | 0 | 111111 | 100010100 | 111001 | 11000 |
Color Harmonies of #431A5E
Complementary color
Monochromatic Colors of #431A5E
Black with #431A5E
Text Example
Text Example
White with #431A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A5E; }
p { color: rgb(67,26,94); }
H1.HeaderClassName
{
color: #431A5E;
}
.AnyTagClassName
{
color: #431A5E;
}
</style>
background-color css
<style>
a { background-color: #431A5E; }
a { background-color: rgb(67,26,94); }
div.DivClassName
{
background-color: #431A5E;
}
.BgClassName
{
background-color: #431A5E;
}
</style>
border-color css
<style>
span { border-color: #431A5E; }
span { border-color: rgb(67,26,94); }
td.TdClassName
{
border-color: #431A5E;
}
.TagClassName
{
border-color: #431A5E;
}
</style>