Shades of Han Purple #2E06E9
Tints of Han Purple #2E06E9
RGB
CMYK
RGB Variations
Color information
#2E06E9 (or 0x2E06E9) is known color: Han Purple. HEX triplet: 2E, 06 and E9. RGB value is (46,6,233). Sum of RGB (Red+Green+Blue) = 46+6+233=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 233 (91.41% from 255 or 81.75% from 285); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E06E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E06E9 is #D1F916. Grayscale: #2A2A2A. Windows color (decimal): -13760791 or 15271470. OLE color: 15271470.
HSL color Cylindrical-coordinate representation of color #2E06E9: hue angle of 250.57º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E06E9 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 6 | 233 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.09 |
| HSL | 250.57º | 0.95% | 0.47% | - |
| HSV(B) | 250.57º | 0.97% | 0.91% | - |
| XYZ | 15.9 | 6.59 | 77.53 | - |
| YUV | 43.84 | 234.75 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 233 | 0.80 | 0.97 | 0 | 0.09 | 250.57 | 0.95 | 0.47 |
| Hex | 2E | 6 | E9 | 50 | 61 | 0 | 9 | FB | 5F | 2F |
| Octal | 56 | 6 | 351 | 120 | 141 | 0 | 11 | 373 | 137 | 57 |
| Binary | 101110 | 110 | 11101001 | 1010000 | 1100001 | 0 | 1001 | 11111011 | 1011111 | 101111 |
Color Harmonies of #2E06E9
Complementary color
Monochromatic Colors of #2E06E9
Black with #2E06E9
Text Example
Text Example
White with #2E06E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E06E9; }
p { color: rgb(46,6,233); }
H1.HeaderClassName
{
color: #2E06E9;
}
.AnyTagClassName
{
color: #2E06E9;
}
</style>
background-color css
<style>
a { background-color: #2E06E9; }
a { background-color: rgb(46,6,233); }
div.DivClassName
{
background-color: #2E06E9;
}
.BgClassName
{
background-color: #2E06E9;
}
</style>
border-color css
<style>
span { border-color: #2E06E9; }
span { border-color: rgb(46,6,233); }
td.TdClassName
{
border-color: #2E06E9;
}
.TagClassName
{
border-color: #2E06E9;
}
</style>