Shades of Han Purple #2B11FA
Tints of Han Purple #2B11FA
RGB
CMYK
RGB Variations
Color information
#2B11FA (or 0x2B11FA) is known color: Han Purple. HEX triplet: 2B, 11 and FA. RGB value is (43,17,250). Sum of RGB (Red+Green+Blue) = 43+17+250=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B11FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B11FA is #D4EE05. Grayscale: #323232. Windows color (decimal): -13954566 or 16388395. OLE color: 16388395.
HSL color Cylindrical-coordinate representation of color #2B11FA: hue angle of 246.7º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B11FA is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 17 | 250 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.02 |
| HSL | 246.7º | 0.96% | 0.52% | - |
| HSV(B) | 246.7º | 0.93% | 0.98% | - |
| XYZ | 18.45 | 7.82 | 90.98 | - |
| YUV | 51.34 | 240.11 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 250 | 0.83 | 0.93 | 0 | 0.02 | 246.7 | 0.96 | 0.52 |
| Hex | 2B | 11 | FA | 53 | 5D | 0 | 2 | F7 | 60 | 34 |
| Octal | 53 | 21 | 372 | 123 | 135 | 0 | 2 | 367 | 140 | 64 |
| Binary | 101011 | 10001 | 11111010 | 1010011 | 1011101 | 0 | 10 | 11110111 | 1100000 | 110100 |
Color Harmonies of #2B11FA
Complementary color
Monochromatic Colors of #2B11FA
Black with #2B11FA
Text Example
Text Example
White with #2B11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B11FA; }
p { color: rgb(43,17,250); }
H1.HeaderClassName
{
color: #2B11FA;
}
.AnyTagClassName
{
color: #2B11FA;
}
</style>
background-color css
<style>
a { background-color: #2B11FA; }
a { background-color: rgb(43,17,250); }
div.DivClassName
{
background-color: #2B11FA;
}
.BgClassName
{
background-color: #2B11FA;
}
</style>
border-color css
<style>
span { border-color: #2B11FA; }
span { border-color: rgb(43,17,250); }
td.TdClassName
{
border-color: #2B11FA;
}
.TagClassName
{
border-color: #2B11FA;
}
</style>