Shades of Han Purple #4A2CE5
Tints of Han Purple #4A2CE5
RGB
CMYK
RGB Variations
Color information
#4A2CE5 (or 0x4A2CE5) is known color: Han Purple. HEX triplet: 4A, 2C and E5. RGB value is (74,44,229). Sum of RGB (Red+Green+Blue) = 74+44+229=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #4A2CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CE5 is #B5D31A. Grayscale: #494949. Windows color (decimal): -11916059 or 15019082. OLE color: 15019082.
HSL color Cylindrical-coordinate representation of color #4A2CE5: hue angle of 249.73º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A2CE5 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 44 | 229 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.10 |
| HSL | 249.73º | 0.78% | 0.54% | - |
| HSV(B) | 249.73º | 0.81% | 0.9% | - |
| XYZ | 17.87 | 8.91 | 74.91 | - |
| YUV | 74.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 229 | 0.68 | 0.81 | 0 | 0.10 | 249.73 | 0.78 | 0.54 |
| Hex | 4A | 2C | E5 | 44 | 51 | 0 | A | FA | 4E | 36 |
| Octal | 112 | 54 | 345 | 104 | 121 | 0 | 12 | 372 | 116 | 66 |
| Binary | 1001010 | 101100 | 11100101 | 1000100 | 1010001 | 0 | 1010 | 11111010 | 1001110 | 110110 |
Color Harmonies of #4A2CE5
Complementary color
Monochromatic Colors of #4A2CE5
Black with #4A2CE5
Text Example
Text Example
White with #4A2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CE5; }
p { color: rgb(74,44,229); }
H1.HeaderClassName
{
color: #4A2CE5;
}
.AnyTagClassName
{
color: #4A2CE5;
}
</style>
background-color css
<style>
a { background-color: #4A2CE5; }
a { background-color: rgb(74,44,229); }
div.DivClassName
{
background-color: #4A2CE5;
}
.BgClassName
{
background-color: #4A2CE5;
}
</style>
border-color css
<style>
span { border-color: #4A2CE5; }
span { border-color: rgb(74,44,229); }
td.TdClassName
{
border-color: #4A2CE5;
}
.TagClassName
{
border-color: #4A2CE5;
}
</style>