Shades of Han Purple #2E09EF
Tints of Han Purple #2E09EF
RGB
CMYK
RGB Variations
Color information
#2E09EF (or 0x2E09EF) is known color: Han Purple. HEX triplet: 2E, 09 and EF. RGB value is (46,9,239). Sum of RGB (Red+Green+Blue) = 46+9+239=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E09EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E09EF is #D1F610. Grayscale: #2D2D2D. Windows color (decimal): -13760017 or 15665454. OLE color: 15665454.
HSL color Cylindrical-coordinate representation of color #2E09EF: hue angle of 249.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E09EF is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 9 | 239 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.06 |
| HSL | 249.65º | 0.93% | 0.49% | - |
| HSV(B) | 249.65º | 0.96% | 0.94% | - |
| XYZ | 16.8 | 7.01 | 82.13 | - |
| YUV | 46.28 | 236.76 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 239 | 0.81 | 0.96 | 0 | 0.06 | 249.65 | 0.93 | 0.49 |
| Hex | 2E | 9 | EF | 51 | 60 | 0 | 6 | FA | 5D | 31 |
| Octal | 56 | 11 | 357 | 121 | 140 | 0 | 6 | 372 | 135 | 61 |
| Binary | 101110 | 1001 | 11101111 | 1010001 | 1100000 | 0 | 110 | 11111010 | 1011101 | 110001 |
Color Harmonies of #2E09EF
Complementary color
Monochromatic Colors of #2E09EF
Black with #2E09EF
Text Example
Text Example
White with #2E09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E09EF; }
p { color: rgb(46,9,239); }
H1.HeaderClassName
{
color: #2E09EF;
}
.AnyTagClassName
{
color: #2E09EF;
}
</style>
background-color css
<style>
a { background-color: #2E09EF; }
a { background-color: rgb(46,9,239); }
div.DivClassName
{
background-color: #2E09EF;
}
.BgClassName
{
background-color: #2E09EF;
}
</style>
border-color css
<style>
span { border-color: #2E09EF; }
span { border-color: rgb(46,9,239); }
td.TdClassName
{
border-color: #2E09EF;
}
.TagClassName
{
border-color: #2E09EF;
}
</style>