Shades of Han Purple #2E19FF
Tints of Han Purple #2E19FF
RGB
CMYK
RGB Variations
Color information
#2E19FF (or 0x2E19FF) is known color: Han Purple. HEX triplet: 2E, 19 and FF. RGB value is (46,25,255). Sum of RGB (Red+Green+Blue) = 46+25+255=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E19FF is #D1E600. Grayscale: #383838. Windows color (decimal): -13755905 or 16718126. OLE color: 16718126.
HSL color Cylindrical-coordinate representation of color #2E19FF: hue angle of 245.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E19FF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 25 | 255 | - |
| CMYK | 0.82 | 0.90 | 0 | 0 |
| HSL | 245.48º | 1% | 0.55% | - |
| HSV(B) | 245.48º | 0.9% | 1% | - |
| XYZ | 19.52 | 8.5 | 95.22 | - |
| YUV | 57.5 | 239.46 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 255 | 0.82 | 0.90 | 0 | 0 | 245.48 | 1 | 0.55 |
| Hex | 2E | 19 | FF | 52 | 5A | 0 | 0 | F5 | 64 | 37 |
| Octal | 56 | 31 | 377 | 122 | 132 | 0 | 0 | 365 | 144 | 67 |
| Binary | 101110 | 11001 | 11111111 | 1010010 | 1011010 | 0 | 0 | 11110101 | 1100100 | 110111 |
Color Harmonies of #2E19FF
Complementary color
Monochromatic Colors of #2E19FF
Black with #2E19FF
Text Example
Text Example
White with #2E19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E19FF; }
p { color: rgb(46,25,255); }
H1.HeaderClassName
{
color: #2E19FF;
}
.AnyTagClassName
{
color: #2E19FF;
}
</style>
background-color css
<style>
a { background-color: #2E19FF; }
a { background-color: rgb(46,25,255); }
div.DivClassName
{
background-color: #2E19FF;
}
.BgClassName
{
background-color: #2E19FF;
}
</style>
border-color css
<style>
span { border-color: #2E19FF; }
span { border-color: rgb(46,25,255); }
td.TdClassName
{
border-color: #2E19FF;
}
.TagClassName
{
border-color: #2E19FF;
}
</style>