Shades of Han Purple #2F11FA
Tints of Han Purple #2F11FA
RGB
CMYK
RGB Variations
Color information
#2F11FA (or 0x2F11FA) is known color: Han Purple. HEX triplet: 2F, 11 and FA. RGB value is (47,17,250). Sum of RGB (Red+Green+Blue) = 47+17+250=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F11FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F11FA is #D0EE05. Grayscale: #333333. Windows color (decimal): -13692422 or 16388399. OLE color: 16388399.
HSL color Cylindrical-coordinate representation of color #2F11FA: hue angle of 247.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F11FA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 17 | 250 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.02 |
| HSL | 247.73º | 0.96% | 0.52% | - |
| HSV(B) | 247.73º | 0.93% | 0.98% | - |
| XYZ | 18.63 | 7.91 | 90.99 | - |
| YUV | 52.53 | 239.44 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 17 | 250 | 0.81 | 0.93 | 0 | 0.02 | 247.73 | 0.96 | 0.52 |
| Hex | 2F | 11 | FA | 51 | 5D | 0 | 2 | F8 | 60 | 34 |
| Octal | 57 | 21 | 372 | 121 | 135 | 0 | 2 | 370 | 140 | 64 |
| Binary | 101111 | 10001 | 11111010 | 1010001 | 1011101 | 0 | 10 | 11111000 | 1100000 | 110100 |
Color Harmonies of #2F11FA
Complementary color
Monochromatic Colors of #2F11FA
Black with #2F11FA
Text Example
Text Example
White with #2F11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F11FA; }
p { color: rgb(47,17,250); }
H1.HeaderClassName
{
color: #2F11FA;
}
.AnyTagClassName
{
color: #2F11FA;
}
</style>
background-color css
<style>
a { background-color: #2F11FA; }
a { background-color: rgb(47,17,250); }
div.DivClassName
{
background-color: #2F11FA;
}
.BgClassName
{
background-color: #2F11FA;
}
</style>
border-color css
<style>
span { border-color: #2F11FA; }
span { border-color: rgb(47,17,250); }
td.TdClassName
{
border-color: #2F11FA;
}
.TagClassName
{
border-color: #2F11FA;
}
</style>