Shades of Han Purple #2B18EC
Tints of Han Purple #2B18EC
RGB
CMYK
RGB Variations
Color information
#2B18EC (or 0x2B18EC) is known color: Han Purple. HEX triplet: 2B, 18 and EC. RGB value is (43,24,236). Sum of RGB (Red+Green+Blue) = 43+24+236=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B18EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B18EC is #D4E713. Grayscale: #353535. Windows color (decimal): -13952788 or 15472683. OLE color: 15472683.
HSL color Cylindrical-coordinate representation of color #2B18EC: hue angle of 245.38º 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 #2B18EC is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 24 | 236 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.07 |
| HSL | 245.38º | 0.85% | 0.51% | - |
| HSV(B) | 245.38º | 0.9% | 0.93% | - |
| XYZ | 16.46 | 7.22 | 79.88 | - |
| YUV | 53.85 | 230.79 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 236 | 0.82 | 0.90 | 0 | 0.07 | 245.38 | 0.85 | 0.51 |
| Hex | 2B | 18 | EC | 52 | 5A | 0 | 7 | F5 | 55 | 33 |
| Octal | 53 | 30 | 354 | 122 | 132 | 0 | 7 | 365 | 125 | 63 |
| Binary | 101011 | 11000 | 11101100 | 1010010 | 1011010 | 0 | 111 | 11110101 | 1010101 | 110011 |
Color Harmonies of #2B18EC
Complementary color
Monochromatic Colors of #2B18EC
Black with #2B18EC
Text Example
Text Example
White with #2B18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18EC; }
p { color: rgb(43,24,236); }
H1.HeaderClassName
{
color: #2B18EC;
}
.AnyTagClassName
{
color: #2B18EC;
}
</style>
background-color css
<style>
a { background-color: #2B18EC; }
a { background-color: rgb(43,24,236); }
div.DivClassName
{
background-color: #2B18EC;
}
.BgClassName
{
background-color: #2B18EC;
}
</style>
border-color css
<style>
span { border-color: #2B18EC; }
span { border-color: rgb(43,24,236); }
td.TdClassName
{
border-color: #2B18EC;
}
.TagClassName
{
border-color: #2B18EC;
}
</style>