Shades of Han Purple #2F0EFB
Tints of Han Purple #2F0EFB
RGB
CMYK
RGB Variations
Color information
#2F0EFB (or 0x2F0EFB) is known color: Han Purple. HEX triplet: 2F, 0E and FB. RGB value is (47,14,251). Sum of RGB (Red+Green+Blue) = 47+14+251=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F0EFB is #D0F104. Grayscale: #313131. Windows color (decimal): -13693189 or 16453167. OLE color: 16453167.
HSL color Cylindrical-coordinate representation of color #2F0EFB: hue angle of 248.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0EFB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 14 | 251 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.02 |
| HSL | 248.35º | 0.97% | 0.52% | - |
| HSV(B) | 248.35º | 0.94% | 0.98% | - |
| XYZ | 18.74 | 7.88 | 91.8 | - |
| YUV | 50.89 | 240.93 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 251 | 0.81 | 0.94 | 0 | 0.02 | 248.35 | 0.97 | 0.52 |
| Hex | 2F | E | FB | 51 | 5E | 0 | 2 | F8 | 61 | 34 |
| Octal | 57 | 16 | 373 | 121 | 136 | 0 | 2 | 370 | 141 | 64 |
| Binary | 101111 | 1110 | 11111011 | 1010001 | 1011110 | 0 | 10 | 11111000 | 1100001 | 110100 |
Color Harmonies of #2F0EFB
Complementary color
Monochromatic Colors of #2F0EFB
Black with #2F0EFB
Text Example
Text Example
White with #2F0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EFB; }
p { color: rgb(47,14,251); }
H1.HeaderClassName
{
color: #2F0EFB;
}
.AnyTagClassName
{
color: #2F0EFB;
}
</style>
background-color css
<style>
a { background-color: #2F0EFB; }
a { background-color: rgb(47,14,251); }
div.DivClassName
{
background-color: #2F0EFB;
}
.BgClassName
{
background-color: #2F0EFB;
}
</style>
border-color css
<style>
span { border-color: #2F0EFB; }
span { border-color: rgb(47,14,251); }
td.TdClassName
{
border-color: #2F0EFB;
}
.TagClassName
{
border-color: #2F0EFB;
}
</style>