Shades of Han Purple #2F06FC
Tints of Han Purple #2F06FC
RGB
CMYK
RGB Variations
Color information
#2F06FC (or 0x2F06FC) is known color: Han Purple. HEX triplet: 2F, 06 and FC. RGB value is (47,6,252). Sum of RGB (Red+Green+Blue) = 47+6+252=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 252 (98.83% from 255 or 82.62% from 305); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F06FC is #D0F903. Grayscale: #2D2D2D. Windows color (decimal): -13695236 or 16516655. OLE color: 16516655.
HSL color Cylindrical-coordinate representation of color #2F06FC: hue angle of 250º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F06FC is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 6 | 252 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.01 |
| HSL | 250º | 0.98% | 0.51% | - |
| HSV(B) | 250º | 0.98% | 0.99% | - |
| XYZ | 18.81 | 7.76 | 92.6 | - |
| YUV | 46.3 | 244.08 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 6 | 252 | 0.81 | 0.98 | 0 | 0.01 | 250 | 0.98 | 0.51 |
| Hex | 2F | 6 | FC | 51 | 62 | 0 | 1 | FA | 62 | 33 |
| Octal | 57 | 6 | 374 | 121 | 142 | 0 | 1 | 372 | 142 | 63 |
| Binary | 101111 | 110 | 11111100 | 1010001 | 1100010 | 0 | 1 | 11111010 | 1100010 | 110011 |
Color Harmonies of #2F06FC
Complementary color
Monochromatic Colors of #2F06FC
Black with #2F06FC
Text Example
Text Example
White with #2F06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F06FC; }
p { color: rgb(47,6,252); }
H1.HeaderClassName
{
color: #2F06FC;
}
.AnyTagClassName
{
color: #2F06FC;
}
</style>
background-color css
<style>
a { background-color: #2F06FC; }
a { background-color: rgb(47,6,252); }
div.DivClassName
{
background-color: #2F06FC;
}
.BgClassName
{
background-color: #2F06FC;
}
</style>
border-color css
<style>
span { border-color: #2F06FC; }
span { border-color: rgb(47,6,252); }
td.TdClassName
{
border-color: #2F06FC;
}
.TagClassName
{
border-color: #2F06FC;
}
</style>