Shades of Han Purple #2E21DD
Tints of Han Purple #2E21DD
RGB
CMYK
RGB Variations
Color information
#2E21DD (or 0x2E21DD) is known color: Han Purple. HEX triplet: 2E, 21 and DD. RGB value is (46,33,221). Sum of RGB (Red+Green+Blue) = 46+33+221=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E21DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21DD is #D1DE22. Grayscale: #393939. Windows color (decimal): -13753891 or 14491950. OLE color: 14491950.
HSL color Cylindrical-coordinate representation of color #2E21DD: hue angle of 244.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E21DD is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 33 | 221 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.13 |
| HSL | 244.15º | 0.74% | 0.5% | - |
| HSV(B) | 244.15º | 0.85% | 0.87% | - |
| XYZ | 14.72 | 6.89 | 68.96 | - |
| YUV | 58.32 | 219.81 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 221 | 0.79 | 0.85 | 0 | 0.13 | 244.15 | 0.74 | 0.5 |
| Hex | 2E | 21 | DD | 4F | 55 | 0 | D | F4 | 4A | 32 |
| Octal | 56 | 41 | 335 | 117 | 125 | 0 | 15 | 364 | 112 | 62 |
| Binary | 101110 | 100001 | 11011101 | 1001111 | 1010101 | 0 | 1101 | 11110100 | 1001010 | 110010 |
Color Harmonies of #2E21DD
Complementary color
Monochromatic Colors of #2E21DD
Black with #2E21DD
Text Example
Text Example
White with #2E21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E21DD; }
p { color: rgb(46,33,221); }
H1.HeaderClassName
{
color: #2E21DD;
}
.AnyTagClassName
{
color: #2E21DD;
}
</style>
background-color css
<style>
a { background-color: #2E21DD; }
a { background-color: rgb(46,33,221); }
div.DivClassName
{
background-color: #2E21DD;
}
.BgClassName
{
background-color: #2E21DD;
}
</style>
border-color css
<style>
span { border-color: #2E21DD; }
span { border-color: rgb(46,33,221); }
td.TdClassName
{
border-color: #2E21DD;
}
.TagClassName
{
border-color: #2E21DD;
}
</style>