Shades of Han Purple #4A1AEF
Tints of Han Purple #4A1AEF
RGB
CMYK
RGB Variations
Color information
#4A1AEF (or 0x4A1AEF) is known color: Han Purple. HEX triplet: 4A, 1A and EF. RGB value is (74,26,239). Sum of RGB (Red+Green+Blue) = 74+26+239=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A1AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AEF is #B5E510. Grayscale: #3F3F3F. Windows color (decimal): -11920657 or 15669834. OLE color: 15669834.
HSL color Cylindrical-coordinate representation of color #4A1AEF: hue angle of 253.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1AEF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 26 | 239 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.06 |
| HSL | 253.52º | 0.87% | 0.52% | - |
| HSV(B) | 253.52º | 0.89% | 0.94% | - |
| XYZ | 18.77 | 8.43 | 82.3 | - |
| YUV | 64.63 | 226.4 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 239 | 0.69 | 0.89 | 0 | 0.06 | 253.52 | 0.87 | 0.52 |
| Hex | 4A | 1A | EF | 45 | 59 | 0 | 6 | FE | 57 | 34 |
| Octal | 112 | 32 | 357 | 105 | 131 | 0 | 6 | 376 | 127 | 64 |
| Binary | 1001010 | 11010 | 11101111 | 1000101 | 1011001 | 0 | 110 | 11111110 | 1010111 | 110100 |
Color Harmonies of #4A1AEF
Complementary color
Monochromatic Colors of #4A1AEF
Black with #4A1AEF
Text Example
Text Example
White with #4A1AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1AEF; }
p { color: rgb(74,26,239); }
H1.HeaderClassName
{
color: #4A1AEF;
}
.AnyTagClassName
{
color: #4A1AEF;
}
</style>
background-color css
<style>
a { background-color: #4A1AEF; }
a { background-color: rgb(74,26,239); }
div.DivClassName
{
background-color: #4A1AEF;
}
.BgClassName
{
background-color: #4A1AEF;
}
</style>
border-color css
<style>
span { border-color: #4A1AEF; }
span { border-color: rgb(74,26,239); }
td.TdClassName
{
border-color: #4A1AEF;
}
.TagClassName
{
border-color: #4A1AEF;
}
</style>