Shades of Han Purple #2B0DEA
Tints of Han Purple #2B0DEA
RGB
CMYK
RGB Variations
Color information
#2B0DEA (or 0x2B0DEA) is known color: Han Purple. HEX triplet: 2B, 0D and EA. RGB value is (43,13,234). Sum of RGB (Red+Green+Blue) = 43+13+234=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B0DEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0DEA is #D4F215. Grayscale: #2E2E2E. Windows color (decimal): -13955606 or 15338795. OLE color: 15338795.
HSL color Cylindrical-coordinate representation of color #2B0DEA: hue angle of 248.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DEA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 13 | 234 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.08 |
| HSL | 248.14º | 0.89% | 0.48% | - |
| HSV(B) | 248.14º | 0.94% | 0.92% | - |
| XYZ | 15.99 | 6.74 | 78.3 | - |
| YUV | 47.16 | 233.44 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 234 | 0.82 | 0.94 | 0 | 0.08 | 248.14 | 0.89 | 0.48 |
| Hex | 2B | D | EA | 52 | 5E | 0 | 8 | F8 | 59 | 30 |
| Octal | 53 | 15 | 352 | 122 | 136 | 0 | 10 | 370 | 131 | 60 |
| Binary | 101011 | 1101 | 11101010 | 1010010 | 1011110 | 0 | 1000 | 11111000 | 1011001 | 110000 |
Color Harmonies of #2B0DEA
Complementary color
Monochromatic Colors of #2B0DEA
Black with #2B0DEA
Text Example
Text Example
White with #2B0DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DEA; }
p { color: rgb(43,13,234); }
H1.HeaderClassName
{
color: #2B0DEA;
}
.AnyTagClassName
{
color: #2B0DEA;
}
</style>
background-color css
<style>
a { background-color: #2B0DEA; }
a { background-color: rgb(43,13,234); }
div.DivClassName
{
background-color: #2B0DEA;
}
.BgClassName
{
background-color: #2B0DEA;
}
</style>
border-color css
<style>
span { border-color: #2B0DEA; }
span { border-color: rgb(43,13,234); }
td.TdClassName
{
border-color: #2B0DEA;
}
.TagClassName
{
border-color: #2B0DEA;
}
</style>