Shades of Han Purple #2B1CFE
Tints of Han Purple #2B1CFE
RGB
CMYK
RGB Variations
Color information
#2B1CFE (or 0x2B1CFE) is known color: Han Purple. HEX triplet: 2B, 1C and FE. RGB value is (43,28,254). Sum of RGB (Red+Green+Blue) = 43+28+254=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B1CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1CFE is #D4E301. Grayscale: #393939. Windows color (decimal): -13951746 or 16653355. OLE color: 16653355.
HSL color Cylindrical-coordinate representation of color #2B1CFE: hue angle of 243.98º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1CFE is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 28 | 254 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.00 |
| HSL | 243.98º | 0.99% | 0.55% | - |
| HSV(B) | 243.98º | 0.89% | 1% | - |
| XYZ | 19.3 | 8.5 | 94.39 | - |
| YUV | 58.25 | 238.47 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 254 | 0.83 | 0.89 | 0 | 0.00 | 243.98 | 0.99 | 0.55 |
| Hex | 2B | 1C | FE | 53 | 59 | 0 | 0 | F4 | 63 | 37 |
| Octal | 53 | 34 | 376 | 123 | 131 | 0 | 0 | 364 | 143 | 67 |
| Binary | 101011 | 11100 | 11111110 | 1010011 | 1011001 | 0 | 0 | 11110100 | 1100011 | 110111 |
Color Harmonies of #2B1CFE
Complementary color
Monochromatic Colors of #2B1CFE
Black with #2B1CFE
Text Example
Text Example
White with #2B1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1CFE; }
p { color: rgb(43,28,254); }
H1.HeaderClassName
{
color: #2B1CFE;
}
.AnyTagClassName
{
color: #2B1CFE;
}
</style>
background-color css
<style>
a { background-color: #2B1CFE; }
a { background-color: rgb(43,28,254); }
div.DivClassName
{
background-color: #2B1CFE;
}
.BgClassName
{
background-color: #2B1CFE;
}
</style>
border-color css
<style>
span { border-color: #2B1CFE; }
span { border-color: rgb(43,28,254); }
td.TdClassName
{
border-color: #2B1CFE;
}
.TagClassName
{
border-color: #2B1CFE;
}
</style>