Shades of Han Purple #2B1EFF
Tints of Han Purple #2B1EFF
RGB
CMYK
RGB Variations
Color information
#2B1EFF (or 0x2B1EFF) is known color: Han Purple. HEX triplet: 2B, 1E and FF. RGB value is (43,30,255). Sum of RGB (Red+Green+Blue) = 43+30+255=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1EFF is #D4E100. Grayscale: #3A3A3A. Windows color (decimal): -13951233 or 16719403. OLE color: 16719403.
HSL color Cylindrical-coordinate representation of color #2B1EFF: hue angle of 243.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1EFF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 30 | 255 | - |
| CMYK | 0.83 | 0.88 | 0 | 0 |
| HSL | 243.47º | 1% | 0.56% | - |
| HSV(B) | 243.47º | 0.88% | 1% | - |
| XYZ | 19.51 | 8.66 | 95.25 | - |
| YUV | 59.54 | 238.31 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 255 | 0.83 | 0.88 | 0 | 0 | 243.47 | 1 | 0.56 |
| Hex | 2B | 1E | FF | 53 | 58 | 0 | 0 | F3 | 64 | 38 |
| Octal | 53 | 36 | 377 | 123 | 130 | 0 | 0 | 363 | 144 | 70 |
| Binary | 101011 | 11110 | 11111111 | 1010011 | 1011000 | 0 | 0 | 11110011 | 1100100 | 111000 |
Color Harmonies of #2B1EFF
Complementary color
Monochromatic Colors of #2B1EFF
Black with #2B1EFF
Text Example
Text Example
White with #2B1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1EFF; }
p { color: rgb(43,30,255); }
H1.HeaderClassName
{
color: #2B1EFF;
}
.AnyTagClassName
{
color: #2B1EFF;
}
</style>
background-color css
<style>
a { background-color: #2B1EFF; }
a { background-color: rgb(43,30,255); }
div.DivClassName
{
background-color: #2B1EFF;
}
.BgClassName
{
background-color: #2B1EFF;
}
</style>
border-color css
<style>
span { border-color: #2B1EFF; }
span { border-color: rgb(43,30,255); }
td.TdClassName
{
border-color: #2B1EFF;
}
.TagClassName
{
border-color: #2B1EFF;
}
</style>