Shades of Han Purple #2B17EC
Tints of Han Purple #2B17EC
RGB
CMYK
RGB Variations
Color information
#2B17EC (or 0x2B17EC) is known color: Han Purple. HEX triplet: 2B, 17 and EC. RGB value is (43,23,236). Sum of RGB (Red+Green+Blue) = 43+23+236=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B17EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B17EC is #D4E813. Grayscale: #343434. Windows color (decimal): -13953044 or 15472427. OLE color: 15472427.
HSL color Cylindrical-coordinate representation of color #2B17EC: hue angle of 245.63º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B17EC is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 23 | 236 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.07 |
| HSL | 245.63º | 0.85% | 0.51% | - |
| HSV(B) | 245.63º | 0.9% | 0.93% | - |
| XYZ | 16.44 | 7.18 | 79.88 | - |
| YUV | 53.26 | 231.13 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 236 | 0.82 | 0.90 | 0 | 0.07 | 245.63 | 0.85 | 0.51 |
| Hex | 2B | 17 | EC | 52 | 5A | 0 | 7 | F6 | 55 | 33 |
| Octal | 53 | 27 | 354 | 122 | 132 | 0 | 7 | 366 | 125 | 63 |
| Binary | 101011 | 10111 | 11101100 | 1010010 | 1011010 | 0 | 111 | 11110110 | 1010101 | 110011 |
Color Harmonies of #2B17EC
Complementary color
Monochromatic Colors of #2B17EC
Black with #2B17EC
Text Example
Text Example
White with #2B17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B17EC; }
p { color: rgb(43,23,236); }
H1.HeaderClassName
{
color: #2B17EC;
}
.AnyTagClassName
{
color: #2B17EC;
}
</style>
background-color css
<style>
a { background-color: #2B17EC; }
a { background-color: rgb(43,23,236); }
div.DivClassName
{
background-color: #2B17EC;
}
.BgClassName
{
background-color: #2B17EC;
}
</style>
border-color css
<style>
span { border-color: #2B17EC; }
span { border-color: rgb(43,23,236); }
td.TdClassName
{
border-color: #2B17EC;
}
.TagClassName
{
border-color: #2B17EC;
}
</style>