Shades of Han Purple #2B1BEB
Tints of Han Purple #2B1BEB
RGB
CMYK
RGB Variations
Color information
#2B1BEB (or 0x2B1BEB) is known color: Han Purple. HEX triplet: 2B, 1B and EB. RGB value is (43,27,235). Sum of RGB (Red+Green+Blue) = 43+27+235=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B1BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1BEB is #D4E414. Grayscale: #363636. Windows color (decimal): -13952021 or 15407915. OLE color: 15407915.
HSL color Cylindrical-coordinate representation of color #2B1BEB: hue angle of 244.62º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1BEB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 27 | 235 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.08 |
| HSL | 244.62º | 0.84% | 0.51% | - |
| HSV(B) | 244.62º | 0.89% | 0.92% | - |
| XYZ | 16.38 | 7.3 | 79.14 | - |
| YUV | 55.5 | 229.3 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 235 | 0.82 | 0.89 | 0 | 0.08 | 244.62 | 0.84 | 0.51 |
| Hex | 2B | 1B | EB | 52 | 59 | 0 | 8 | F5 | 54 | 33 |
| Octal | 53 | 33 | 353 | 122 | 131 | 0 | 10 | 365 | 124 | 63 |
| Binary | 101011 | 11011 | 11101011 | 1010010 | 1011001 | 0 | 1000 | 11110101 | 1010100 | 110011 |
Color Harmonies of #2B1BEB
Complementary color
Monochromatic Colors of #2B1BEB
Black with #2B1BEB
Text Example
Text Example
White with #2B1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1BEB; }
p { color: rgb(43,27,235); }
H1.HeaderClassName
{
color: #2B1BEB;
}
.AnyTagClassName
{
color: #2B1BEB;
}
</style>
background-color css
<style>
a { background-color: #2B1BEB; }
a { background-color: rgb(43,27,235); }
div.DivClassName
{
background-color: #2B1BEB;
}
.BgClassName
{
background-color: #2B1BEB;
}
</style>
border-color css
<style>
span { border-color: #2B1BEB; }
span { border-color: rgb(43,27,235); }
td.TdClassName
{
border-color: #2B1BEB;
}
.TagClassName
{
border-color: #2B1BEB;
}
</style>