Shades of Han Purple #2B29EF
Tints of Han Purple #2B29EF
RGB
CMYK
RGB Variations
Color information
#2B29EF (or 0x2B29EF) is known color: Han Purple. HEX triplet: 2B, 29 and EF. RGB value is (43,41,239). Sum of RGB (Red+Green+Blue) = 43+41+239=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B29EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B29EF is #D4D610. Grayscale: #3F3F3F. Windows color (decimal): -13948433 or 15673643. OLE color: 15673643.
HSL color Cylindrical-coordinate representation of color #2B29EF: hue angle of 240.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B29EF is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 41 | 239 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.06 |
| HSL | 240.61º | 0.86% | 0.55% | - |
| HSV(B) | 240.61º | 0.83% | 0.94% | - |
| XYZ | 17.37 | 8.33 | 82.35 | - |
| YUV | 64.17 | 226.66 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 41 | 239 | 0.82 | 0.83 | 0 | 0.06 | 240.61 | 0.86 | 0.55 |
| Hex | 2B | 29 | EF | 52 | 53 | 0 | 6 | F1 | 56 | 37 |
| Octal | 53 | 51 | 357 | 122 | 123 | 0 | 6 | 361 | 126 | 67 |
| Binary | 101011 | 101001 | 11101111 | 1010010 | 1010011 | 0 | 110 | 11110001 | 1010110 | 110111 |
Color Harmonies of #2B29EF
Complementary color
Monochromatic Colors of #2B29EF
Black with #2B29EF
Text Example
Text Example
White with #2B29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B29EF; }
p { color: rgb(43,41,239); }
H1.HeaderClassName
{
color: #2B29EF;
}
.AnyTagClassName
{
color: #2B29EF;
}
</style>
background-color css
<style>
a { background-color: #2B29EF; }
a { background-color: rgb(43,41,239); }
div.DivClassName
{
background-color: #2B29EF;
}
.BgClassName
{
background-color: #2B29EF;
}
</style>
border-color css
<style>
span { border-color: #2B29EF; }
span { border-color: rgb(43,41,239); }
td.TdClassName
{
border-color: #2B29EF;
}
.TagClassName
{
border-color: #2B29EF;
}
</style>