Shades of Han Purple #2E0EFE
Tints of Han Purple #2E0EFE
RGB
CMYK
RGB Variations
Color information
#2E0EFE (or 0x2E0EFE) is known color: Han Purple. HEX triplet: 2E, 0E and FE. RGB value is (46,14,254). Sum of RGB (Red+Green+Blue) = 46+14+254=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E0EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0EFE is #D1F101. Grayscale: #323232. Windows color (decimal): -13758722 or 16649774. OLE color: 16649774.
HSL color Cylindrical-coordinate representation of color #2E0EFE: hue angle of 248º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0EFE is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 14 | 254 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.00 |
| HSL | 248º | 0.99% | 0.53% | - |
| HSV(B) | 248º | 0.94% | 1% | - |
| XYZ | 19.17 | 8.05 | 94.31 | - |
| YUV | 50.93 | 242.6 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 254 | 0.82 | 0.94 | 0 | 0.00 | 248 | 0.99 | 0.53 |
| Hex | 2E | E | FE | 52 | 5E | 0 | 0 | F8 | 63 | 35 |
| Octal | 56 | 16 | 376 | 122 | 136 | 0 | 0 | 370 | 143 | 65 |
| Binary | 101110 | 1110 | 11111110 | 1010010 | 1011110 | 0 | 0 | 11111000 | 1100011 | 110101 |
Color Harmonies of #2E0EFE
Complementary color
Monochromatic Colors of #2E0EFE
Black with #2E0EFE
Text Example
Text Example
White with #2E0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0EFE; }
p { color: rgb(46,14,254); }
H1.HeaderClassName
{
color: #2E0EFE;
}
.AnyTagClassName
{
color: #2E0EFE;
}
</style>
background-color css
<style>
a { background-color: #2E0EFE; }
a { background-color: rgb(46,14,254); }
div.DivClassName
{
background-color: #2E0EFE;
}
.BgClassName
{
background-color: #2E0EFE;
}
</style>
border-color css
<style>
span { border-color: #2E0EFE; }
span { border-color: rgb(46,14,254); }
td.TdClassName
{
border-color: #2E0EFE;
}
.TagClassName
{
border-color: #2E0EFE;
}
</style>