Shades of Han Purple #2B10FF
Tints of Han Purple #2B10FF
RGB
CMYK
RGB Variations
Color information
#2B10FF (or 0x2B10FF) is known color: Han Purple. HEX triplet: 2B, 10 and FF. RGB value is (43,16,255). Sum of RGB (Red+Green+Blue) = 43+16+255=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B10FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B10FF is #D4EF00. Grayscale: #323232. Windows color (decimal): -13954817 or 16715819. OLE color: 16715819.
HSL color Cylindrical-coordinate representation of color #2B10FF: hue angle of 246.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B10FF is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 16 | 255 | - |
| CMYK | 0.83 | 0.94 | 0 | 0 |
| HSL | 246.78º | 1% | 0.53% | - |
| HSV(B) | 246.78º | 0.94% | 1% | - |
| XYZ | 19.23 | 8.1 | 95.16 | - |
| YUV | 51.32 | 242.95 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 255 | 0.83 | 0.94 | 0 | 0 | 246.78 | 1 | 0.53 |
| Hex | 2B | 10 | FF | 53 | 5E | 0 | 0 | F7 | 64 | 35 |
| Octal | 53 | 20 | 377 | 123 | 136 | 0 | 0 | 367 | 144 | 65 |
| Binary | 101011 | 10000 | 11111111 | 1010011 | 1011110 | 0 | 0 | 11110111 | 1100100 | 110101 |
Color Harmonies of #2B10FF
Complementary color
Monochromatic Colors of #2B10FF
Black with #2B10FF
Text Example
Text Example
White with #2B10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B10FF; }
p { color: rgb(43,16,255); }
H1.HeaderClassName
{
color: #2B10FF;
}
.AnyTagClassName
{
color: #2B10FF;
}
</style>
background-color css
<style>
a { background-color: #2B10FF; }
a { background-color: rgb(43,16,255); }
div.DivClassName
{
background-color: #2B10FF;
}
.BgClassName
{
background-color: #2B10FF;
}
</style>
border-color css
<style>
span { border-color: #2B10FF; }
span { border-color: rgb(43,16,255); }
td.TdClassName
{
border-color: #2B10FF;
}
.TagClassName
{
border-color: #2B10FF;
}
</style>