Shades of Han Purple #3F16F1
Tints of Han Purple #3F16F1
RGB
CMYK
RGB Variations
Color information
#3F16F1 (or 0x3F16F1) is known color: Han Purple. HEX triplet: 3F, 16 and F1. RGB value is (63,22,241). Sum of RGB (Red+Green+Blue) = 63+22+241=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F16F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16F1 is #C0E90E. Grayscale: #3A3A3A. Windows color (decimal): -12642575 or 15799871. OLE color: 15799871.
HSL color Cylindrical-coordinate representation of color #3F16F1: hue angle of 251.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16F1 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 22 | 241 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.05 |
| HSL | 251.23º | 0.89% | 0.52% | - |
| HSV(B) | 251.23º | 0.91% | 0.95% | - |
| XYZ | 18.21 | 7.98 | 83.8 | - |
| YUV | 59.23 | 230.58 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 241 | 0.74 | 0.91 | 0 | 0.05 | 251.23 | 0.89 | 0.52 |
| Hex | 3F | 16 | F1 | 4A | 5B | 0 | 5 | FB | 59 | 34 |
| Octal | 77 | 26 | 361 | 112 | 133 | 0 | 5 | 373 | 131 | 64 |
| Binary | 111111 | 10110 | 11110001 | 1001010 | 1011011 | 0 | 101 | 11111011 | 1011001 | 110100 |
Color Harmonies of #3F16F1
Complementary color
Monochromatic Colors of #3F16F1
Black with #3F16F1
Text Example
Text Example
White with #3F16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16F1; }
p { color: rgb(63,22,241); }
H1.HeaderClassName
{
color: #3F16F1;
}
.AnyTagClassName
{
color: #3F16F1;
}
</style>
background-color css
<style>
a { background-color: #3F16F1; }
a { background-color: rgb(63,22,241); }
div.DivClassName
{
background-color: #3F16F1;
}
.BgClassName
{
background-color: #3F16F1;
}
</style>
border-color css
<style>
span { border-color: #3F16F1; }
span { border-color: rgb(63,22,241); }
td.TdClassName
{
border-color: #3F16F1;
}
.TagClassName
{
border-color: #3F16F1;
}
</style>