Shades of Han Purple #2B1ADB
Tints of Han Purple #2B1ADB
RGB
CMYK
RGB Variations
Color information
#2B1ADB (or 0x2B1ADB) is known color: Han Purple. HEX triplet: 2B, 1A and DB. RGB value is (43,26,219). Sum of RGB (Red+Green+Blue) = 43+26+219=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B1ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ADB is #D4E524. Grayscale: #343434. Windows color (decimal): -13952293 or 14359083. OLE color: 14359083.
HSL color Cylindrical-coordinate representation of color #2B1ADB: hue angle of 245.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1ADB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 26 | 219 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.14 |
| HSL | 245.29º | 0.79% | 0.48% | - |
| HSV(B) | 245.29º | 0.88% | 0.86% | - |
| XYZ | 14.15 | 6.37 | 67.5 | - |
| YUV | 53.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 219 | 0.80 | 0.88 | 0 | 0.14 | 245.29 | 0.79 | 0.48 |
| Hex | 2B | 1A | DB | 50 | 58 | 0 | E | F5 | 4F | 30 |
| Octal | 53 | 32 | 333 | 120 | 130 | 0 | 16 | 365 | 117 | 60 |
| Binary | 101011 | 11010 | 11011011 | 1010000 | 1011000 | 0 | 1110 | 11110101 | 1001111 | 110000 |
Color Harmonies of #2B1ADB
Complementary color
Monochromatic Colors of #2B1ADB
Black with #2B1ADB
Text Example
Text Example
White with #2B1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ADB; }
p { color: rgb(43,26,219); }
H1.HeaderClassName
{
color: #2B1ADB;
}
.AnyTagClassName
{
color: #2B1ADB;
}
</style>
background-color css
<style>
a { background-color: #2B1ADB; }
a { background-color: rgb(43,26,219); }
div.DivClassName
{
background-color: #2B1ADB;
}
.BgClassName
{
background-color: #2B1ADB;
}
</style>
border-color css
<style>
span { border-color: #2B1ADB; }
span { border-color: rgb(43,26,219); }
td.TdClassName
{
border-color: #2B1ADB;
}
.TagClassName
{
border-color: #2B1ADB;
}
</style>