Shades of Han Purple #2B18F6
Tints of Han Purple #2B18F6
RGB
CMYK
RGB Variations
Color information
#2B18F6 (or 0x2B18F6) is known color: Han Purple. HEX triplet: 2B, 18 and F6. RGB value is (43,24,246). Sum of RGB (Red+Green+Blue) = 43+24+246=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 246 (96.48% from 255 or 78.59% from 313); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B18F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B18F6 is #D4E709. Grayscale: #363636. Windows color (decimal): -13952778 or 16128043. OLE color: 16128043.
HSL color Cylindrical-coordinate representation of color #2B18F6: hue angle of 245.14º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B18F6 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 24 | 246 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.04 |
| HSL | 245.14º | 0.93% | 0.53% | - |
| HSV(B) | 245.14º | 0.9% | 0.96% | - |
| XYZ | 17.96 | 7.82 | 87.75 | - |
| YUV | 54.99 | 235.79 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 246 | 0.83 | 0.90 | 0 | 0.04 | 245.14 | 0.93 | 0.53 |
| Hex | 2B | 18 | F6 | 53 | 5A | 0 | 4 | F5 | 5C | 35 |
| Octal | 53 | 30 | 366 | 123 | 132 | 0 | 4 | 365 | 134 | 65 |
| Binary | 101011 | 11000 | 11110110 | 1010011 | 1011010 | 0 | 100 | 11110101 | 1011100 | 110101 |
Color Harmonies of #2B18F6
Complementary color
Monochromatic Colors of #2B18F6
Black with #2B18F6
Text Example
Text Example
White with #2B18F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18F6; }
p { color: rgb(43,24,246); }
H1.HeaderClassName
{
color: #2B18F6;
}
.AnyTagClassName
{
color: #2B18F6;
}
</style>
background-color css
<style>
a { background-color: #2B18F6; }
a { background-color: rgb(43,24,246); }
div.DivClassName
{
background-color: #2B18F6;
}
.BgClassName
{
background-color: #2B18F6;
}
</style>
border-color css
<style>
span { border-color: #2B18F6; }
span { border-color: rgb(43,24,246); }
td.TdClassName
{
border-color: #2B18F6;
}
.TagClassName
{
border-color: #2B18F6;
}
</style>