Shades of Han Purple #2E01EC
Tints of Han Purple #2E01EC
RGB
CMYK
RGB Variations
Color information
#2E01EC (or 0x2E01EC) is known color: Han Purple. HEX triplet: 2E, 01 and EC. RGB value is (46,1,236). Sum of RGB (Red+Green+Blue) = 46+1+236=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E01EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E01EC is #D1FE13. Grayscale: #282828. Windows color (decimal): -13762068 or 15466798. OLE color: 15466798.
HSL color Cylindrical-coordinate representation of color #2E01EC: hue angle of 251.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E01EC is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 1 | 236 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.07 |
| HSL | 251.49º | 0.99% | 0.46% | - |
| HSV(B) | 251.49º | 1% | 0.93% | - |
| XYZ | 16.28 | 6.66 | 79.78 | - |
| YUV | 41.25 | 237.91 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 236 | 0.81 | 1.00 | 0 | 0.07 | 251.49 | 0.99 | 0.46 |
| Hex | 2E | 1 | EC | 51 | 64 | 0 | 7 | FB | 63 | 2E |
| Octal | 56 | 1 | 354 | 121 | 144 | 0 | 7 | 373 | 143 | 56 |
| Binary | 101110 | 1 | 11101100 | 1010001 | 1100100 | 0 | 111 | 11111011 | 1100011 | 101110 |
Color Harmonies of #2E01EC
Complementary color
Monochromatic Colors of #2E01EC
Black with #2E01EC
Text Example
Text Example
White with #2E01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E01EC; }
p { color: rgb(46,1,236); }
H1.HeaderClassName
{
color: #2E01EC;
}
.AnyTagClassName
{
color: #2E01EC;
}
</style>
background-color css
<style>
a { background-color: #2E01EC; }
a { background-color: rgb(46,1,236); }
div.DivClassName
{
background-color: #2E01EC;
}
.BgClassName
{
background-color: #2E01EC;
}
</style>
border-color css
<style>
span { border-color: #2E01EC; }
span { border-color: rgb(46,1,236); }
td.TdClassName
{
border-color: #2E01EC;
}
.TagClassName
{
border-color: #2E01EC;
}
</style>