Shades of Han Purple #2F1BFB
Tints of Han Purple #2F1BFB
RGB
CMYK
RGB Variations
Color information
#2F1BFB (or 0x2F1BFB) is known color: Han Purple. HEX triplet: 2F, 1B and FB. RGB value is (47,27,251). Sum of RGB (Red+Green+Blue) = 47+27+251=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F1BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1BFB is #D0E404. Grayscale: #393939. Windows color (decimal): -13689861 or 16456495. OLE color: 16456495.
HSL color Cylindrical-coordinate representation of color #2F1BFB: hue angle of 245.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1BFB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 27 | 251 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.02 |
| HSL | 245.36º | 0.97% | 0.55% | - |
| HSV(B) | 245.36º | 0.89% | 0.98% | - |
| XYZ | 18.98 | 8.35 | 91.88 | - |
| YUV | 58.52 | 236.63 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 251 | 0.81 | 0.89 | 0 | 0.02 | 245.36 | 0.97 | 0.55 |
| Hex | 2F | 1B | FB | 51 | 59 | 0 | 2 | F5 | 61 | 37 |
| Octal | 57 | 33 | 373 | 121 | 131 | 0 | 2 | 365 | 141 | 67 |
| Binary | 101111 | 11011 | 11111011 | 1010001 | 1011001 | 0 | 10 | 11110101 | 1100001 | 110111 |
Color Harmonies of #2F1BFB
Complementary color
Monochromatic Colors of #2F1BFB
Black with #2F1BFB
Text Example
Text Example
White with #2F1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1BFB; }
p { color: rgb(47,27,251); }
H1.HeaderClassName
{
color: #2F1BFB;
}
.AnyTagClassName
{
color: #2F1BFB;
}
</style>
background-color css
<style>
a { background-color: #2F1BFB; }
a { background-color: rgb(47,27,251); }
div.DivClassName
{
background-color: #2F1BFB;
}
.BgClassName
{
background-color: #2F1BFB;
}
</style>
border-color css
<style>
span { border-color: #2F1BFB; }
span { border-color: rgb(47,27,251); }
td.TdClassName
{
border-color: #2F1BFB;
}
.TagClassName
{
border-color: #2F1BFB;
}
</style>