Shades of Han Purple #2E16FF
Tints of Han Purple #2E16FF
RGB
CMYK
RGB Variations
Color information
#2E16FF (or 0x2E16FF) is known color: Han Purple. HEX triplet: 2E, 16 and FF. RGB value is (46,22,255). Sum of RGB (Red+Green+Blue) = 46+22+255=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E16FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E16FF is #D1E900. Grayscale: #363636. Windows color (decimal): -13756673 or 16717358. OLE color: 16717358.
HSL color Cylindrical-coordinate representation of color #2E16FF: hue angle of 246.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E16FF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 22 | 255 | - |
| CMYK | 0.82 | 0.91 | 0 | 0 |
| HSL | 246.18º | 1% | 0.54% | - |
| HSV(B) | 246.18º | 0.91% | 1% | - |
| XYZ | 19.46 | 8.37 | 95.2 | - |
| YUV | 55.74 | 240.45 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 255 | 0.82 | 0.91 | 0 | 0 | 246.18 | 1 | 0.54 |
| Hex | 2E | 16 | FF | 52 | 5B | 0 | 0 | F6 | 64 | 36 |
| Octal | 56 | 26 | 377 | 122 | 133 | 0 | 0 | 366 | 144 | 66 |
| Binary | 101110 | 10110 | 11111111 | 1010010 | 1011011 | 0 | 0 | 11110110 | 1100100 | 110110 |
Color Harmonies of #2E16FF
Complementary color
Monochromatic Colors of #2E16FF
Black with #2E16FF
Text Example
Text Example
White with #2E16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E16FF; }
p { color: rgb(46,22,255); }
H1.HeaderClassName
{
color: #2E16FF;
}
.AnyTagClassName
{
color: #2E16FF;
}
</style>
background-color css
<style>
a { background-color: #2E16FF; }
a { background-color: rgb(46,22,255); }
div.DivClassName
{
background-color: #2E16FF;
}
.BgClassName
{
background-color: #2E16FF;
}
</style>
border-color css
<style>
span { border-color: #2E16FF; }
span { border-color: rgb(46,22,255); }
td.TdClassName
{
border-color: #2E16FF;
}
.TagClassName
{
border-color: #2E16FF;
}
</style>