Shades of Han Purple #2B16FB
Tints of Han Purple #2B16FB
RGB
CMYK
RGB Variations
Color information
#2B16FB (or 0x2B16FB) is known color: Han Purple. HEX triplet: 2B, 16 and FB. RGB value is (43,22,251). Sum of RGB (Red+Green+Blue) = 43+22+251=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B16FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B16FB is #D4E904. Grayscale: #353535. Windows color (decimal): -13953285 or 16455211. OLE color: 16455211.
HSL color Cylindrical-coordinate representation of color #2B16FB: hue angle of 245.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B16FB is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 22 | 251 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.02 |
| HSL | 245.5º | 0.97% | 0.54% | - |
| HSV(B) | 245.5º | 0.91% | 0.98% | - |
| XYZ | 18.7 | 8.05 | 91.84 | - |
| YUV | 54.39 | 238.96 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 251 | 0.83 | 0.91 | 0 | 0.02 | 245.5 | 0.97 | 0.54 |
| Hex | 2B | 16 | FB | 53 | 5B | 0 | 2 | F6 | 61 | 36 |
| Octal | 53 | 26 | 373 | 123 | 133 | 0 | 2 | 366 | 141 | 66 |
| Binary | 101011 | 10110 | 11111011 | 1010011 | 1011011 | 0 | 10 | 11110110 | 1100001 | 110110 |
Color Harmonies of #2B16FB
Complementary color
Monochromatic Colors of #2B16FB
Black with #2B16FB
Text Example
Text Example
White with #2B16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16FB; }
p { color: rgb(43,22,251); }
H1.HeaderClassName
{
color: #2B16FB;
}
.AnyTagClassName
{
color: #2B16FB;
}
</style>
background-color css
<style>
a { background-color: #2B16FB; }
a { background-color: rgb(43,22,251); }
div.DivClassName
{
background-color: #2B16FB;
}
.BgClassName
{
background-color: #2B16FB;
}
</style>
border-color css
<style>
span { border-color: #2B16FB; }
span { border-color: rgb(43,22,251); }
td.TdClassName
{
border-color: #2B16FB;
}
.TagClassName
{
border-color: #2B16FB;
}
</style>