Shades of Han Purple #2F06FB
Tints of Han Purple #2F06FB
RGB
CMYK
RGB Variations
Color information
#2F06FB (or 0x2F06FB) is known color: Han Purple. HEX triplet: 2F, 06 and FB. RGB value is (47,6,251). Sum of RGB (Red+Green+Blue) = 47+6+251=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F06FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F06FB is #D0F904. Grayscale: #2D2D2D. Windows color (decimal): -13695237 or 16451119. OLE color: 16451119.
HSL color Cylindrical-coordinate representation of color #2F06FB: hue angle of 250.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F06FB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 6 | 251 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.02 |
| HSL | 250.04º | 0.97% | 0.5% | - |
| HSV(B) | 250.04º | 0.98% | 0.98% | - |
| XYZ | 18.65 | 7.7 | 91.77 | - |
| YUV | 46.19 | 243.58 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 251 | 0.81 | 0.98 | 0 | 0.02 | 250.04 | 0.97 | 0.5 |
| Hex | 2F | 6 | FB | 51 | 62 | 0 | 2 | FA | 61 | 32 |
| Octal | 57 | 6 | 373 | 121 | 142 | 0 | 2 | 372 | 141 | 62 |
| Binary | 101111 | 110 | 11111011 | 1010001 | 1100010 | 0 | 10 | 11111010 | 1100001 | 110010 |
Color Harmonies of #2F06FB
Complementary color
Monochromatic Colors of #2F06FB
Black with #2F06FB
Text Example
Text Example
White with #2F06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06FB; }
p { color: rgb(47,6,251); }
H1.HeaderClassName
{
color: #2F06FB;
}
.AnyTagClassName
{
color: #2F06FB;
}
</style>
background-color css
<style>
a { background-color: #2F06FB; }
a { background-color: rgb(47,6,251); }
div.DivClassName
{
background-color: #2F06FB;
}
.BgClassName
{
background-color: #2F06FB;
}
</style>
border-color css
<style>
span { border-color: #2F06FB; }
span { border-color: rgb(47,6,251); }
td.TdClassName
{
border-color: #2F06FB;
}
.TagClassName
{
border-color: #2F06FB;
}
</style>