Shades of Han Purple #4A2CE8
Tints of Han Purple #4A2CE8
RGB
CMYK
RGB Variations
Color information
#4A2CE8 (or 0x4A2CE8) is known color: Han Purple. HEX triplet: 4A, 2C and E8. RGB value is (74,44,232). Sum of RGB (Red+Green+Blue) = 74+44+232=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #4A2CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2CE8 is #B5D317. Grayscale: #494949. Windows color (decimal): -11916056 or 15215690. OLE color: 15215690.
HSL color Cylindrical-coordinate representation of color #4A2CE8: hue angle of 249.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2CE8 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 44 | 232 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.09 |
| HSL | 249.57º | 0.8% | 0.54% | - |
| HSV(B) | 249.57º | 0.81% | 0.91% | - |
| XYZ | 18.29 | 9.08 | 77.13 | - |
| YUV | 74.4 | 216.94 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 232 | 0.68 | 0.81 | 0 | 0.09 | 249.57 | 0.8 | 0.54 |
| Hex | 4A | 2C | E8 | 44 | 51 | 0 | 9 | FA | 50 | 36 |
| Octal | 112 | 54 | 350 | 104 | 121 | 0 | 11 | 372 | 120 | 66 |
| Binary | 1001010 | 101100 | 11101000 | 1000100 | 1010001 | 0 | 1001 | 11111010 | 1010000 | 110110 |
Color Harmonies of #4A2CE8
Complementary color
Monochromatic Colors of #4A2CE8
Black with #4A2CE8
Text Example
Text Example
White with #4A2CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CE8; }
p { color: rgb(74,44,232); }
H1.HeaderClassName
{
color: #4A2CE8;
}
.AnyTagClassName
{
color: #4A2CE8;
}
</style>
background-color css
<style>
a { background-color: #4A2CE8; }
a { background-color: rgb(74,44,232); }
div.DivClassName
{
background-color: #4A2CE8;
}
.BgClassName
{
background-color: #4A2CE8;
}
</style>
border-color css
<style>
span { border-color: #4A2CE8; }
span { border-color: rgb(74,44,232); }
td.TdClassName
{
border-color: #4A2CE8;
}
.TagClassName
{
border-color: #4A2CE8;
}
</style>