Shades of Han Purple #2E07EE
Tints of Han Purple #2E07EE
RGB
CMYK
RGB Variations
Color information
#2E07EE (or 0x2E07EE) is known color: Han Purple. HEX triplet: 2E, 07 and EE. RGB value is (46,7,238). Sum of RGB (Red+Green+Blue) = 46+7+238=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 238 (93.36% from 255 or 81.79% from 291); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E07EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E07EE is #D1F811. Grayscale: #2C2C2C. Windows color (decimal): -13760530 or 15599406. OLE color: 15599406.
HSL color Cylindrical-coordinate representation of color #2E07EE: hue angle of 250.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E07EE is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 7 | 238 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.07 |
| HSL | 250.13º | 0.94% | 0.48% | - |
| HSV(B) | 250.13º | 0.97% | 0.93% | - |
| XYZ | 16.64 | 6.91 | 81.35 | - |
| YUV | 45 | 236.92 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 238 | 0.81 | 0.97 | 0 | 0.07 | 250.13 | 0.94 | 0.48 |
| Hex | 2E | 7 | EE | 51 | 61 | 0 | 7 | FA | 5E | 30 |
| Octal | 56 | 7 | 356 | 121 | 141 | 0 | 7 | 372 | 136 | 60 |
| Binary | 101110 | 111 | 11101110 | 1010001 | 1100001 | 0 | 111 | 11111010 | 1011110 | 110000 |
Color Harmonies of #2E07EE
Complementary color
Monochromatic Colors of #2E07EE
Black with #2E07EE
Text Example
Text Example
White with #2E07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07EE; }
p { color: rgb(46,7,238); }
H1.HeaderClassName
{
color: #2E07EE;
}
.AnyTagClassName
{
color: #2E07EE;
}
</style>
background-color css
<style>
a { background-color: #2E07EE; }
a { background-color: rgb(46,7,238); }
div.DivClassName
{
background-color: #2E07EE;
}
.BgClassName
{
background-color: #2E07EE;
}
</style>
border-color css
<style>
span { border-color: #2E07EE; }
span { border-color: rgb(46,7,238); }
td.TdClassName
{
border-color: #2E07EE;
}
.TagClassName
{
border-color: #2E07EE;
}
</style>