Shades of Han Purple #2B1AF1
Tints of Han Purple #2B1AF1
RGB
CMYK
RGB Variations
Color information
#2B1AF1 (or 0x2B1AF1) is known color: Han Purple. HEX triplet: 2B, 1A and F1. RGB value is (43,26,241). Sum of RGB (Red+Green+Blue) = 43+26+241=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #2B1AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1AF1 is #D4E50E. Grayscale: #363636. Windows color (decimal): -13952271 or 15800875. OLE color: 15800875.
HSL color Cylindrical-coordinate representation of color #2B1AF1: hue angle of 244.74º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1AF1 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 26 | 241 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.05 |
| HSL | 244.74º | 0.88% | 0.52% | - |
| HSV(B) | 244.74º | 0.89% | 0.95% | - |
| XYZ | 17.24 | 7.6 | 83.78 | - |
| YUV | 55.59 | 232.63 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 241 | 0.82 | 0.89 | 0 | 0.05 | 244.74 | 0.88 | 0.52 |
| Hex | 2B | 1A | F1 | 52 | 59 | 0 | 5 | F5 | 58 | 34 |
| Octal | 53 | 32 | 361 | 122 | 131 | 0 | 5 | 365 | 130 | 64 |
| Binary | 101011 | 11010 | 11110001 | 1010010 | 1011001 | 0 | 101 | 11110101 | 1011000 | 110100 |
Color Harmonies of #2B1AF1
Complementary color
Monochromatic Colors of #2B1AF1
Black with #2B1AF1
Text Example
Text Example
White with #2B1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1AF1; }
p { color: rgb(43,26,241); }
H1.HeaderClassName
{
color: #2B1AF1;
}
.AnyTagClassName
{
color: #2B1AF1;
}
</style>
background-color css
<style>
a { background-color: #2B1AF1; }
a { background-color: rgb(43,26,241); }
div.DivClassName
{
background-color: #2B1AF1;
}
.BgClassName
{
background-color: #2B1AF1;
}
</style>
border-color css
<style>
span { border-color: #2B1AF1; }
span { border-color: rgb(43,26,241); }
td.TdClassName
{
border-color: #2B1AF1;
}
.TagClassName
{
border-color: #2B1AF1;
}
</style>