Shades of Han Purple #2B1DEC
Tints of Han Purple #2B1DEC
RGB
CMYK
RGB Variations
Color information
#2B1DEC (or 0x2B1DEC) is known color: Han Purple. HEX triplet: 2B, 1D and EC. RGB value is (43,29,236). Sum of RGB (Red+Green+Blue) = 43+29+236=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1DEC is #D4E213. Grayscale: #373737. Windows color (decimal): -13951508 or 15473963. OLE color: 15473963.
HSL color Cylindrical-coordinate representation of color #2B1DEC: hue angle of 244.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1DEC is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 29 | 236 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.07 |
| HSL | 244.06º | 0.84% | 0.52% | - |
| HSV(B) | 244.06º | 0.88% | 0.93% | - |
| XYZ | 16.58 | 7.45 | 79.92 | - |
| YUV | 56.78 | 229.14 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 236 | 0.82 | 0.88 | 0 | 0.07 | 244.06 | 0.84 | 0.52 |
| Hex | 2B | 1D | EC | 52 | 58 | 0 | 7 | F4 | 54 | 34 |
| Octal | 53 | 35 | 354 | 122 | 130 | 0 | 7 | 364 | 124 | 64 |
| Binary | 101011 | 11101 | 11101100 | 1010010 | 1011000 | 0 | 111 | 11110100 | 1010100 | 110100 |
Color Harmonies of #2B1DEC
Complementary color
Monochromatic Colors of #2B1DEC
Black with #2B1DEC
Text Example
Text Example
White with #2B1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DEC; }
p { color: rgb(43,29,236); }
H1.HeaderClassName
{
color: #2B1DEC;
}
.AnyTagClassName
{
color: #2B1DEC;
}
</style>
background-color css
<style>
a { background-color: #2B1DEC; }
a { background-color: rgb(43,29,236); }
div.DivClassName
{
background-color: #2B1DEC;
}
.BgClassName
{
background-color: #2B1DEC;
}
</style>
border-color css
<style>
span { border-color: #2B1DEC; }
span { border-color: rgb(43,29,236); }
td.TdClassName
{
border-color: #2B1DEC;
}
.TagClassName
{
border-color: #2B1DEC;
}
</style>