Shades of Han Purple #2F07FC
Tints of Han Purple #2F07FC
RGB
CMYK
RGB Variations
Color information
#2F07FC (or 0x2F07FC) is known color: Han Purple. HEX triplet: 2F, 07 and FC. RGB value is (47,7,252). Sum of RGB (Red+Green+Blue) = 47+7+252=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F07FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F07FC is #D0F803. Grayscale: #2D2D2D. Windows color (decimal): -13694980 or 16516911. OLE color: 16516911.
HSL color Cylindrical-coordinate representation of color #2F07FC: hue angle of 249.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F07FC is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 7 | 252 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.01 |
| HSL | 249.8º | 0.98% | 0.51% | - |
| HSV(B) | 249.8º | 0.97% | 0.99% | - |
| XYZ | 18.82 | 7.78 | 92.61 | - |
| YUV | 46.89 | 243.75 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 252 | 0.81 | 0.97 | 0 | 0.01 | 249.8 | 0.98 | 0.51 |
| Hex | 2F | 7 | FC | 51 | 61 | 0 | 1 | FA | 62 | 33 |
| Octal | 57 | 7 | 374 | 121 | 141 | 0 | 1 | 372 | 142 | 63 |
| Binary | 101111 | 111 | 11111100 | 1010001 | 1100001 | 0 | 1 | 11111010 | 1100010 | 110011 |
Color Harmonies of #2F07FC
Complementary color
Monochromatic Colors of #2F07FC
Black with #2F07FC
Text Example
Text Example
White with #2F07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F07FC; }
p { color: rgb(47,7,252); }
H1.HeaderClassName
{
color: #2F07FC;
}
.AnyTagClassName
{
color: #2F07FC;
}
</style>
background-color css
<style>
a { background-color: #2F07FC; }
a { background-color: rgb(47,7,252); }
div.DivClassName
{
background-color: #2F07FC;
}
.BgClassName
{
background-color: #2F07FC;
}
</style>
border-color css
<style>
span { border-color: #2F07FC; }
span { border-color: rgb(47,7,252); }
td.TdClassName
{
border-color: #2F07FC;
}
.TagClassName
{
border-color: #2F07FC;
}
</style>