Shades of Scarlet Gum #4B225C
Tints of Scarlet Gum #4B225C
RGB
CMYK
RGB Variations
Color information
#4B225C (or 0x4B225C) is known color: Scarlet Gum. HEX triplet: 4B, 22 and 5C. RGB value is (75,34,92). Sum of RGB (Red+Green+Blue) = 75+34+92=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B225C is #B4DDA3. Grayscale: #343434. Windows color (decimal): -11853220 or 6038091. OLE color: 6038091.
HSL color Cylindrical-coordinate representation of color #4B225C: hue angle of 282.41º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B225C is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 34 | 92 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.64 |
| HSL | 282.41º | 0.46% | 0.25% | - |
| HSV(B) | 282.41º | 0.63% | 0.36% | - |
| XYZ | 5.41 | 3.41 | 10.5 | - |
| YUV | 52.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 92 | 0.18 | 0.63 | 0 | 0.64 | 282.41 | 0.46 | 0.25 |
| Hex | 4B | 22 | 5C | 12 | 3F | 0 | 40 | 11A | 2E | 19 |
| Octal | 113 | 42 | 134 | 22 | 77 | 0 | 100 | 432 | 56 | 31 |
| Binary | 1001011 | 100010 | 1011100 | 10010 | 111111 | 0 | 1000000 | 100011010 | 101110 | 11001 |
Color Harmonies of #4B225C
Complementary color
Monochromatic Colors of #4B225C
Black with #4B225C
Text Example
Text Example
White with #4B225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B225C; }
p { color: rgb(75,34,92); }
H1.HeaderClassName
{
color: #4B225C;
}
.AnyTagClassName
{
color: #4B225C;
}
</style>
background-color css
<style>
a { background-color: #4B225C; }
a { background-color: rgb(75,34,92); }
div.DivClassName
{
background-color: #4B225C;
}
.BgClassName
{
background-color: #4B225C;
}
</style>
border-color css
<style>
span { border-color: #4B225C; }
span { border-color: rgb(75,34,92); }
td.TdClassName
{
border-color: #4B225C;
}
.TagClassName
{
border-color: #4B225C;
}
</style>