Shades of Han Purple #2F17FC
Tints of Han Purple #2F17FC
RGB
CMYK
RGB Variations
Color information
#2F17FC (or 0x2F17FC) is known color: Han Purple. HEX triplet: 2F, 17 and FC. RGB value is (47,23,252). Sum of RGB (Red+Green+Blue) = 47+23+252=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F17FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F17FC is #D0E803. Grayscale: #373737. Windows color (decimal): -13690884 or 16521007. OLE color: 16521007.
HSL color Cylindrical-coordinate representation of color #2F17FC: hue angle of 246.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F17FC is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 23 | 252 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.01 |
| HSL | 246.29º | 0.97% | 0.54% | - |
| HSV(B) | 246.29º | 0.91% | 0.99% | - |
| XYZ | 19.05 | 8.25 | 92.68 | - |
| YUV | 56.28 | 238.45 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 23 | 252 | 0.81 | 0.91 | 0 | 0.01 | 246.29 | 0.97 | 0.54 |
| Hex | 2F | 17 | FC | 51 | 5B | 0 | 1 | F6 | 61 | 36 |
| Octal | 57 | 27 | 374 | 121 | 133 | 0 | 1 | 366 | 141 | 66 |
| Binary | 101111 | 10111 | 11111100 | 1010001 | 1011011 | 0 | 1 | 11110110 | 1100001 | 110110 |
Color Harmonies of #2F17FC
Complementary color
Monochromatic Colors of #2F17FC
Black with #2F17FC
Text Example
Text Example
White with #2F17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F17FC; }
p { color: rgb(47,23,252); }
H1.HeaderClassName
{
color: #2F17FC;
}
.AnyTagClassName
{
color: #2F17FC;
}
</style>
background-color css
<style>
a { background-color: #2F17FC; }
a { background-color: rgb(47,23,252); }
div.DivClassName
{
background-color: #2F17FC;
}
.BgClassName
{
background-color: #2F17FC;
}
</style>
border-color css
<style>
span { border-color: #2F17FC; }
span { border-color: rgb(47,23,252); }
td.TdClassName
{
border-color: #2F17FC;
}
.TagClassName
{
border-color: #2F17FC;
}
</style>