Shades of Han Purple #2E21DF
Tints of Han Purple #2E21DF
RGB
CMYK
RGB Variations
Color information
#2E21DF (or 0x2E21DF) is known color: Han Purple. HEX triplet: 2E, 21 and DF. RGB value is (46,33,223). Sum of RGB (Red+Green+Blue) = 46+33+223=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E21DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21DF is #D1DE20. Grayscale: #393939. Windows color (decimal): -13753889 or 14623022. OLE color: 14623022.
HSL color Cylindrical-coordinate representation of color #2E21DF: hue angle of 244.11º degrees, saturation: 0.75, 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 #2E21DF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 33 | 223 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.13 |
| HSL | 244.11º | 0.75% | 0.5% | - |
| HSV(B) | 244.11º | 0.85% | 0.87% | - |
| XYZ | 14.99 | 7 | 70.37 | - |
| YUV | 58.55 | 220.81 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 223 | 0.79 | 0.85 | 0 | 0.13 | 244.11 | 0.75 | 0.5 |
| Hex | 2E | 21 | DF | 4F | 55 | 0 | D | F4 | 4B | 32 |
| Octal | 56 | 41 | 337 | 117 | 125 | 0 | 15 | 364 | 113 | 62 |
| Binary | 101110 | 100001 | 11011111 | 1001111 | 1010101 | 0 | 1101 | 11110100 | 1001011 | 110010 |
Color Harmonies of #2E21DF
Complementary color
Monochromatic Colors of #2E21DF
Black with #2E21DF
Text Example
Text Example
White with #2E21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E21DF; }
p { color: rgb(46,33,223); }
H1.HeaderClassName
{
color: #2E21DF;
}
.AnyTagClassName
{
color: #2E21DF;
}
</style>
background-color css
<style>
a { background-color: #2E21DF; }
a { background-color: rgb(46,33,223); }
div.DivClassName
{
background-color: #2E21DF;
}
.BgClassName
{
background-color: #2E21DF;
}
</style>
border-color css
<style>
span { border-color: #2E21DF; }
span { border-color: rgb(46,33,223); }
td.TdClassName
{
border-color: #2E21DF;
}
.TagClassName
{
border-color: #2E21DF;
}
</style>