Shades of Han Purple #2E16EC
Tints of Han Purple #2E16EC
RGB
CMYK
RGB Variations
Color information
#2E16EC (or 0x2E16EC) is known color: Han Purple. HEX triplet: 2E, 16 and EC. RGB value is (46,22,236). Sum of RGB (Red+Green+Blue) = 46+22+236=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E16EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E16EC is #D1E913. Grayscale: #343434. Windows color (decimal): -13756692 or 15472174. OLE color: 15472174.
HSL color Cylindrical-coordinate representation of color #2E16EC: hue angle of 246.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E16EC is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 22 | 236 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.07 |
| HSL | 246.73º | 0.85% | 0.51% | - |
| HSV(B) | 246.73º | 0.91% | 0.93% | - |
| XYZ | 16.55 | 7.21 | 79.88 | - |
| YUV | 53.57 | 230.95 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 236 | 0.81 | 0.91 | 0 | 0.07 | 246.73 | 0.85 | 0.51 |
| Hex | 2E | 16 | EC | 51 | 5B | 0 | 7 | F7 | 55 | 33 |
| Octal | 56 | 26 | 354 | 121 | 133 | 0 | 7 | 367 | 125 | 63 |
| Binary | 101110 | 10110 | 11101100 | 1010001 | 1011011 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #2E16EC
Complementary color
Monochromatic Colors of #2E16EC
Black with #2E16EC
Text Example
Text Example
White with #2E16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E16EC; }
p { color: rgb(46,22,236); }
H1.HeaderClassName
{
color: #2E16EC;
}
.AnyTagClassName
{
color: #2E16EC;
}
</style>
background-color css
<style>
a { background-color: #2E16EC; }
a { background-color: rgb(46,22,236); }
div.DivClassName
{
background-color: #2E16EC;
}
.BgClassName
{
background-color: #2E16EC;
}
</style>
border-color css
<style>
span { border-color: #2E16EC; }
span { border-color: rgb(46,22,236); }
td.TdClassName
{
border-color: #2E16EC;
}
.TagClassName
{
border-color: #2E16EC;
}
</style>