Shades of Han Purple #2E18DD
Tints of Han Purple #2E18DD
RGB
CMYK
RGB Variations
Color information
#2E18DD (or 0x2E18DD) is known color: Han Purple. HEX triplet: 2E, 18 and DD. RGB value is (46,24,221). Sum of RGB (Red+Green+Blue) = 46+24+221=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E18DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18DD is #D1E722. Grayscale: #343434. Windows color (decimal): -13756195 or 14489646. OLE color: 14489646.
HSL color Cylindrical-coordinate representation of color #2E18DD: hue angle of 246.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E18DD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 24 | 221 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.13 |
| HSL | 246.7º | 0.8% | 0.48% | - |
| HSV(B) | 246.7º | 0.89% | 0.87% | - |
| XYZ | 14.5 | 6.45 | 68.89 | - |
| YUV | 53.04 | 222.79 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 221 | 0.79 | 0.89 | 0 | 0.13 | 246.7 | 0.8 | 0.48 |
| Hex | 2E | 18 | DD | 4F | 59 | 0 | D | F7 | 50 | 30 |
| Octal | 56 | 30 | 335 | 117 | 131 | 0 | 15 | 367 | 120 | 60 |
| Binary | 101110 | 11000 | 11011101 | 1001111 | 1011001 | 0 | 1101 | 11110111 | 1010000 | 110000 |
Color Harmonies of #2E18DD
Complementary color
Monochromatic Colors of #2E18DD
Black with #2E18DD
Text Example
Text Example
White with #2E18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E18DD; }
p { color: rgb(46,24,221); }
H1.HeaderClassName
{
color: #2E18DD;
}
.AnyTagClassName
{
color: #2E18DD;
}
</style>
background-color css
<style>
a { background-color: #2E18DD; }
a { background-color: rgb(46,24,221); }
div.DivClassName
{
background-color: #2E18DD;
}
.BgClassName
{
background-color: #2E18DD;
}
</style>
border-color css
<style>
span { border-color: #2E18DD; }
span { border-color: rgb(46,24,221); }
td.TdClassName
{
border-color: #2E18DD;
}
.TagClassName
{
border-color: #2E18DD;
}
</style>