Shades of Han Purple #2B1BDD
Tints of Han Purple #2B1BDD
RGB
CMYK
RGB Variations
Color information
#2B1BDD (or 0x2B1BDD) is known color: Han Purple. HEX triplet: 2B, 1B and DD. RGB value is (43,27,221). Sum of RGB (Red+Green+Blue) = 43+27+221=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B1BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1BDD is #D4E422. Grayscale: #353535. Windows color (decimal): -13952035 or 14490411. OLE color: 14490411.
HSL color Cylindrical-coordinate representation of color #2B1BDD: hue angle of 244.95º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1BDD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 27 | 221 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.13 |
| HSL | 244.95º | 0.78% | 0.49% | - |
| HSV(B) | 244.95º | 0.88% | 0.87% | - |
| XYZ | 14.44 | 6.52 | 68.9 | - |
| YUV | 53.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 221 | 0.81 | 0.88 | 0 | 0.13 | 244.95 | 0.78 | 0.49 |
| Hex | 2B | 1B | DD | 51 | 58 | 0 | D | F5 | 4E | 31 |
| Octal | 53 | 33 | 335 | 121 | 130 | 0 | 15 | 365 | 116 | 61 |
| Binary | 101011 | 11011 | 11011101 | 1010001 | 1011000 | 0 | 1101 | 11110101 | 1001110 | 110001 |
Color Harmonies of #2B1BDD
Complementary color
Monochromatic Colors of #2B1BDD
Black with #2B1BDD
Text Example
Text Example
White with #2B1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BDD; }
p { color: rgb(43,27,221); }
H1.HeaderClassName
{
color: #2B1BDD;
}
.AnyTagClassName
{
color: #2B1BDD;
}
</style>
background-color css
<style>
a { background-color: #2B1BDD; }
a { background-color: rgb(43,27,221); }
div.DivClassName
{
background-color: #2B1BDD;
}
.BgClassName
{
background-color: #2B1BDD;
}
</style>
border-color css
<style>
span { border-color: #2B1BDD; }
span { border-color: rgb(43,27,221); }
td.TdClassName
{
border-color: #2B1BDD;
}
.TagClassName
{
border-color: #2B1BDD;
}
</style>