Shades of Han Purple #2F19FB
Tints of Han Purple #2F19FB
RGB
CMYK
RGB Variations
Color information
#2F19FB (or 0x2F19FB) is known color: Han Purple. HEX triplet: 2F, 19 and FB. RGB value is (47,25,251). Sum of RGB (Red+Green+Blue) = 47+25+251=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F19FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19FB is #D0E604. Grayscale: #383838. Windows color (decimal): -13690373 or 16455983. OLE color: 16455983.
HSL color Cylindrical-coordinate representation of color #2F19FB: hue angle of 245.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F19FB is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 25 | 251 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.02 |
| HSL | 245.84º | 0.97% | 0.54% | - |
| HSV(B) | 245.84º | 0.9% | 0.98% | - |
| XYZ | 18.93 | 8.26 | 91.86 | - |
| YUV | 57.34 | 237.29 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 251 | 0.81 | 0.90 | 0 | 0.02 | 245.84 | 0.97 | 0.54 |
| Hex | 2F | 19 | FB | 51 | 5A | 0 | 2 | F6 | 61 | 36 |
| Octal | 57 | 31 | 373 | 121 | 132 | 0 | 2 | 366 | 141 | 66 |
| Binary | 101111 | 11001 | 11111011 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100001 | 110110 |
Color Harmonies of #2F19FB
Complementary color
Monochromatic Colors of #2F19FB
Black with #2F19FB
Text Example
Text Example
White with #2F19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19FB; }
p { color: rgb(47,25,251); }
H1.HeaderClassName
{
color: #2F19FB;
}
.AnyTagClassName
{
color: #2F19FB;
}
</style>
background-color css
<style>
a { background-color: #2F19FB; }
a { background-color: rgb(47,25,251); }
div.DivClassName
{
background-color: #2F19FB;
}
.BgClassName
{
background-color: #2F19FB;
}
</style>
border-color css
<style>
span { border-color: #2F19FB; }
span { border-color: rgb(47,25,251); }
td.TdClassName
{
border-color: #2F19FB;
}
.TagClassName
{
border-color: #2F19FB;
}
</style>