Shades of Han Purple #2F18FB
Tints of Han Purple #2F18FB
RGB
CMYK
RGB Variations
Color information
#2F18FB (or 0x2F18FB) is known color: Han Purple. HEX triplet: 2F, 18 and FB. RGB value is (47,24,251). Sum of RGB (Red+Green+Blue) = 47+24+251=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 251 (98.44% from 255 or 77.95% from 322); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F18FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F18FB is #D0E704. Grayscale: #373737. Windows color (decimal): -13690629 or 16455727. OLE color: 16455727.
HSL color Cylindrical-coordinate representation of color #2F18FB: hue angle of 246.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F18FB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 24 | 251 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.02 |
| HSL | 246.08º | 0.97% | 0.54% | - |
| HSV(B) | 246.08º | 0.9% | 0.98% | - |
| XYZ | 18.91 | 8.22 | 91.86 | - |
| YUV | 56.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 251 | 0.81 | 0.90 | 0 | 0.02 | 246.08 | 0.97 | 0.54 |
| Hex | 2F | 18 | FB | 51 | 5A | 0 | 2 | F6 | 61 | 36 |
| Octal | 57 | 30 | 373 | 121 | 132 | 0 | 2 | 366 | 141 | 66 |
| Binary | 101111 | 11000 | 11111011 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100001 | 110110 |
Color Harmonies of #2F18FB
Complementary color
Monochromatic Colors of #2F18FB
Black with #2F18FB
Text Example
Text Example
White with #2F18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F18FB; }
p { color: rgb(47,24,251); }
H1.HeaderClassName
{
color: #2F18FB;
}
.AnyTagClassName
{
color: #2F18FB;
}
</style>
background-color css
<style>
a { background-color: #2F18FB; }
a { background-color: rgb(47,24,251); }
div.DivClassName
{
background-color: #2F18FB;
}
.BgClassName
{
background-color: #2F18FB;
}
</style>
border-color css
<style>
span { border-color: #2F18FB; }
span { border-color: rgb(47,24,251); }
td.TdClassName
{
border-color: #2F18FB;
}
.TagClassName
{
border-color: #2F18FB;
}
</style>