Shades of Han Purple #4A2CEF
Tints of Han Purple #4A2CEF
RGB
CMYK
RGB Variations
Color information
#4A2CEF (or 0x4A2CEF) is known color: Han Purple. HEX triplet: 4A, 2C and EF. RGB value is (74,44,239). Sum of RGB (Red+Green+Blue) = 74+44+239=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2CEF is #B5D310. Grayscale: #4A4A4A. Windows color (decimal): -11916049 or 15674442. OLE color: 15674442.
HSL color Cylindrical-coordinate representation of color #4A2CEF: hue angle of 249.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2CEF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 44 | 239 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.06 |
| HSL | 249.23º | 0.86% | 0.55% | - |
| HSV(B) | 249.23º | 0.82% | 0.94% | - |
| XYZ | 19.3 | 9.49 | 82.48 | - |
| YUV | 75.2 | 220.44 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 239 | 0.69 | 0.82 | 0 | 0.06 | 249.23 | 0.86 | 0.55 |
| Hex | 4A | 2C | EF | 45 | 52 | 0 | 6 | F9 | 56 | 37 |
| Octal | 112 | 54 | 357 | 105 | 122 | 0 | 6 | 371 | 126 | 67 |
| Binary | 1001010 | 101100 | 11101111 | 1000101 | 1010010 | 0 | 110 | 11111001 | 1010110 | 110111 |
Color Harmonies of #4A2CEF
Complementary color
Monochromatic Colors of #4A2CEF
Black with #4A2CEF
Text Example
Text Example
White with #4A2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CEF; }
p { color: rgb(74,44,239); }
H1.HeaderClassName
{
color: #4A2CEF;
}
.AnyTagClassName
{
color: #4A2CEF;
}
</style>
background-color css
<style>
a { background-color: #4A2CEF; }
a { background-color: rgb(74,44,239); }
div.DivClassName
{
background-color: #4A2CEF;
}
.BgClassName
{
background-color: #4A2CEF;
}
</style>
border-color css
<style>
span { border-color: #4A2CEF; }
span { border-color: rgb(74,44,239); }
td.TdClassName
{
border-color: #4A2CEF;
}
.TagClassName
{
border-color: #4A2CEF;
}
</style>