Shades of Han Purple #2F21FB
Tints of Han Purple #2F21FB
RGB
CMYK
RGB Variations
Color information
#2F21FB (or 0x2F21FB) is known color: Han Purple. HEX triplet: 2F, 21 and FB. RGB value is (47,33,251). Sum of RGB (Red+Green+Blue) = 47+33+251=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F21FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F21FB is #D0DE04. Grayscale: #3D3D3D. Windows color (decimal): -13688325 or 16458031. OLE color: 16458031.
HSL color Cylindrical-coordinate representation of color #2F21FB: hue angle of 243.85º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F21FB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 33 | 251 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.02 |
| HSL | 243.85º | 0.96% | 0.56% | - |
| HSV(B) | 243.85º | 0.87% | 0.98% | - |
| XYZ | 19.13 | 8.66 | 91.93 | - |
| YUV | 62.04 | 234.64 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 251 | 0.81 | 0.87 | 0 | 0.02 | 243.85 | 0.96 | 0.56 |
| Hex | 2F | 21 | FB | 51 | 57 | 0 | 2 | F4 | 60 | 38 |
| Octal | 57 | 41 | 373 | 121 | 127 | 0 | 2 | 364 | 140 | 70 |
| Binary | 101111 | 100001 | 11111011 | 1010001 | 1010111 | 0 | 10 | 11110100 | 1100000 | 111000 |
Color Harmonies of #2F21FB
Complementary color
Monochromatic Colors of #2F21FB
Black with #2F21FB
Text Example
Text Example
White with #2F21FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F21FB; }
p { color: rgb(47,33,251); }
H1.HeaderClassName
{
color: #2F21FB;
}
.AnyTagClassName
{
color: #2F21FB;
}
</style>
background-color css
<style>
a { background-color: #2F21FB; }
a { background-color: rgb(47,33,251); }
div.DivClassName
{
background-color: #2F21FB;
}
.BgClassName
{
background-color: #2F21FB;
}
</style>
border-color css
<style>
span { border-color: #2F21FB; }
span { border-color: rgb(47,33,251); }
td.TdClassName
{
border-color: #2F21FB;
}
.TagClassName
{
border-color: #2F21FB;
}
</style>