Shades of Han Purple #2F19EF
Tints of Han Purple #2F19EF
RGB
CMYK
RGB Variations
Color information
#2F19EF (or 0x2F19EF) is known color: Han Purple. HEX triplet: 2F, 19 and EF. RGB value is (47,25,239). Sum of RGB (Red+Green+Blue) = 47+25+239=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F19EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19EF is #D0E610. Grayscale: #373737. Windows color (decimal): -13690385 or 15669551. OLE color: 15669551.
HSL color Cylindrical-coordinate representation of color #2F19EF: hue angle of 246.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F19EF is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 25 | 239 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.06 |
| HSL | 246.17º | 0.87% | 0.52% | - |
| HSV(B) | 246.17º | 0.9% | 0.94% | - |
| XYZ | 17.1 | 7.53 | 82.21 | - |
| YUV | 55.97 | 231.29 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 239 | 0.80 | 0.90 | 0 | 0.06 | 246.17 | 0.87 | 0.52 |
| Hex | 2F | 19 | EF | 50 | 5A | 0 | 6 | F6 | 57 | 34 |
| Octal | 57 | 31 | 357 | 120 | 132 | 0 | 6 | 366 | 127 | 64 |
| Binary | 101111 | 11001 | 11101111 | 1010000 | 1011010 | 0 | 110 | 11110110 | 1010111 | 110100 |
Color Harmonies of #2F19EF
Complementary color
Monochromatic Colors of #2F19EF
Black with #2F19EF
Text Example
Text Example
White with #2F19EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19EF; }
p { color: rgb(47,25,239); }
H1.HeaderClassName
{
color: #2F19EF;
}
.AnyTagClassName
{
color: #2F19EF;
}
</style>
background-color css
<style>
a { background-color: #2F19EF; }
a { background-color: rgb(47,25,239); }
div.DivClassName
{
background-color: #2F19EF;
}
.BgClassName
{
background-color: #2F19EF;
}
</style>
border-color css
<style>
span { border-color: #2F19EF; }
span { border-color: rgb(47,25,239); }
td.TdClassName
{
border-color: #2F19EF;
}
.TagClassName
{
border-color: #2F19EF;
}
</style>