Shades of Han Purple #2B1FFF
Tints of Han Purple #2B1FFF
RGB
CMYK
RGB Variations
Color information
#2B1FFF (or 0x2B1FFF) is known color: Han Purple. HEX triplet: 2B, 1F and FF. RGB value is (43,31,255). Sum of RGB (Red+Green+Blue) = 43+31+255=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1FFF is #D4E000. Grayscale: #3B3B3B. Windows color (decimal): -13950977 or 16719659. OLE color: 16719659.
HSL color Cylindrical-coordinate representation of color #2B1FFF: hue angle of 243.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1FFF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 31 | 255 | - |
| CMYK | 0.83 | 0.88 | 0 | 0 |
| HSL | 243.21º | 1% | 0.56% | - |
| HSV(B) | 243.21º | 0.88% | 1% | - |
| XYZ | 19.54 | 8.71 | 95.26 | - |
| YUV | 60.12 | 237.98 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 255 | 0.83 | 0.88 | 0 | 0 | 243.21 | 1 | 0.56 |
| Hex | 2B | 1F | FF | 53 | 58 | 0 | 0 | F3 | 64 | 38 |
| Octal | 53 | 37 | 377 | 123 | 130 | 0 | 0 | 363 | 144 | 70 |
| Binary | 101011 | 11111 | 11111111 | 1010011 | 1011000 | 0 | 0 | 11110011 | 1100100 | 111000 |
Color Harmonies of #2B1FFF
Complementary color
Monochromatic Colors of #2B1FFF
Black with #2B1FFF
Text Example
Text Example
White with #2B1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1FFF; }
p { color: rgb(43,31,255); }
H1.HeaderClassName
{
color: #2B1FFF;
}
.AnyTagClassName
{
color: #2B1FFF;
}
</style>
background-color css
<style>
a { background-color: #2B1FFF; }
a { background-color: rgb(43,31,255); }
div.DivClassName
{
background-color: #2B1FFF;
}
.BgClassName
{
background-color: #2B1FFF;
}
</style>
border-color css
<style>
span { border-color: #2B1FFF; }
span { border-color: rgb(43,31,255); }
td.TdClassName
{
border-color: #2B1FFF;
}
.TagClassName
{
border-color: #2B1FFF;
}
</style>