Shades of Han Purple #2B20EC
Tints of Han Purple #2B20EC
RGB
CMYK
RGB Variations
Color information
#2B20EC (or 0x2B20EC) is known color: Han Purple. HEX triplet: 2B, 20 and EC. RGB value is (43,32,236). Sum of RGB (Red+Green+Blue) = 43+32+236=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 236 (92.58% from 255 or 75.88% from 311); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B20EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B20EC is #D4DF13. Grayscale: #393939. Windows color (decimal): -13950740 or 15474731. OLE color: 15474731.
HSL color Cylindrical-coordinate representation of color #2B20EC: hue angle of 243.24º degrees, saturation: 0.84, 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 #2B20EC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 32 | 236 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.07 |
| HSL | 243.24º | 0.84% | 0.53% | - |
| HSV(B) | 243.24º | 0.86% | 0.93% | - |
| XYZ | 16.65 | 7.6 | 79.95 | - |
| YUV | 58.55 | 228.14 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 236 | 0.82 | 0.86 | 0 | 0.07 | 243.24 | 0.84 | 0.53 |
| Hex | 2B | 20 | EC | 52 | 56 | 0 | 7 | F3 | 54 | 35 |
| Octal | 53 | 40 | 354 | 122 | 126 | 0 | 7 | 363 | 124 | 65 |
| Binary | 101011 | 100000 | 11101100 | 1010010 | 1010110 | 0 | 111 | 11110011 | 1010100 | 110101 |
Color Harmonies of #2B20EC
Complementary color
Monochromatic Colors of #2B20EC
Black with #2B20EC
Text Example
Text Example
White with #2B20EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20EC; }
p { color: rgb(43,32,236); }
H1.HeaderClassName
{
color: #2B20EC;
}
.AnyTagClassName
{
color: #2B20EC;
}
</style>
background-color css
<style>
a { background-color: #2B20EC; }
a { background-color: rgb(43,32,236); }
div.DivClassName
{
background-color: #2B20EC;
}
.BgClassName
{
background-color: #2B20EC;
}
</style>
border-color css
<style>
span { border-color: #2B20EC; }
span { border-color: rgb(43,32,236); }
td.TdClassName
{
border-color: #2B20EC;
}
.TagClassName
{
border-color: #2B20EC;
}
</style>