Shades of Han Purple #2B28FC
Tints of Han Purple #2B28FC
RGB
CMYK
RGB Variations
Color information
#2B28FC (or 0x2B28FC) is known color: Han Purple. HEX triplet: 2B, 28 and FC. RGB value is (43,40,252). Sum of RGB (Red+Green+Blue) = 43+40+252=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B28FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B28FC is #D4D703. Grayscale: #404040. Windows color (decimal): -13948676 or 16525355. OLE color: 16525355.
HSL color Cylindrical-coordinate representation of color #2B28FC: hue angle of 240.85º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B28FC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 40 | 252 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.01 |
| HSL | 240.85º | 0.97% | 0.57% | - |
| HSV(B) | 240.85º | 0.84% | 0.99% | - |
| XYZ | 19.33 | 9.06 | 92.83 | - |
| YUV | 65.07 | 233.49 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 252 | 0.83 | 0.84 | 0 | 0.01 | 240.85 | 0.97 | 0.57 |
| Hex | 2B | 28 | FC | 53 | 54 | 0 | 1 | F1 | 61 | 39 |
| Octal | 53 | 50 | 374 | 123 | 124 | 0 | 1 | 361 | 141 | 71 |
| Binary | 101011 | 101000 | 11111100 | 1010011 | 1010100 | 0 | 1 | 11110001 | 1100001 | 111001 |
Color Harmonies of #2B28FC
Complementary color
Monochromatic Colors of #2B28FC
Black with #2B28FC
Text Example
Text Example
White with #2B28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B28FC; }
p { color: rgb(43,40,252); }
H1.HeaderClassName
{
color: #2B28FC;
}
.AnyTagClassName
{
color: #2B28FC;
}
</style>
background-color css
<style>
a { background-color: #2B28FC; }
a { background-color: rgb(43,40,252); }
div.DivClassName
{
background-color: #2B28FC;
}
.BgClassName
{
background-color: #2B28FC;
}
</style>
border-color css
<style>
span { border-color: #2B28FC; }
span { border-color: rgb(43,40,252); }
td.TdClassName
{
border-color: #2B28FC;
}
.TagClassName
{
border-color: #2B28FC;
}
</style>