Shades of Han Purple #2E11DC
Tints of Han Purple #2E11DC
RGB
CMYK
RGB Variations
Color information
#2E11DC (or 0x2E11DC) is known color: Han Purple. HEX triplet: 2E, 11 and DC. RGB value is (46,17,220). Sum of RGB (Red+Green+Blue) = 46+17+220=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E11DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11DC is #D1EE23. Grayscale: #303030. Windows color (decimal): -13757988 or 14422318. OLE color: 14422318.
HSL color Cylindrical-coordinate representation of color #2E11DC: hue angle of 248.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E11DC is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 17 | 220 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.14 |
| HSL | 248.57º | 0.86% | 0.46% | - |
| HSV(B) | 248.57º | 0.92% | 0.86% | - |
| XYZ | 14.25 | 6.15 | 68.15 | - |
| YUV | 48.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 220 | 0.79 | 0.92 | 0 | 0.14 | 248.57 | 0.86 | 0.46 |
| Hex | 2E | 11 | DC | 4F | 5C | 0 | E | F9 | 56 | 2E |
| Octal | 56 | 21 | 334 | 117 | 134 | 0 | 16 | 371 | 126 | 56 |
| Binary | 101110 | 10001 | 11011100 | 1001111 | 1011100 | 0 | 1110 | 11111001 | 1010110 | 101110 |
Color Harmonies of #2E11DC
Complementary color
Monochromatic Colors of #2E11DC
Black with #2E11DC
Text Example
Text Example
White with #2E11DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E11DC; }
p { color: rgb(46,17,220); }
H1.HeaderClassName
{
color: #2E11DC;
}
.AnyTagClassName
{
color: #2E11DC;
}
</style>
background-color css
<style>
a { background-color: #2E11DC; }
a { background-color: rgb(46,17,220); }
div.DivClassName
{
background-color: #2E11DC;
}
.BgClassName
{
background-color: #2E11DC;
}
</style>
border-color css
<style>
span { border-color: #2E11DC; }
span { border-color: rgb(46,17,220); }
td.TdClassName
{
border-color: #2E11DC;
}
.TagClassName
{
border-color: #2E11DC;
}
</style>