Shades of Scarlet Gum #431F5C
Tints of Scarlet Gum #431F5C
RGB
CMYK
RGB Variations
Color information
#431F5C (or 0x431F5C) is known color: Scarlet Gum. HEX triplet: 43, 1F and 5C. RGB value is (67,31,92). Sum of RGB (Red+Green+Blue) = 67+31+92=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #431F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F5C is #BCE0A3. Grayscale: #303030. Windows color (decimal): -12378276 or 6037315. OLE color: 6037315.
HSL color Cylindrical-coordinate representation of color #431F5C: hue angle of 275.41º degrees, saturation: 0.5, 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 #431F5C is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 31 | 92 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.64 |
| HSL | 275.41º | 0.5% | 0.24% | - |
| HSV(B) | 275.41º | 0.66% | 0.36% | - |
| XYZ | 4.74 | 2.95 | 10.44 | - |
| YUV | 48.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 92 | 0.27 | 0.66 | 0 | 0.64 | 275.41 | 0.5 | 0.24 |
| Hex | 43 | 1F | 5C | 1B | 42 | 0 | 40 | 113 | 32 | 18 |
| Octal | 103 | 37 | 134 | 33 | 102 | 0 | 100 | 423 | 62 | 30 |
| Binary | 1000011 | 11111 | 1011100 | 11011 | 1000010 | 0 | 1000000 | 100010011 | 110010 | 11000 |
Color Harmonies of #431F5C
Complementary color
Monochromatic Colors of #431F5C
Black with #431F5C
Text Example
Text Example
White with #431F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F5C; }
p { color: rgb(67,31,92); }
H1.HeaderClassName
{
color: #431F5C;
}
.AnyTagClassName
{
color: #431F5C;
}
</style>
background-color css
<style>
a { background-color: #431F5C; }
a { background-color: rgb(67,31,92); }
div.DivClassName
{
background-color: #431F5C;
}
.BgClassName
{
background-color: #431F5C;
}
</style>
border-color css
<style>
span { border-color: #431F5C; }
span { border-color: rgb(67,31,92); }
td.TdClassName
{
border-color: #431F5C;
}
.TagClassName
{
border-color: #431F5C;
}
</style>