Shades of Han Purple #2E14E9
Tints of Han Purple #2E14E9
RGB
CMYK
RGB Variations
Color information
#2E14E9 (or 0x2E14E9) is known color: Han Purple. HEX triplet: 2E, 14 and E9. RGB value is (46,20,233). Sum of RGB (Red+Green+Blue) = 46+20+233=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E14E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E14E9 is #D1EB16. Grayscale: #333333. Windows color (decimal): -13757207 or 15275054. OLE color: 15275054.
HSL color Cylindrical-coordinate representation of color #2E14E9: hue angle of 247.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E14E9 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 20 | 233 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.09 |
| HSL | 247.32º | 0.84% | 0.5% | - |
| HSV(B) | 247.32º | 0.91% | 0.91% | - |
| XYZ | 16.08 | 6.96 | 77.59 | - |
| YUV | 52.06 | 230.11 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 233 | 0.80 | 0.91 | 0 | 0.09 | 247.32 | 0.84 | 0.5 |
| Hex | 2E | 14 | E9 | 50 | 5B | 0 | 9 | F7 | 54 | 32 |
| Octal | 56 | 24 | 351 | 120 | 133 | 0 | 11 | 367 | 124 | 62 |
| Binary | 101110 | 10100 | 11101001 | 1010000 | 1011011 | 0 | 1001 | 11110111 | 1010100 | 110010 |
Color Harmonies of #2E14E9
Complementary color
Monochromatic Colors of #2E14E9
Black with #2E14E9
Text Example
Text Example
White with #2E14E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E14E9; }
p { color: rgb(46,20,233); }
H1.HeaderClassName
{
color: #2E14E9;
}
.AnyTagClassName
{
color: #2E14E9;
}
</style>
background-color css
<style>
a { background-color: #2E14E9; }
a { background-color: rgb(46,20,233); }
div.DivClassName
{
background-color: #2E14E9;
}
.BgClassName
{
background-color: #2E14E9;
}
</style>
border-color css
<style>
span { border-color: #2E14E9; }
span { border-color: rgb(46,20,233); }
td.TdClassName
{
border-color: #2E14E9;
}
.TagClassName
{
border-color: #2E14E9;
}
</style>