Shades of Han Purple #4A2EDC
Tints of Han Purple #4A2EDC
RGB
CMYK
RGB Variations
Color information
#4A2EDC (or 0x4A2EDC) is known color: Han Purple. HEX triplet: 4A, 2E and DC. RGB value is (74,46,220). Sum of RGB (Red+Green+Blue) = 74+46+220=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A2EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2EDC is #B5D123. Grayscale: #494949. Windows color (decimal): -11915556 or 14429770. OLE color: 14429770.
HSL color Cylindrical-coordinate representation of color #4A2EDC: hue angle of 249.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2EDC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 46 | 220 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.14 |
| HSL | 249.66º | 0.71% | 0.52% | - |
| HSV(B) | 249.66º | 0.79% | 0.86% | - |
| XYZ | 16.72 | 8.58 | 68.48 | - |
| YUV | 74.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 220 | 0.66 | 0.79 | 0 | 0.14 | 249.66 | 0.71 | 0.52 |
| Hex | 4A | 2E | DC | 42 | 4F | 0 | E | FA | 47 | 34 |
| Octal | 112 | 56 | 334 | 102 | 117 | 0 | 16 | 372 | 107 | 64 |
| Binary | 1001010 | 101110 | 11011100 | 1000010 | 1001111 | 0 | 1110 | 11111010 | 1000111 | 110100 |
Color Harmonies of #4A2EDC
Complementary color
Monochromatic Colors of #4A2EDC
Black with #4A2EDC
Text Example
Text Example
White with #4A2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2EDC; }
p { color: rgb(74,46,220); }
H1.HeaderClassName
{
color: #4A2EDC;
}
.AnyTagClassName
{
color: #4A2EDC;
}
</style>
background-color css
<style>
a { background-color: #4A2EDC; }
a { background-color: rgb(74,46,220); }
div.DivClassName
{
background-color: #4A2EDC;
}
.BgClassName
{
background-color: #4A2EDC;
}
</style>
border-color css
<style>
span { border-color: #4A2EDC; }
span { border-color: rgb(74,46,220); }
td.TdClassName
{
border-color: #4A2EDC;
}
.TagClassName
{
border-color: #4A2EDC;
}
</style>