Shades of Han Purple #4C31E2
Tints of Han Purple #4C31E2
RGB
CMYK
RGB Variations
Color information
#4C31E2 (or 0x4C31E2) is known color: Han Purple. HEX triplet: 4C, 31 and E2. RGB value is (76,49,226). Sum of RGB (Red+Green+Blue) = 76+49+226=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 226 (88.67% from 255 or 64.39% from 351); Max value from RGB is 226 - color contains mainly: blue. Hex color #4C31E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31E2 is #B3CE1D. Grayscale: #4C4C4C. Windows color (decimal): -11783710 or 14823756. OLE color: 14823756.
HSL color Cylindrical-coordinate representation of color #4C31E2: hue angle of 249.15º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C31E2 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 49 | 226 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.11 |
| HSL | 249.15º | 0.75% | 0.54% | - |
| HSV(B) | 249.15º | 0.78% | 0.89% | - |
| XYZ | 17.81 | 9.22 | 72.79 | - |
| YUV | 77.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 226 | 0.66 | 0.78 | 0 | 0.11 | 249.15 | 0.75 | 0.54 |
| Hex | 4C | 31 | E2 | 42 | 4E | 0 | B | F9 | 4B | 36 |
| Octal | 114 | 61 | 342 | 102 | 116 | 0 | 13 | 371 | 113 | 66 |
| Binary | 1001100 | 110001 | 11100010 | 1000010 | 1001110 | 0 | 1011 | 11111001 | 1001011 | 110110 |
Color Harmonies of #4C31E2
Complementary color
Monochromatic Colors of #4C31E2
Black with #4C31E2
Text Example
Text Example
White with #4C31E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C31E2; }
p { color: rgb(76,49,226); }
H1.HeaderClassName
{
color: #4C31E2;
}
.AnyTagClassName
{
color: #4C31E2;
}
</style>
background-color css
<style>
a { background-color: #4C31E2; }
a { background-color: rgb(76,49,226); }
div.DivClassName
{
background-color: #4C31E2;
}
.BgClassName
{
background-color: #4C31E2;
}
</style>
border-color css
<style>
span { border-color: #4C31E2; }
span { border-color: rgb(76,49,226); }
td.TdClassName
{
border-color: #4C31E2;
}
.TagClassName
{
border-color: #4C31E2;
}
</style>