Shades of Han Purple #2B21EE
Tints of Han Purple #2B21EE
RGB
CMYK
RGB Variations
Color information
#2B21EE (or 0x2B21EE) is known color: Han Purple. HEX triplet: 2B, 21 and EE. RGB value is (43,33,238). Sum of RGB (Red+Green+Blue) = 43+33+238=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B21EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B21EE is #D4DE11. Grayscale: #3A3A3A. Windows color (decimal): -13950482 or 15606059. OLE color: 15606059.
HSL color Cylindrical-coordinate representation of color #2B21EE: hue angle of 242.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B21EE is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 33 | 238 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.07 |
| HSL | 242.93º | 0.86% | 0.53% | - |
| HSV(B) | 242.93º | 0.86% | 0.93% | - |
| XYZ | 16.97 | 7.77 | 81.49 | - |
| YUV | 59.36 | 228.81 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 238 | 0.82 | 0.86 | 0 | 0.07 | 242.93 | 0.86 | 0.53 |
| Hex | 2B | 21 | EE | 52 | 56 | 0 | 7 | F3 | 56 | 35 |
| Octal | 53 | 41 | 356 | 122 | 126 | 0 | 7 | 363 | 126 | 65 |
| Binary | 101011 | 100001 | 11101110 | 1010010 | 1010110 | 0 | 111 | 11110011 | 1010110 | 110101 |
Color Harmonies of #2B21EE
Complementary color
Monochromatic Colors of #2B21EE
Black with #2B21EE
Text Example
Text Example
White with #2B21EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B21EE; }
p { color: rgb(43,33,238); }
H1.HeaderClassName
{
color: #2B21EE;
}
.AnyTagClassName
{
color: #2B21EE;
}
</style>
background-color css
<style>
a { background-color: #2B21EE; }
a { background-color: rgb(43,33,238); }
div.DivClassName
{
background-color: #2B21EE;
}
.BgClassName
{
background-color: #2B21EE;
}
</style>
border-color css
<style>
span { border-color: #2B21EE; }
span { border-color: rgb(43,33,238); }
td.TdClassName
{
border-color: #2B21EE;
}
.TagClassName
{
border-color: #2B21EE;
}
</style>