Shades of Han Purple #2F19FF
Tints of Han Purple #2F19FF
RGB
CMYK
RGB Variations
Color information
#2F19FF (or 0x2F19FF) is known color: Han Purple. HEX triplet: 2F, 19 and FF. RGB value is (47,25,255). Sum of RGB (Red+Green+Blue) = 47+25+255=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F19FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2F19FF is #D0E600. Grayscale: #383838. Windows color (decimal): -13690369 or 16718127. OLE color: 16718127.
HSL color Cylindrical-coordinate representation of color #2F19FF: hue angle of 245.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F19FF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 25 | 255 | - |
| CMYK | 0.82 | 0.90 | 0 | 0 |
| HSL | 245.74º | 1% | 0.55% | - |
| HSV(B) | 245.74º | 0.9% | 1% | - |
| XYZ | 19.57 | 8.52 | 95.22 | - |
| YUV | 57.8 | 239.29 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 255 | 0.82 | 0.90 | 0 | 0 | 245.74 | 1 | 0.55 |
| Hex | 2F | 19 | FF | 52 | 5A | 0 | 0 | F6 | 64 | 37 |
| Octal | 57 | 31 | 377 | 122 | 132 | 0 | 0 | 366 | 144 | 67 |
| Binary | 101111 | 11001 | 11111111 | 1010010 | 1011010 | 0 | 0 | 11110110 | 1100100 | 110111 |
Color Harmonies of #2F19FF
Complementary color
Monochromatic Colors of #2F19FF
Black with #2F19FF
Text Example
Text Example
White with #2F19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F19FF; }
p { color: rgb(47,25,255); }
H1.HeaderClassName
{
color: #2F19FF;
}
.AnyTagClassName
{
color: #2F19FF;
}
</style>
background-color css
<style>
a { background-color: #2F19FF; }
a { background-color: rgb(47,25,255); }
div.DivClassName
{
background-color: #2F19FF;
}
.BgClassName
{
background-color: #2F19FF;
}
</style>
border-color css
<style>
span { border-color: #2F19FF; }
span { border-color: rgb(47,25,255); }
td.TdClassName
{
border-color: #2F19FF;
}
.TagClassName
{
border-color: #2F19FF;
}
</style>