Shades of Han Purple #4A2EF2
Tints of Han Purple #4A2EF2
RGB
CMYK
RGB Variations
Color information
#4A2EF2 (or 0x4A2EF2) is known color: Han Purple. HEX triplet: 4A, 2E and F2. RGB value is (74,46,242). Sum of RGB (Red+Green+Blue) = 74+46+242=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #4A2EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2EF2 is #B5D10D. Grayscale: #4B4B4B. Windows color (decimal): -11915534 or 15871562. OLE color: 15871562.
HSL color Cylindrical-coordinate representation of color #4A2EF2: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2EF2 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 46 | 242 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.05 |
| HSL | 248.57º | 0.88% | 0.56% | - |
| HSV(B) | 248.57º | 0.81% | 0.95% | - |
| XYZ | 19.83 | 9.82 | 84.85 | - |
| YUV | 76.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 242 | 0.69 | 0.81 | 0 | 0.05 | 248.57 | 0.88 | 0.56 |
| Hex | 4A | 2E | F2 | 45 | 51 | 0 | 5 | F9 | 58 | 38 |
| Octal | 112 | 56 | 362 | 105 | 121 | 0 | 5 | 371 | 130 | 70 |
| Binary | 1001010 | 101110 | 11110010 | 1000101 | 1010001 | 0 | 101 | 11111001 | 1011000 | 111000 |
Color Harmonies of #4A2EF2
Complementary color
Monochromatic Colors of #4A2EF2
Black with #4A2EF2
Text Example
Text Example
White with #4A2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2EF2; }
p { color: rgb(74,46,242); }
H1.HeaderClassName
{
color: #4A2EF2;
}
.AnyTagClassName
{
color: #4A2EF2;
}
</style>
background-color css
<style>
a { background-color: #4A2EF2; }
a { background-color: rgb(74,46,242); }
div.DivClassName
{
background-color: #4A2EF2;
}
.BgClassName
{
background-color: #4A2EF2;
}
</style>
border-color css
<style>
span { border-color: #4A2EF2; }
span { border-color: rgb(74,46,242); }
td.TdClassName
{
border-color: #4A2EF2;
}
.TagClassName
{
border-color: #4A2EF2;
}
</style>