Shades of Han Purple #2B1EFB
Tints of Han Purple #2B1EFB
RGB
CMYK
RGB Variations
Color information
#2B1EFB (or 0x2B1EFB) is known color: Han Purple. HEX triplet: 2B, 1E and FB. RGB value is (43,30,251). Sum of RGB (Red+Green+Blue) = 43+30+251=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B1EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1EFB is #D4E104. Grayscale: #3A3A3A. Windows color (decimal): -13951237 or 16457259. OLE color: 16457259.
HSL color Cylindrical-coordinate representation of color #2B1EFB: hue angle of 243.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1EFB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 30 | 251 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.02 |
| HSL | 243.53º | 0.97% | 0.55% | - |
| HSV(B) | 243.53º | 0.88% | 0.98% | - |
| XYZ | 18.87 | 8.41 | 91.89 | - |
| YUV | 59.08 | 236.31 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 251 | 0.83 | 0.88 | 0 | 0.02 | 243.53 | 0.97 | 0.55 |
| Hex | 2B | 1E | FB | 53 | 58 | 0 | 2 | F4 | 61 | 37 |
| Octal | 53 | 36 | 373 | 123 | 130 | 0 | 2 | 364 | 141 | 67 |
| Binary | 101011 | 11110 | 11111011 | 1010011 | 1011000 | 0 | 10 | 11110100 | 1100001 | 110111 |
Color Harmonies of #2B1EFB
Complementary color
Monochromatic Colors of #2B1EFB
Black with #2B1EFB
Text Example
Text Example
White with #2B1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1EFB; }
p { color: rgb(43,30,251); }
H1.HeaderClassName
{
color: #2B1EFB;
}
.AnyTagClassName
{
color: #2B1EFB;
}
</style>
background-color css
<style>
a { background-color: #2B1EFB; }
a { background-color: rgb(43,30,251); }
div.DivClassName
{
background-color: #2B1EFB;
}
.BgClassName
{
background-color: #2B1EFB;
}
</style>
border-color css
<style>
span { border-color: #2B1EFB; }
span { border-color: rgb(43,30,251); }
td.TdClassName
{
border-color: #2B1EFB;
}
.TagClassName
{
border-color: #2B1EFB;
}
</style>