Shades of Han Purple #2B04EC
Tints of Han Purple #2B04EC
RGB
CMYK
RGB Variations
Color information
#2B04EC (or 0x2B04EC) is known color: Han Purple. HEX triplet: 2B, 04 and EC. RGB value is (43,4,236). Sum of RGB (Red+Green+Blue) = 43+4+236=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B04EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B04EC is #D4FB13. Grayscale: #292929. Windows color (decimal): -13957908 or 15467563. OLE color: 15467563.
HSL color Cylindrical-coordinate representation of color #2B04EC: hue angle of 250.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04EC is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 4 | 236 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.07 |
| HSL | 250.09º | 0.97% | 0.47% | - |
| HSV(B) | 250.09º | 0.98% | 0.93% | - |
| XYZ | 16.18 | 6.66 | 79.79 | - |
| YUV | 42.11 | 237.42 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 236 | 0.82 | 0.98 | 0 | 0.07 | 250.09 | 0.97 | 0.47 |
| Hex | 2B | 4 | EC | 52 | 62 | 0 | 7 | FA | 61 | 2F |
| Octal | 53 | 4 | 354 | 122 | 142 | 0 | 7 | 372 | 141 | 57 |
| Binary | 101011 | 100 | 11101100 | 1010010 | 1100010 | 0 | 111 | 11111010 | 1100001 | 101111 |
Color Harmonies of #2B04EC
Complementary color
Monochromatic Colors of #2B04EC
Black with #2B04EC
Text Example
Text Example
White with #2B04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B04EC; }
p { color: rgb(43,4,236); }
H1.HeaderClassName
{
color: #2B04EC;
}
.AnyTagClassName
{
color: #2B04EC;
}
</style>
background-color css
<style>
a { background-color: #2B04EC; }
a { background-color: rgb(43,4,236); }
div.DivClassName
{
background-color: #2B04EC;
}
.BgClassName
{
background-color: #2B04EC;
}
</style>
border-color css
<style>
span { border-color: #2B04EC; }
span { border-color: rgb(43,4,236); }
td.TdClassName
{
border-color: #2B04EC;
}
.TagClassName
{
border-color: #2B04EC;
}
</style>