Shades of Han Purple #2F19FA
Tints of Han Purple #2F19FA
RGB
CMYK
RGB Variations
Color information
#2F19FA (or 0x2F19FA) is known color: Han Purple. HEX triplet: 2F, 19 and FA. RGB value is (47,25,250). Sum of RGB (Red+Green+Blue) = 47+25+250=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F19FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19FA is #D0E605. Grayscale: #383838. Windows color (decimal): -13690374 or 16390447. OLE color: 16390447.
HSL color Cylindrical-coordinate representation of color #2F19FA: hue angle of 245.87º degrees, saturation: 0.96, 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 #2F19FA is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 25 | 250 | - |
| CMYK | 0.81 | 0.9 | 0 | 0.02 |
| HSL | 245.87º | 0.96% | 0.54% | - |
| HSV(B) | 245.87º | 0.9% | 0.98% | - |
| XYZ | 18.78 | 8.2 | 91.04 | - |
| YUV | 57.23 | 236.79 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 250 | 0.81 | 0.9 | 0 | 0.02 | 245.87 | 0.96 | 0.54 |
| Hex | 2F | 19 | FA | 51 | 5A | 0 | 2 | F6 | 60 | 36 |
| Octal | 57 | 31 | 372 | 121 | 132 | 0 | 2 | 366 | 140 | 66 |
| Binary | 101111 | 11001 | 11111010 | 1010001 | 1011010 | 0 | 10 | 11110110 | 1100000 | 110110 |
Color Harmonies of #2F19FA
Complementary color
Monochromatic Colors of #2F19FA
Black with #2F19FA
Text Example
Text Example
White with #2F19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19FA; }
p { color: rgb(47,25,250); }
H1.HeaderClassName
{
color: #2F19FA;
}
.AnyTagClassName
{
color: #2F19FA;
}
</style>
background-color css
<style>
a { background-color: #2F19FA; }
a { background-color: rgb(47,25,250); }
div.DivClassName
{
background-color: #2F19FA;
}
.BgClassName
{
background-color: #2F19FA;
}
</style>
border-color css
<style>
span { border-color: #2F19FA; }
span { border-color: rgb(47,25,250); }
td.TdClassName
{
border-color: #2F19FA;
}
.TagClassName
{
border-color: #2F19FA;
}
</style>