Shades of Han Purple #2E12FE
Tints of Han Purple #2E12FE
RGB
CMYK
RGB Variations
Color information
#2E12FE (or 0x2E12FE) is known color: Han Purple. HEX triplet: 2E, 12 and FE. RGB value is (46,18,254). Sum of RGB (Red+Green+Blue) = 46+18+254=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E12FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E12FE is #D1ED01. Grayscale: #343434. Windows color (decimal): -13757698 or 16650798. OLE color: 16650798.
HSL color Cylindrical-coordinate representation of color #2E12FE: hue angle of 247.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E12FE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 18 | 254 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.00 |
| HSL | 247.12º | 0.99% | 0.53% | - |
| HSV(B) | 247.12º | 0.93% | 1% | - |
| XYZ | 19.23 | 8.17 | 94.33 | - |
| YUV | 53.28 | 241.28 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 254 | 0.82 | 0.93 | 0 | 0.00 | 247.12 | 0.99 | 0.53 |
| Hex | 2E | 12 | FE | 52 | 5D | 0 | 0 | F7 | 63 | 35 |
| Octal | 56 | 22 | 376 | 122 | 135 | 0 | 0 | 367 | 143 | 65 |
| Binary | 101110 | 10010 | 11111110 | 1010010 | 1011101 | 0 | 0 | 11110111 | 1100011 | 110101 |
Color Harmonies of #2E12FE
Complementary color
Monochromatic Colors of #2E12FE
Black with #2E12FE
Text Example
Text Example
White with #2E12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E12FE; }
p { color: rgb(46,18,254); }
H1.HeaderClassName
{
color: #2E12FE;
}
.AnyTagClassName
{
color: #2E12FE;
}
</style>
background-color css
<style>
a { background-color: #2E12FE; }
a { background-color: rgb(46,18,254); }
div.DivClassName
{
background-color: #2E12FE;
}
.BgClassName
{
background-color: #2E12FE;
}
</style>
border-color css
<style>
span { border-color: #2E12FE; }
span { border-color: rgb(46,18,254); }
td.TdClassName
{
border-color: #2E12FE;
}
.TagClassName
{
border-color: #2E12FE;
}
</style>