Shades of Han Purple #2A19EC
Tints of Han Purple #2A19EC
RGB
CMYK
RGB Variations
Color information
#2A19EC (or 0x2A19EC) is known color: Han Purple. HEX triplet: 2A, 19 and EC. RGB value is (42,25,236). Sum of RGB (Red+Green+Blue) = 42+25+236=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A19EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A19EC is #D5E613. Grayscale: #353535. Windows color (decimal): -14018068 or 15472938. OLE color: 15472938.
HSL color Cylindrical-coordinate representation of color #2A19EC: hue angle of 244.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A19EC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 25 | 236 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.07 |
| HSL | 244.83º | 0.85% | 0.51% | - |
| HSV(B) | 244.83º | 0.89% | 0.93% | - |
| XYZ | 16.44 | 7.24 | 79.89 | - |
| YUV | 54.14 | 230.63 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 236 | 0.82 | 0.89 | 0 | 0.07 | 244.83 | 0.85 | 0.51 |
| Hex | 2A | 19 | EC | 52 | 59 | 0 | 7 | F5 | 55 | 33 |
| Octal | 52 | 31 | 354 | 122 | 131 | 0 | 7 | 365 | 125 | 63 |
| Binary | 101010 | 11001 | 11101100 | 1010010 | 1011001 | 0 | 111 | 11110101 | 1010101 | 110011 |
Color Harmonies of #2A19EC
Complementary color
Monochromatic Colors of #2A19EC
Black with #2A19EC
Text Example
Text Example
White with #2A19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A19EC; }
p { color: rgb(42,25,236); }
H1.HeaderClassName
{
color: #2A19EC;
}
.AnyTagClassName
{
color: #2A19EC;
}
</style>
background-color css
<style>
a { background-color: #2A19EC; }
a { background-color: rgb(42,25,236); }
div.DivClassName
{
background-color: #2A19EC;
}
.BgClassName
{
background-color: #2A19EC;
}
</style>
border-color css
<style>
span { border-color: #2A19EC; }
span { border-color: rgb(42,25,236); }
td.TdClassName
{
border-color: #2A19EC;
}
.TagClassName
{
border-color: #2A19EC;
}
</style>