Shades of Han Purple #2B1DEA
Tints of Han Purple #2B1DEA
RGB
CMYK
RGB Variations
Color information
#2B1DEA (or 0x2B1DEA) is known color: Han Purple. HEX triplet: 2B, 1D and EA. RGB value is (43,29,234). Sum of RGB (Red+Green+Blue) = 43+29+234=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B1DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1DEA is #D4E215. Grayscale: #373737. Windows color (decimal): -13951510 or 15342891. OLE color: 15342891.
HSL color Cylindrical-coordinate representation of color #2B1DEA: hue angle of 244.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1DEA is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 29 | 234 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.08 |
| HSL | 244.1º | 0.83% | 0.52% | - |
| HSV(B) | 244.1º | 0.88% | 0.92% | - |
| XYZ | 16.29 | 7.33 | 78.4 | - |
| YUV | 56.56 | 228.14 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 29 | 234 | 0.82 | 0.88 | 0 | 0.08 | 244.1 | 0.83 | 0.52 |
| Hex | 2B | 1D | EA | 52 | 58 | 0 | 8 | F4 | 53 | 34 |
| Octal | 53 | 35 | 352 | 122 | 130 | 0 | 10 | 364 | 123 | 64 |
| Binary | 101011 | 11101 | 11101010 | 1010010 | 1011000 | 0 | 1000 | 11110100 | 1010011 | 110100 |
Color Harmonies of #2B1DEA
Complementary color
Monochromatic Colors of #2B1DEA
Black with #2B1DEA
Text Example
Text Example
White with #2B1DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1DEA; }
p { color: rgb(43,29,234); }
H1.HeaderClassName
{
color: #2B1DEA;
}
.AnyTagClassName
{
color: #2B1DEA;
}
</style>
background-color css
<style>
a { background-color: #2B1DEA; }
a { background-color: rgb(43,29,234); }
div.DivClassName
{
background-color: #2B1DEA;
}
.BgClassName
{
background-color: #2B1DEA;
}
</style>
border-color css
<style>
span { border-color: #2B1DEA; }
span { border-color: rgb(43,29,234); }
td.TdClassName
{
border-color: #2B1DEA;
}
.TagClassName
{
border-color: #2B1DEA;
}
</style>