Shades of Han Purple #2F1FFF
Tints of Han Purple #2F1FFF
RGB
CMYK
RGB Variations
Color information
#2F1FFF (or 0x2F1FFF) is known color: Han Purple. HEX triplet: 2F, 1F and FF. RGB value is (47,31,255). Sum of RGB (Red+Green+Blue) = 47+31+255=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F1FFF is #D0E000. Grayscale: #3C3C3C. Windows color (decimal): -13688833 or 16719663. OLE color: 16719663.
HSL color Cylindrical-coordinate representation of color #2F1FFF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F1FFF is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 31 | 255 | - |
| CMYK | 0.82 | 0.88 | 0 | 0 |
| HSL | 244.29º | 1% | 0.56% | - |
| HSV(B) | 244.29º | 0.88% | 1% | - |
| XYZ | 19.71 | 8.8 | 95.27 | - |
| YUV | 61.32 | 237.3 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 31 | 255 | 0.82 | 0.88 | 0 | 0 | 244.29 | 1 | 0.56 |
| Hex | 2F | 1F | FF | 52 | 58 | 0 | 0 | F4 | 64 | 38 |
| Octal | 57 | 37 | 377 | 122 | 130 | 0 | 0 | 364 | 144 | 70 |
| Binary | 101111 | 11111 | 11111111 | 1010010 | 1011000 | 0 | 0 | 11110100 | 1100100 | 111000 |
Color Harmonies of #2F1FFF
Complementary color
Monochromatic Colors of #2F1FFF
Black with #2F1FFF
Text Example
Text Example
White with #2F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1FFF; }
p { color: rgb(47,31,255); }
H1.HeaderClassName
{
color: #2F1FFF;
}
.AnyTagClassName
{
color: #2F1FFF;
}
</style>
background-color css
<style>
a { background-color: #2F1FFF; }
a { background-color: rgb(47,31,255); }
div.DivClassName
{
background-color: #2F1FFF;
}
.BgClassName
{
background-color: #2F1FFF;
}
</style>
border-color css
<style>
span { border-color: #2F1FFF; }
span { border-color: rgb(47,31,255); }
td.TdClassName
{
border-color: #2F1FFF;
}
.TagClassName
{
border-color: #2F1FFF;
}
</style>