Shades of Han Purple #2F09FB
Tints of Han Purple #2F09FB
RGB
CMYK
RGB Variations
Color information
#2F09FB (or 0x2F09FB) is known color: Han Purple. HEX triplet: 2F, 09 and FB. RGB value is (47,9,251). Sum of RGB (Red+Green+Blue) = 47+9+251=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F09FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F09FB is #D0F604. Grayscale: #2F2F2F. Windows color (decimal): -13694469 or 16451887. OLE color: 16451887.
HSL color Cylindrical-coordinate representation of color #2F09FB: hue angle of 249.42º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F09FB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 9 | 251 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.02 |
| HSL | 249.42º | 0.97% | 0.51% | - |
| HSV(B) | 249.42º | 0.96% | 0.98% | - |
| XYZ | 18.68 | 7.76 | 91.78 | - |
| YUV | 47.95 | 242.59 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 9 | 251 | 0.81 | 0.96 | 0 | 0.02 | 249.42 | 0.97 | 0.51 |
| Hex | 2F | 9 | FB | 51 | 60 | 0 | 2 | F9 | 61 | 33 |
| Octal | 57 | 11 | 373 | 121 | 140 | 0 | 2 | 371 | 141 | 63 |
| Binary | 101111 | 1001 | 11111011 | 1010001 | 1100000 | 0 | 10 | 11111001 | 1100001 | 110011 |
Color Harmonies of #2F09FB
Complementary color
Monochromatic Colors of #2F09FB
Black with #2F09FB
Text Example
Text Example
White with #2F09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F09FB; }
p { color: rgb(47,9,251); }
H1.HeaderClassName
{
color: #2F09FB;
}
.AnyTagClassName
{
color: #2F09FB;
}
</style>
background-color css
<style>
a { background-color: #2F09FB; }
a { background-color: rgb(47,9,251); }
div.DivClassName
{
background-color: #2F09FB;
}
.BgClassName
{
background-color: #2F09FB;
}
</style>
border-color css
<style>
span { border-color: #2F09FB; }
span { border-color: rgb(47,9,251); }
td.TdClassName
{
border-color: #2F09FB;
}
.TagClassName
{
border-color: #2F09FB;
}
</style>