Shades of Han Purple #2B2CEA
Tints of Han Purple #2B2CEA
RGB
CMYK
RGB Variations
Color information
#2B2CEA (or 0x2B2CEA) is known color: Han Purple. HEX triplet: 2B, 2C and EA. RGB value is (43,44,234). Sum of RGB (Red+Green+Blue) = 43+44+234=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B2CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2CEA is #D4D315. Grayscale: #404040. Windows color (decimal): -13947670 or 15346731. OLE color: 15346731.
HSL color Cylindrical-coordinate representation of color #2B2CEA: hue angle of 239.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B2CEA is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 44 | 234 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.08 |
| HSL | 239.69º | 0.82% | 0.54% | - |
| HSV(B) | 239.69º | 0.82% | 0.92% | - |
| XYZ | 16.75 | 8.26 | 78.55 | - |
| YUV | 65.36 | 223.17 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 234 | 0.82 | 0.81 | 0 | 0.08 | 239.69 | 0.82 | 0.54 |
| Hex | 2B | 2C | EA | 52 | 51 | 0 | 8 | F0 | 52 | 36 |
| Octal | 53 | 54 | 352 | 122 | 121 | 0 | 10 | 360 | 122 | 66 |
| Binary | 101011 | 101100 | 11101010 | 1010010 | 1010001 | 0 | 1000 | 11110000 | 1010010 | 110110 |
Color Harmonies of #2B2CEA
Complementary color
Monochromatic Colors of #2B2CEA
Black with #2B2CEA
Text Example
Text Example
White with #2B2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2CEA; }
p { color: rgb(43,44,234); }
H1.HeaderClassName
{
color: #2B2CEA;
}
.AnyTagClassName
{
color: #2B2CEA;
}
</style>
background-color css
<style>
a { background-color: #2B2CEA; }
a { background-color: rgb(43,44,234); }
div.DivClassName
{
background-color: #2B2CEA;
}
.BgClassName
{
background-color: #2B2CEA;
}
</style>
border-color css
<style>
span { border-color: #2B2CEA; }
span { border-color: rgb(43,44,234); }
td.TdClassName
{
border-color: #2B2CEA;
}
.TagClassName
{
border-color: #2B2CEA;
}
</style>