Shades of Han Purple #2A24EC
Tints of Han Purple #2A24EC
RGB
CMYK
RGB Variations
Color information
#2A24EC (or 0x2A24EC) is known color: Han Purple. HEX triplet: 2A, 24 and EC. RGB value is (42,36,236). Sum of RGB (Red+Green+Blue) = 42+36+236=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A24EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A24EC is #D5DB13. Grayscale: #3B3B3B. Windows color (decimal): -14015252 or 15475754. OLE color: 15475754.
HSL color Cylindrical-coordinate representation of color #2A24EC: hue angle of 241.8º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A24EC is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 36 | 236 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.07 |
| HSL | 241.8º | 0.84% | 0.53% | - |
| HSV(B) | 241.8º | 0.85% | 0.93% | - |
| XYZ | 16.73 | 7.81 | 79.98 | - |
| YUV | 60.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 236 | 0.82 | 0.85 | 0 | 0.07 | 241.8 | 0.84 | 0.53 |
| Hex | 2A | 24 | EC | 52 | 55 | 0 | 7 | F2 | 54 | 35 |
| Octal | 52 | 44 | 354 | 122 | 125 | 0 | 7 | 362 | 124 | 65 |
| Binary | 101010 | 100100 | 11101100 | 1010010 | 1010101 | 0 | 111 | 11110010 | 1010100 | 110101 |
Color Harmonies of #2A24EC
Complementary color
Monochromatic Colors of #2A24EC
Black with #2A24EC
Text Example
Text Example
White with #2A24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A24EC; }
p { color: rgb(42,36,236); }
H1.HeaderClassName
{
color: #2A24EC;
}
.AnyTagClassName
{
color: #2A24EC;
}
</style>
background-color css
<style>
a { background-color: #2A24EC; }
a { background-color: rgb(42,36,236); }
div.DivClassName
{
background-color: #2A24EC;
}
.BgClassName
{
background-color: #2A24EC;
}
</style>
border-color css
<style>
span { border-color: #2A24EC; }
span { border-color: rgb(42,36,236); }
td.TdClassName
{
border-color: #2A24EC;
}
.TagClassName
{
border-color: #2A24EC;
}
</style>