Shades of Han Purple #2B0DEC
Tints of Han Purple #2B0DEC
RGB
CMYK
RGB Variations
Color information
#2B0DEC (or 0x2B0DEC) is known color: Han Purple. HEX triplet: 2B, 0D and EC. RGB value is (43,13,236). Sum of RGB (Red+Green+Blue) = 43+13+236=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B0DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0DEC is #D4F213. Grayscale: #2E2E2E. Windows color (decimal): -13955604 or 15469867. OLE color: 15469867.
HSL color Cylindrical-coordinate representation of color #2B0DEC: hue angle of 248.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0DEC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 13 | 236 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.07 |
| HSL | 248.07º | 0.9% | 0.49% | - |
| HSV(B) | 248.07º | 0.94% | 0.93% | - |
| XYZ | 16.28 | 6.86 | 79.82 | - |
| YUV | 47.39 | 234.44 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 236 | 0.82 | 0.94 | 0 | 0.07 | 248.07 | 0.9 | 0.49 |
| Hex | 2B | D | EC | 52 | 5E | 0 | 7 | F8 | 5A | 31 |
| Octal | 53 | 15 | 354 | 122 | 136 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101011 | 1101 | 11101100 | 1010010 | 1011110 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #2B0DEC
Complementary color
Monochromatic Colors of #2B0DEC
Black with #2B0DEC
Text Example
Text Example
White with #2B0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0DEC; }
p { color: rgb(43,13,236); }
H1.HeaderClassName
{
color: #2B0DEC;
}
.AnyTagClassName
{
color: #2B0DEC;
}
</style>
background-color css
<style>
a { background-color: #2B0DEC; }
a { background-color: rgb(43,13,236); }
div.DivClassName
{
background-color: #2B0DEC;
}
.BgClassName
{
background-color: #2B0DEC;
}
</style>
border-color css
<style>
span { border-color: #2B0DEC; }
span { border-color: rgb(43,13,236); }
td.TdClassName
{
border-color: #2B0DEC;
}
.TagClassName
{
border-color: #2B0DEC;
}
</style>