Shades of Han Purple #2A25EC
Tints of Han Purple #2A25EC
RGB
CMYK
RGB Variations
Color information
#2A25EC (or 0x2A25EC) is known color: Han Purple. HEX triplet: 2A, 25 and EC. RGB value is (42,37,236). Sum of RGB (Red+Green+Blue) = 42+37+236=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A25EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A25EC is #D5DA13. Grayscale: #3C3C3C. Windows color (decimal): -14014996 or 15476010. OLE color: 15476010.
HSL color Cylindrical-coordinate representation of color #2A25EC: hue angle of 241.51º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A25EC is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 37 | 236 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.07 |
| HSL | 241.51º | 0.84% | 0.54% | - |
| HSV(B) | 241.51º | 0.84% | 0.93% | - |
| XYZ | 16.76 | 7.87 | 79.99 | - |
| YUV | 61.18 | 226.66 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 236 | 0.82 | 0.84 | 0 | 0.07 | 241.51 | 0.84 | 0.54 |
| Hex | 2A | 25 | EC | 52 | 54 | 0 | 7 | F2 | 54 | 36 |
| Octal | 52 | 45 | 354 | 122 | 124 | 0 | 7 | 362 | 124 | 66 |
| Binary | 101010 | 100101 | 11101100 | 1010010 | 1010100 | 0 | 111 | 11110010 | 1010100 | 110110 |
Color Harmonies of #2A25EC
Complementary color
Monochromatic Colors of #2A25EC
Black with #2A25EC
Text Example
Text Example
White with #2A25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25EC; }
p { color: rgb(42,37,236); }
H1.HeaderClassName
{
color: #2A25EC;
}
.AnyTagClassName
{
color: #2A25EC;
}
</style>
background-color css
<style>
a { background-color: #2A25EC; }
a { background-color: rgb(42,37,236); }
div.DivClassName
{
background-color: #2A25EC;
}
.BgClassName
{
background-color: #2A25EC;
}
</style>
border-color css
<style>
span { border-color: #2A25EC; }
span { border-color: rgb(42,37,236); }
td.TdClassName
{
border-color: #2A25EC;
}
.TagClassName
{
border-color: #2A25EC;
}
</style>