Shades of Scarlet Gum #4B255C
Tints of Scarlet Gum #4B255C
RGB
CMYK
RGB Variations
Color information
#4B255C (or 0x4B255C) is known color: Scarlet Gum. HEX triplet: 4B, 25 and 5C. RGB value is (75,37,92). Sum of RGB (Red+Green+Blue) = 75+37+92=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B255C is #B4DAA3. Grayscale: #363636. Windows color (decimal): -11852452 or 6038859. OLE color: 6038859.
HSL color Cylindrical-coordinate representation of color #4B255C: hue angle of 281.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B255C is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 37 | 92 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.64 |
| HSL | 281.45º | 0.43% | 0.25% | - |
| HSV(B) | 281.45º | 0.6% | 0.36% | - |
| XYZ | 5.49 | 3.59 | 10.53 | - |
| YUV | 54.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 92 | 0.18 | 0.60 | 0 | 0.64 | 281.45 | 0.43 | 0.25 |
| Hex | 4B | 25 | 5C | 12 | 3C | 0 | 40 | 119 | 2B | 19 |
| Octal | 113 | 45 | 134 | 22 | 74 | 0 | 100 | 431 | 53 | 31 |
| Binary | 1001011 | 100101 | 1011100 | 10010 | 111100 | 0 | 1000000 | 100011001 | 101011 | 11001 |
Color Harmonies of #4B255C
Complementary color
Monochromatic Colors of #4B255C
Black with #4B255C
Text Example
Text Example
White with #4B255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B255C; }
p { color: rgb(75,37,92); }
H1.HeaderClassName
{
color: #4B255C;
}
.AnyTagClassName
{
color: #4B255C;
}
</style>
background-color css
<style>
a { background-color: #4B255C; }
a { background-color: rgb(75,37,92); }
div.DivClassName
{
background-color: #4B255C;
}
.BgClassName
{
background-color: #4B255C;
}
</style>
border-color css
<style>
span { border-color: #4B255C; }
span { border-color: rgb(75,37,92); }
td.TdClassName
{
border-color: #4B255C;
}
.TagClassName
{
border-color: #4B255C;
}
</style>