Shades of Han Purple #2B18FE
Tints of Han Purple #2B18FE
RGB
CMYK
RGB Variations
Color information
#2B18FE (or 0x2B18FE) is known color: Han Purple. HEX triplet: 2B, 18 and FE. RGB value is (43,24,254). Sum of RGB (Red+Green+Blue) = 43+24+254=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B18FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B18FE is #D4E701. Grayscale: #373737. Windows color (decimal): -13952770 or 16652331. OLE color: 16652331.
HSL color Cylindrical-coordinate representation of color #2B18FE: hue angle of 244.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B18FE is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 24 | 254 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.00 |
| HSL | 244.96º | 0.99% | 0.55% | - |
| HSV(B) | 244.96º | 0.91% | 1% | - |
| XYZ | 19.21 | 8.32 | 94.36 | - |
| YUV | 55.9 | 239.79 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 254 | 0.83 | 0.91 | 0 | 0.00 | 244.96 | 0.99 | 0.55 |
| Hex | 2B | 18 | FE | 53 | 5B | 0 | 0 | F5 | 63 | 37 |
| Octal | 53 | 30 | 376 | 123 | 133 | 0 | 0 | 365 | 143 | 67 |
| Binary | 101011 | 11000 | 11111110 | 1010011 | 1011011 | 0 | 0 | 11110101 | 1100011 | 110111 |
Color Harmonies of #2B18FE
Complementary color
Monochromatic Colors of #2B18FE
Black with #2B18FE
Text Example
Text Example
White with #2B18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18FE; }
p { color: rgb(43,24,254); }
H1.HeaderClassName
{
color: #2B18FE;
}
.AnyTagClassName
{
color: #2B18FE;
}
</style>
background-color css
<style>
a { background-color: #2B18FE; }
a { background-color: rgb(43,24,254); }
div.DivClassName
{
background-color: #2B18FE;
}
.BgClassName
{
background-color: #2B18FE;
}
</style>
border-color css
<style>
span { border-color: #2B18FE; }
span { border-color: rgb(43,24,254); }
td.TdClassName
{
border-color: #2B18FE;
}
.TagClassName
{
border-color: #2B18FE;
}
</style>