Shades of Han Purple #2B19FB
Tints of Han Purple #2B19FB
RGB
CMYK
RGB Variations
Color information
#2B19FB (or 0x2B19FB) is known color: Han Purple. HEX triplet: 2B, 19 and FB. RGB value is (43,25,251). Sum of RGB (Red+Green+Blue) = 43+25+251=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B19FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B19FB is #D4E604. Grayscale: #373737. Windows color (decimal): -13952517 or 16455979. OLE color: 16455979.
HSL color Cylindrical-coordinate representation of color #2B19FB: hue angle of 244.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B19FB is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 25 | 251 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.02 |
| HSL | 244.78º | 0.97% | 0.54% | - |
| HSV(B) | 244.78º | 0.9% | 0.98% | - |
| XYZ | 18.76 | 8.17 | 91.86 | - |
| YUV | 56.15 | 237.96 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 251 | 0.83 | 0.90 | 0 | 0.02 | 244.78 | 0.97 | 0.54 |
| Hex | 2B | 19 | FB | 53 | 5A | 0 | 2 | F5 | 61 | 36 |
| Octal | 53 | 31 | 373 | 123 | 132 | 0 | 2 | 365 | 141 | 66 |
| Binary | 101011 | 11001 | 11111011 | 1010011 | 1011010 | 0 | 10 | 11110101 | 1100001 | 110110 |
Color Harmonies of #2B19FB
Complementary color
Monochromatic Colors of #2B19FB
Black with #2B19FB
Text Example
Text Example
White with #2B19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B19FB; }
p { color: rgb(43,25,251); }
H1.HeaderClassName
{
color: #2B19FB;
}
.AnyTagClassName
{
color: #2B19FB;
}
</style>
background-color css
<style>
a { background-color: #2B19FB; }
a { background-color: rgb(43,25,251); }
div.DivClassName
{
background-color: #2B19FB;
}
.BgClassName
{
background-color: #2B19FB;
}
</style>
border-color css
<style>
span { border-color: #2B19FB; }
span { border-color: rgb(43,25,251); }
td.TdClassName
{
border-color: #2B19FB;
}
.TagClassName
{
border-color: #2B19FB;
}
</style>