Shades of Han Purple #2B28EE
Tints of Han Purple #2B28EE
RGB
CMYK
RGB Variations
Color information
#2B28EE (or 0x2B28EE) is known color: Han Purple. HEX triplet: 2B, 28 and EE. RGB value is (43,40,238). Sum of RGB (Red+Green+Blue) = 43+40+238=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B28EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B28EE is #D4D711. Grayscale: #3E3E3E. Windows color (decimal): -13948690 or 15607851. OLE color: 15607851.
HSL color Cylindrical-coordinate representation of color #2B28EE: hue angle of 240.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B28EE is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 40 | 238 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.07 |
| HSL | 240.91º | 0.85% | 0.55% | - |
| HSV(B) | 240.91º | 0.83% | 0.93% | - |
| XYZ | 17.19 | 8.2 | 81.57 | - |
| YUV | 63.47 | 226.49 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 238 | 0.82 | 0.83 | 0 | 0.07 | 240.91 | 0.85 | 0.55 |
| Hex | 2B | 28 | EE | 52 | 53 | 0 | 7 | F1 | 55 | 37 |
| Octal | 53 | 50 | 356 | 122 | 123 | 0 | 7 | 361 | 125 | 67 |
| Binary | 101011 | 101000 | 11101110 | 1010010 | 1010011 | 0 | 111 | 11110001 | 1010101 | 110111 |
Color Harmonies of #2B28EE
Complementary color
Monochromatic Colors of #2B28EE
Black with #2B28EE
Text Example
Text Example
White with #2B28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B28EE; }
p { color: rgb(43,40,238); }
H1.HeaderClassName
{
color: #2B28EE;
}
.AnyTagClassName
{
color: #2B28EE;
}
</style>
background-color css
<style>
a { background-color: #2B28EE; }
a { background-color: rgb(43,40,238); }
div.DivClassName
{
background-color: #2B28EE;
}
.BgClassName
{
background-color: #2B28EE;
}
</style>
border-color css
<style>
span { border-color: #2B28EE; }
span { border-color: rgb(43,40,238); }
td.TdClassName
{
border-color: #2B28EE;
}
.TagClassName
{
border-color: #2B28EE;
}
</style>