Shades of Han Purple #2E11EA
Tints of Han Purple #2E11EA
RGB
CMYK
RGB Variations
Color information
#2E11EA (or 0x2E11EA) is known color: Han Purple. HEX triplet: 2E, 11 and EA. RGB value is (46,17,234). Sum of RGB (Red+Green+Blue) = 46+17+234=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E11EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E11EA is #D1EE15. Grayscale: #313131. Windows color (decimal): -13757974 or 15339822. OLE color: 15339822.
HSL color Cylindrical-coordinate representation of color #2E11EA: hue angle of 248.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E11EA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 17 | 234 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.08 |
| HSL | 248.02º | 0.86% | 0.49% | - |
| HSV(B) | 248.02º | 0.93% | 0.92% | - |
| XYZ | 16.18 | 6.92 | 78.33 | - |
| YUV | 50.41 | 231.61 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 234 | 0.80 | 0.93 | 0 | 0.08 | 248.02 | 0.86 | 0.49 |
| Hex | 2E | 11 | EA | 50 | 5D | 0 | 8 | F8 | 56 | 31 |
| Octal | 56 | 21 | 352 | 120 | 135 | 0 | 10 | 370 | 126 | 61 |
| Binary | 101110 | 10001 | 11101010 | 1010000 | 1011101 | 0 | 1000 | 11111000 | 1010110 | 110001 |
Color Harmonies of #2E11EA
Complementary color
Monochromatic Colors of #2E11EA
Black with #2E11EA
Text Example
Text Example
White with #2E11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E11EA; }
p { color: rgb(46,17,234); }
H1.HeaderClassName
{
color: #2E11EA;
}
.AnyTagClassName
{
color: #2E11EA;
}
</style>
background-color css
<style>
a { background-color: #2E11EA; }
a { background-color: rgb(46,17,234); }
div.DivClassName
{
background-color: #2E11EA;
}
.BgClassName
{
background-color: #2E11EA;
}
</style>
border-color css
<style>
span { border-color: #2E11EA; }
span { border-color: rgb(46,17,234); }
td.TdClassName
{
border-color: #2E11EA;
}
.TagClassName
{
border-color: #2E11EA;
}
</style>