Shades of Han Purple #2E2CEF
Tints of Han Purple #2E2CEF
RGB
CMYK
RGB Variations
Color information
#2E2CEF (or 0x2E2CEF) is known color: Han Purple. HEX triplet: 2E, 2C and EF. RGB value is (46,44,239). Sum of RGB (Red+Green+Blue) = 46+44+239=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2CEF is #D1D310. Grayscale: #424242. Windows color (decimal): -13751057 or 15674414. OLE color: 15674414.
HSL color Cylindrical-coordinate representation of color #2E2CEF: hue angle of 240.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E2CEF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 44 | 239 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.06 |
| HSL | 240.62º | 0.86% | 0.55% | - |
| HSV(B) | 240.62º | 0.82% | 0.94% | - |
| XYZ | 17.61 | 8.61 | 82.4 | - |
| YUV | 66.83 | 225.16 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 239 | 0.81 | 0.82 | 0 | 0.06 | 240.62 | 0.86 | 0.55 |
| Hex | 2E | 2C | EF | 51 | 52 | 0 | 6 | F1 | 56 | 37 |
| Octal | 56 | 54 | 357 | 121 | 122 | 0 | 6 | 361 | 126 | 67 |
| Binary | 101110 | 101100 | 11101111 | 1010001 | 1010010 | 0 | 110 | 11110001 | 1010110 | 110111 |
Color Harmonies of #2E2CEF
Complementary color
Monochromatic Colors of #2E2CEF
Black with #2E2CEF
Text Example
Text Example
White with #2E2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CEF; }
p { color: rgb(46,44,239); }
H1.HeaderClassName
{
color: #2E2CEF;
}
.AnyTagClassName
{
color: #2E2CEF;
}
</style>
background-color css
<style>
a { background-color: #2E2CEF; }
a { background-color: rgb(46,44,239); }
div.DivClassName
{
background-color: #2E2CEF;
}
.BgClassName
{
background-color: #2E2CEF;
}
</style>
border-color css
<style>
span { border-color: #2E2CEF; }
span { border-color: rgb(46,44,239); }
td.TdClassName
{
border-color: #2E2CEF;
}
.TagClassName
{
border-color: #2E2CEF;
}
</style>