Shades of Han Purple #2F20FC
Tints of Han Purple #2F20FC
RGB
CMYK
RGB Variations
Color information
#2F20FC (or 0x2F20FC) is known color: Han Purple. HEX triplet: 2F, 20 and FC. RGB value is (47,32,252). Sum of RGB (Red+Green+Blue) = 47+32+252=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F20FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F20FC is #D0DF03. Grayscale: #3C3C3C. Windows color (decimal): -13688580 or 16523311. OLE color: 16523311.
HSL color Cylindrical-coordinate representation of color #2F20FC: hue angle of 244.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F20FC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 32 | 252 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.01 |
| HSL | 244.09º | 0.97% | 0.56% | - |
| HSV(B) | 244.09º | 0.87% | 0.99% | - |
| XYZ | 19.26 | 8.67 | 92.75 | - |
| YUV | 61.57 | 235.47 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 252 | 0.81 | 0.87 | 0 | 0.01 | 244.09 | 0.97 | 0.56 |
| Hex | 2F | 20 | FC | 51 | 57 | 0 | 1 | F4 | 61 | 38 |
| Octal | 57 | 40 | 374 | 121 | 127 | 0 | 1 | 364 | 141 | 70 |
| Binary | 101111 | 100000 | 11111100 | 1010001 | 1010111 | 0 | 1 | 11110100 | 1100001 | 111000 |
Color Harmonies of #2F20FC
Complementary color
Monochromatic Colors of #2F20FC
Black with #2F20FC
Text Example
Text Example
White with #2F20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F20FC; }
p { color: rgb(47,32,252); }
H1.HeaderClassName
{
color: #2F20FC;
}
.AnyTagClassName
{
color: #2F20FC;
}
</style>
background-color css
<style>
a { background-color: #2F20FC; }
a { background-color: rgb(47,32,252); }
div.DivClassName
{
background-color: #2F20FC;
}
.BgClassName
{
background-color: #2F20FC;
}
</style>
border-color css
<style>
span { border-color: #2F20FC; }
span { border-color: rgb(47,32,252); }
td.TdClassName
{
border-color: #2F20FC;
}
.TagClassName
{
border-color: #2F20FC;
}
</style>