Shades of Han Purple #2E06FE
Tints of Han Purple #2E06FE
RGB
CMYK
RGB Variations
Color information
#2E06FE (or 0x2E06FE) is known color: Han Purple. HEX triplet: 2E, 06 and FE. RGB value is (46,6,254). Sum of RGB (Red+Green+Blue) = 46+6+254=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E06FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E06FE is #D1F901. Grayscale: #2D2D2D. Windows color (decimal): -13760770 or 16647726. OLE color: 16647726.
HSL color Cylindrical-coordinate representation of color #2E06FE: hue angle of 249.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E06FE is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 6 | 254 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.00 |
| HSL | 249.68º | 0.99% | 0.51% | - |
| HSV(B) | 249.68º | 0.98% | 1% | - |
| XYZ | 19.08 | 7.87 | 94.28 | - |
| YUV | 46.23 | 245.25 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 254 | 0.82 | 0.98 | 0 | 0.00 | 249.68 | 0.99 | 0.51 |
| Hex | 2E | 6 | FE | 52 | 62 | 0 | 0 | FA | 63 | 33 |
| Octal | 56 | 6 | 376 | 122 | 142 | 0 | 0 | 372 | 143 | 63 |
| Binary | 101110 | 110 | 11111110 | 1010010 | 1100010 | 0 | 0 | 11111010 | 1100011 | 110011 |
Color Harmonies of #2E06FE
Complementary color
Monochromatic Colors of #2E06FE
Black with #2E06FE
Text Example
Text Example
White with #2E06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E06FE; }
p { color: rgb(46,6,254); }
H1.HeaderClassName
{
color: #2E06FE;
}
.AnyTagClassName
{
color: #2E06FE;
}
</style>
background-color css
<style>
a { background-color: #2E06FE; }
a { background-color: rgb(46,6,254); }
div.DivClassName
{
background-color: #2E06FE;
}
.BgClassName
{
background-color: #2E06FE;
}
</style>
border-color css
<style>
span { border-color: #2E06FE; }
span { border-color: rgb(46,6,254); }
td.TdClassName
{
border-color: #2E06FE;
}
.TagClassName
{
border-color: #2E06FE;
}
</style>