Shades of Han Purple #2B1ADD
Tints of Han Purple #2B1ADD
RGB
CMYK
RGB Variations
Color information
#2B1ADD (or 0x2B1ADD) is known color: Han Purple. HEX triplet: 2B, 1A and DD. RGB value is (43,26,221). Sum of RGB (Red+Green+Blue) = 43+26+221=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B1ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ADD is #D4E522. Grayscale: #343434. Windows color (decimal): -13952291 or 14490155. OLE color: 14490155.
HSL color Cylindrical-coordinate representation of color #2B1ADD: hue angle of 245.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1ADD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 26 | 221 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.13 |
| HSL | 245.23º | 0.79% | 0.48% | - |
| HSV(B) | 245.23º | 0.88% | 0.87% | - |
| XYZ | 14.42 | 6.47 | 68.9 | - |
| YUV | 53.31 | 222.63 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 221 | 0.81 | 0.88 | 0 | 0.13 | 245.23 | 0.79 | 0.48 |
| Hex | 2B | 1A | DD | 51 | 58 | 0 | D | F5 | 4F | 30 |
| Octal | 53 | 32 | 335 | 121 | 130 | 0 | 15 | 365 | 117 | 60 |
| Binary | 101011 | 11010 | 11011101 | 1010001 | 1011000 | 0 | 1101 | 11110101 | 1001111 | 110000 |
Color Harmonies of #2B1ADD
Complementary color
Monochromatic Colors of #2B1ADD
Black with #2B1ADD
Text Example
Text Example
White with #2B1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ADD; }
p { color: rgb(43,26,221); }
H1.HeaderClassName
{
color: #2B1ADD;
}
.AnyTagClassName
{
color: #2B1ADD;
}
</style>
background-color css
<style>
a { background-color: #2B1ADD; }
a { background-color: rgb(43,26,221); }
div.DivClassName
{
background-color: #2B1ADD;
}
.BgClassName
{
background-color: #2B1ADD;
}
</style>
border-color css
<style>
span { border-color: #2B1ADD; }
span { border-color: rgb(43,26,221); }
td.TdClassName
{
border-color: #2B1ADD;
}
.TagClassName
{
border-color: #2B1ADD;
}
</style>