Shades of Han Purple #2B03EC
Tints of Han Purple #2B03EC
RGB
CMYK
RGB Variations
Color information
#2B03EC (or 0x2B03EC) is known color: Han Purple. HEX triplet: 2B, 03 and EC. RGB value is (43,3,236). Sum of RGB (Red+Green+Blue) = 43+3+236=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B03EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B03EC is #D4FC13. Grayscale: #282828. Windows color (decimal): -13958164 or 15467307. OLE color: 15467307.
HSL color Cylindrical-coordinate representation of color #2B03EC: hue angle of 250.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B03EC is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 3 | 236 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.07 |
| HSL | 250.3º | 0.97% | 0.47% | - |
| HSV(B) | 250.3º | 0.99% | 0.93% | - |
| XYZ | 16.17 | 6.63 | 79.79 | - |
| YUV | 41.52 | 237.75 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 236 | 0.82 | 0.99 | 0 | 0.07 | 250.3 | 0.97 | 0.47 |
| Hex | 2B | 3 | EC | 52 | 63 | 0 | 7 | FA | 61 | 2F |
| Octal | 53 | 3 | 354 | 122 | 143 | 0 | 7 | 372 | 141 | 57 |
| Binary | 101011 | 11 | 11101100 | 1010010 | 1100011 | 0 | 111 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2B03EC
Complementary color
Monochromatic Colors of #2B03EC
Black with #2B03EC
Text Example
Text Example
White with #2B03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B03EC; }
p { color: rgb(43,3,236); }
H1.HeaderClassName
{
color: #2B03EC;
}
.AnyTagClassName
{
color: #2B03EC;
}
</style>
background-color css
<style>
a { background-color: #2B03EC; }
a { background-color: rgb(43,3,236); }
div.DivClassName
{
background-color: #2B03EC;
}
.BgClassName
{
background-color: #2B03EC;
}
</style>
border-color css
<style>
span { border-color: #2B03EC; }
span { border-color: rgb(43,3,236); }
td.TdClassName
{
border-color: #2B03EC;
}
.TagClassName
{
border-color: #2B03EC;
}
</style>