Shades of Han Purple #2E14EB
Tints of Han Purple #2E14EB
RGB
CMYK
RGB Variations
Color information
#2E14EB (or 0x2E14EB) is known color: Han Purple. HEX triplet: 2E, 14 and EB. RGB value is (46,20,235). Sum of RGB (Red+Green+Blue) = 46+20+235=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E14EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E14EB is #D1EB14. Grayscale: #333333. Windows color (decimal): -13757205 or 15406126. OLE color: 15406126.
HSL color Cylindrical-coordinate representation of color #2E14EB: hue angle of 247.26º 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 #2E14EB is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 20 | 235 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.08 |
| HSL | 247.26º | 0.84% | 0.5% | - |
| HSV(B) | 247.26º | 0.91% | 0.92% | - |
| XYZ | 16.37 | 7.08 | 79.1 | - |
| YUV | 52.28 | 231.11 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 235 | 0.80 | 0.91 | 0 | 0.08 | 247.26 | 0.84 | 0.5 |
| Hex | 2E | 14 | EB | 50 | 5B | 0 | 8 | F7 | 54 | 32 |
| Octal | 56 | 24 | 353 | 120 | 133 | 0 | 10 | 367 | 124 | 62 |
| Binary | 101110 | 10100 | 11101011 | 1010000 | 1011011 | 0 | 1000 | 11110111 | 1010100 | 110010 |
Color Harmonies of #2E14EB
Complementary color
Monochromatic Colors of #2E14EB
Black with #2E14EB
Text Example
Text Example
White with #2E14EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14EB; }
p { color: rgb(46,20,235); }
H1.HeaderClassName
{
color: #2E14EB;
}
.AnyTagClassName
{
color: #2E14EB;
}
</style>
background-color css
<style>
a { background-color: #2E14EB; }
a { background-color: rgb(46,20,235); }
div.DivClassName
{
background-color: #2E14EB;
}
.BgClassName
{
background-color: #2E14EB;
}
</style>
border-color css
<style>
span { border-color: #2E14EB; }
span { border-color: rgb(46,20,235); }
td.TdClassName
{
border-color: #2E14EB;
}
.TagClassName
{
border-color: #2E14EB;
}
</style>