Shades of Han Purple #2B10DF
Tints of Han Purple #2B10DF
RGB
CMYK
RGB Variations
Color information
#2B10DF (or 0x2B10DF) is known color: Han Purple. HEX triplet: 2B, 10 and DF. RGB value is (43,16,223). Sum of RGB (Red+Green+Blue) = 43+16+223=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B10DF is #D4EF20. Grayscale: #2E2E2E. Windows color (decimal): -13954849 or 14618667. OLE color: 14618667.
HSL color Cylindrical-coordinate representation of color #2B10DF: hue angle of 247.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B10DF is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 16 | 223 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.13 |
| HSL | 247.83º | 0.87% | 0.47% | - |
| HSV(B) | 247.83º | 0.93% | 0.87% | - |
| XYZ | 14.5 | 6.21 | 70.25 | - |
| YUV | 47.67 | 226.95 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 223 | 0.81 | 0.93 | 0 | 0.13 | 247.83 | 0.87 | 0.47 |
| Hex | 2B | 10 | DF | 51 | 5D | 0 | D | F8 | 57 | 2F |
| Octal | 53 | 20 | 337 | 121 | 135 | 0 | 15 | 370 | 127 | 57 |
| Binary | 101011 | 10000 | 11011111 | 1010001 | 1011101 | 0 | 1101 | 11111000 | 1010111 | 101111 |
Color Harmonies of #2B10DF
Complementary color
Monochromatic Colors of #2B10DF
Black with #2B10DF
Text Example
Text Example
White with #2B10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B10DF; }
p { color: rgb(43,16,223); }
H1.HeaderClassName
{
color: #2B10DF;
}
.AnyTagClassName
{
color: #2B10DF;
}
</style>
background-color css
<style>
a { background-color: #2B10DF; }
a { background-color: rgb(43,16,223); }
div.DivClassName
{
background-color: #2B10DF;
}
.BgClassName
{
background-color: #2B10DF;
}
</style>
border-color css
<style>
span { border-color: #2B10DF; }
span { border-color: rgb(43,16,223); }
td.TdClassName
{
border-color: #2B10DF;
}
.TagClassName
{
border-color: #2B10DF;
}
</style>