Shades of Han Purple #3F1FD1
Tints of Han Purple #3F1FD1
RGB
CMYK
RGB Variations
Color information
#3F1FD1 (or 0x3F1FD1) is known color: Han Purple. HEX triplet: 3F, 1F and D1. RGB value is (63,31,209). Sum of RGB (Red+Green+Blue) = 63+31+209=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #3F1FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FD1 is #C0E02E. Grayscale: #3C3C3C. Windows color (decimal): -12640303 or 13705023. OLE color: 13705023.
HSL color Cylindrical-coordinate representation of color #3F1FD1: hue angle of 250.79º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1FD1 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 31 | 209 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.18 |
| HSL | 250.79º | 0.74% | 0.47% | - |
| HSV(B) | 250.79º | 0.85% | 0.82% | - |
| XYZ | 14.05 | 6.64 | 60.86 | - |
| YUV | 60.86 | 211.6 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 209 | 0.70 | 0.85 | 0 | 0.18 | 250.79 | 0.74 | 0.47 |
| Hex | 3F | 1F | D1 | 46 | 55 | 0 | 12 | FB | 4A | 2F |
| Octal | 77 | 37 | 321 | 106 | 125 | 0 | 22 | 373 | 112 | 57 |
| Binary | 111111 | 11111 | 11010001 | 1000110 | 1010101 | 0 | 10010 | 11111011 | 1001010 | 101111 |
Color Harmonies of #3F1FD1
Complementary color
Monochromatic Colors of #3F1FD1
Black with #3F1FD1
Text Example
Text Example
White with #3F1FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FD1; }
p { color: rgb(63,31,209); }
H1.HeaderClassName
{
color: #3F1FD1;
}
.AnyTagClassName
{
color: #3F1FD1;
}
</style>
background-color css
<style>
a { background-color: #3F1FD1; }
a { background-color: rgb(63,31,209); }
div.DivClassName
{
background-color: #3F1FD1;
}
.BgClassName
{
background-color: #3F1FD1;
}
</style>
border-color css
<style>
span { border-color: #3F1FD1; }
span { border-color: rgb(63,31,209); }
td.TdClassName
{
border-color: #3F1FD1;
}
.TagClassName
{
border-color: #3F1FD1;
}
</style>