Shades of Han Purple #2F1EFB
Tints of Han Purple #2F1EFB
RGB
CMYK
RGB Variations
Color information
#2F1EFB (or 0x2F1EFB) is known color: Han Purple. HEX triplet: 2F, 1E and FB. RGB value is (47,30,251). Sum of RGB (Red+Green+Blue) = 47+30+251=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F1EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1EFB is #D0E104. Grayscale: #3B3B3B. Windows color (decimal): -13689093 or 16457263. OLE color: 16457263.
HSL color Cylindrical-coordinate representation of color #2F1EFB: hue angle of 244.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1EFB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 30 | 251 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.02 |
| HSL | 244.62º | 0.97% | 0.55% | - |
| HSV(B) | 244.62º | 0.88% | 0.98% | - |
| XYZ | 19.05 | 8.5 | 91.9 | - |
| YUV | 60.28 | 235.63 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 251 | 0.81 | 0.88 | 0 | 0.02 | 244.62 | 0.97 | 0.55 |
| Hex | 2F | 1E | FB | 51 | 58 | 0 | 2 | F5 | 61 | 37 |
| Octal | 57 | 36 | 373 | 121 | 130 | 0 | 2 | 365 | 141 | 67 |
| Binary | 101111 | 11110 | 11111011 | 1010001 | 1011000 | 0 | 10 | 11110101 | 1100001 | 110111 |
Color Harmonies of #2F1EFB
Complementary color
Monochromatic Colors of #2F1EFB
Black with #2F1EFB
Text Example
Text Example
White with #2F1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1EFB; }
p { color: rgb(47,30,251); }
H1.HeaderClassName
{
color: #2F1EFB;
}
.AnyTagClassName
{
color: #2F1EFB;
}
</style>
background-color css
<style>
a { background-color: #2F1EFB; }
a { background-color: rgb(47,30,251); }
div.DivClassName
{
background-color: #2F1EFB;
}
.BgClassName
{
background-color: #2F1EFB;
}
</style>
border-color css
<style>
span { border-color: #2F1EFB; }
span { border-color: rgb(47,30,251); }
td.TdClassName
{
border-color: #2F1EFB;
}
.TagClassName
{
border-color: #2F1EFB;
}
</style>