Shades of Han Purple #3F1FEF
Tints of Han Purple #3F1FEF
RGB
CMYK
RGB Variations
Color information
#3F1FEF (or 0x3F1FEF) is known color: Han Purple. HEX triplet: 3F, 1F and EF. RGB value is (63,31,239). Sum of RGB (Red+Green+Blue) = 63+31+239=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1FEF is #C0E010. Grayscale: #3F3F3F. Windows color (decimal): -12640273 or 15671103. OLE color: 15671103.
HSL color Cylindrical-coordinate representation of color #3F1FEF: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1FEF is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 31 | 239 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.06 |
| HSL | 249.23º | 0.87% | 0.53% | - |
| HSV(B) | 249.23º | 0.87% | 0.94% | - |
| XYZ | 18.12 | 8.27 | 82.3 | - |
| YUV | 64.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 239 | 0.74 | 0.87 | 0 | 0.06 | 249.23 | 0.87 | 0.53 |
| Hex | 3F | 1F | EF | 4A | 57 | 0 | 6 | F9 | 57 | 35 |
| Octal | 77 | 37 | 357 | 112 | 127 | 0 | 6 | 371 | 127 | 65 |
| Binary | 111111 | 11111 | 11101111 | 1001010 | 1010111 | 0 | 110 | 11111001 | 1010111 | 110101 |
Color Harmonies of #3F1FEF
Complementary color
Monochromatic Colors of #3F1FEF
Black with #3F1FEF
Text Example
Text Example
White with #3F1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FEF; }
p { color: rgb(63,31,239); }
H1.HeaderClassName
{
color: #3F1FEF;
}
.AnyTagClassName
{
color: #3F1FEF;
}
</style>
background-color css
<style>
a { background-color: #3F1FEF; }
a { background-color: rgb(63,31,239); }
div.DivClassName
{
background-color: #3F1FEF;
}
.BgClassName
{
background-color: #3F1FEF;
}
</style>
border-color css
<style>
span { border-color: #3F1FEF; }
span { border-color: rgb(63,31,239); }
td.TdClassName
{
border-color: #3F1FEF;
}
.TagClassName
{
border-color: #3F1FEF;
}
</style>