Shades of Han Purple #2F01EF
Tints of Han Purple #2F01EF
RGB
CMYK
RGB Variations
Color information
#2F01EF (or 0x2F01EF) is known color: Han Purple. HEX triplet: 2F, 01 and EF. RGB value is (47,1,239). Sum of RGB (Red+Green+Blue) = 47+1+239=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F01EF is #D0FE10. Grayscale: #282828. Windows color (decimal): -13696529 or 15663407. OLE color: 15663407.
HSL color Cylindrical-coordinate representation of color #2F01EF: hue angle of 251.6º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F01EF is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 1 | 239 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.06 |
| HSL | 251.6º | 0.99% | 0.47% | - |
| HSV(B) | 251.6º | 1% | 0.94% | - |
| XYZ | 16.76 | 6.86 | 82.1 | - |
| YUV | 41.89 | 239.24 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 1 | 239 | 0.80 | 1.00 | 0 | 0.06 | 251.6 | 0.99 | 0.47 |
| Hex | 2F | 1 | EF | 50 | 64 | 0 | 6 | FC | 63 | 2F |
| Octal | 57 | 1 | 357 | 120 | 144 | 0 | 6 | 374 | 143 | 57 |
| Binary | 101111 | 1 | 11101111 | 1010000 | 1100100 | 0 | 110 | 11111100 | 1100011 | 101111 |
Color Harmonies of #2F01EF
Complementary color
Monochromatic Colors of #2F01EF
Black with #2F01EF
Text Example
Text Example
White with #2F01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F01EF; }
p { color: rgb(47,1,239); }
H1.HeaderClassName
{
color: #2F01EF;
}
.AnyTagClassName
{
color: #2F01EF;
}
</style>
background-color css
<style>
a { background-color: #2F01EF; }
a { background-color: rgb(47,1,239); }
div.DivClassName
{
background-color: #2F01EF;
}
.BgClassName
{
background-color: #2F01EF;
}
</style>
border-color css
<style>
span { border-color: #2F01EF; }
span { border-color: rgb(47,1,239); }
td.TdClassName
{
border-color: #2F01EF;
}
.TagClassName
{
border-color: #2F01EF;
}
</style>