Shades of Han Purple #2E05DE
Tints of Han Purple #2E05DE
RGB
CMYK
RGB Variations
Color information
#2E05DE (or 0x2E05DE) is known color: Han Purple. HEX triplet: 2E, 05 and DE. RGB value is (46,5,222). Sum of RGB (Red+Green+Blue) = 46+5+222=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E05DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E05DE is #D1FA21. Grayscale: #292929. Windows color (decimal): -13761058 or 14550318. OLE color: 14550318.
HSL color Cylindrical-coordinate representation of color #2E05DE: hue angle of 251.34º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E05DE is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 5 | 222 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.13 |
| HSL | 251.34º | 0.96% | 0.45% | - |
| HSV(B) | 251.34º | 0.98% | 0.87% | - |
| XYZ | 14.37 | 5.96 | 69.5 | - |
| YUV | 42 | 229.58 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 222 | 0.79 | 0.98 | 0 | 0.13 | 251.34 | 0.96 | 0.45 |
| Hex | 2E | 5 | DE | 4F | 62 | 0 | D | FB | 60 | 2D |
| Octal | 56 | 5 | 336 | 117 | 142 | 0 | 15 | 373 | 140 | 55 |
| Binary | 101110 | 101 | 11011110 | 1001111 | 1100010 | 0 | 1101 | 11111011 | 1100000 | 101101 |
Color Harmonies of #2E05DE
Complementary color
Monochromatic Colors of #2E05DE
Black with #2E05DE
Text Example
Text Example
White with #2E05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E05DE; }
p { color: rgb(46,5,222); }
H1.HeaderClassName
{
color: #2E05DE;
}
.AnyTagClassName
{
color: #2E05DE;
}
</style>
background-color css
<style>
a { background-color: #2E05DE; }
a { background-color: rgb(46,5,222); }
div.DivClassName
{
background-color: #2E05DE;
}
.BgClassName
{
background-color: #2E05DE;
}
</style>
border-color css
<style>
span { border-color: #2E05DE; }
span { border-color: rgb(46,5,222); }
td.TdClassName
{
border-color: #2E05DE;
}
.TagClassName
{
border-color: #2E05DE;
}
</style>