Shades of Han Purple #2A24EF
Tints of Han Purple #2A24EF
RGB
CMYK
RGB Variations
Color information
#2A24EF (or 0x2A24EF) is known color: Han Purple. HEX triplet: 2A, 24 and EF. RGB value is (42,36,239). Sum of RGB (Red+Green+Blue) = 42+36+239=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A24EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A24EF is #D5DB10. Grayscale: #3C3C3C. Windows color (decimal): -14015249 or 15672362. OLE color: 15672362.
HSL color Cylindrical-coordinate representation of color #2A24EF: hue angle of 241.77º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A24EF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 36 | 239 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.06 |
| HSL | 241.77º | 0.86% | 0.54% | - |
| HSV(B) | 241.77º | 0.85% | 0.94% | - |
| XYZ | 17.17 | 7.99 | 82.3 | - |
| YUV | 60.94 | 228.49 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 239 | 0.82 | 0.85 | 0 | 0.06 | 241.77 | 0.86 | 0.54 |
| Hex | 2A | 24 | EF | 52 | 55 | 0 | 6 | F2 | 56 | 36 |
| Octal | 52 | 44 | 357 | 122 | 125 | 0 | 6 | 362 | 126 | 66 |
| Binary | 101010 | 100100 | 11101111 | 1010010 | 1010101 | 0 | 110 | 11110010 | 1010110 | 110110 |
Color Harmonies of #2A24EF
Complementary color
Monochromatic Colors of #2A24EF
Black with #2A24EF
Text Example
Text Example
White with #2A24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A24EF; }
p { color: rgb(42,36,239); }
H1.HeaderClassName
{
color: #2A24EF;
}
.AnyTagClassName
{
color: #2A24EF;
}
</style>
background-color css
<style>
a { background-color: #2A24EF; }
a { background-color: rgb(42,36,239); }
div.DivClassName
{
background-color: #2A24EF;
}
.BgClassName
{
background-color: #2A24EF;
}
</style>
border-color css
<style>
span { border-color: #2A24EF; }
span { border-color: rgb(42,36,239); }
td.TdClassName
{
border-color: #2A24EF;
}
.TagClassName
{
border-color: #2A24EF;
}
</style>