Shades of Han Purple #2E16EB
Tints of Han Purple #2E16EB
RGB
CMYK
RGB Variations
Color information
#2E16EB (or 0x2E16EB) is known color: Han Purple. HEX triplet: 2E, 16 and EB. RGB value is (46,22,235). Sum of RGB (Red+Green+Blue) = 46+22+235=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E16EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E16EB is #D1E914. Grayscale: #343434. Windows color (decimal): -13756693 or 15406638. OLE color: 15406638.
HSL color Cylindrical-coordinate representation of color #2E16EB: hue angle of 246.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E16EB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 22 | 235 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.08 |
| HSL | 246.76º | 0.84% | 0.5% | - |
| HSV(B) | 246.76º | 0.91% | 0.92% | - |
| XYZ | 16.41 | 7.15 | 79.11 | - |
| YUV | 53.46 | 230.45 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 235 | 0.80 | 0.91 | 0 | 0.08 | 246.76 | 0.84 | 0.5 |
| Hex | 2E | 16 | EB | 50 | 5B | 0 | 8 | F7 | 54 | 32 |
| Octal | 56 | 26 | 353 | 120 | 133 | 0 | 10 | 367 | 124 | 62 |
| Binary | 101110 | 10110 | 11101011 | 1010000 | 1011011 | 0 | 1000 | 11110111 | 1010100 | 110010 |
Color Harmonies of #2E16EB
Complementary color
Monochromatic Colors of #2E16EB
Black with #2E16EB
Text Example
Text Example
White with #2E16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E16EB; }
p { color: rgb(46,22,235); }
H1.HeaderClassName
{
color: #2E16EB;
}
.AnyTagClassName
{
color: #2E16EB;
}
</style>
background-color css
<style>
a { background-color: #2E16EB; }
a { background-color: rgb(46,22,235); }
div.DivClassName
{
background-color: #2E16EB;
}
.BgClassName
{
background-color: #2E16EB;
}
</style>
border-color css
<style>
span { border-color: #2E16EB; }
span { border-color: rgb(46,22,235); }
td.TdClassName
{
border-color: #2E16EB;
}
.TagClassName
{
border-color: #2E16EB;
}
</style>