Shades of Han Purple #3F1FED
Tints of Han Purple #3F1FED
RGB
CMYK
RGB Variations
Color information
#3F1FED (or 0x3F1FED) is known color: Han Purple. HEX triplet: 3F, 1F and ED. RGB value is (63,31,237). Sum of RGB (Red+Green+Blue) = 63+31+237=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F1FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1FED is #C0E012. Grayscale: #3F3F3F. Windows color (decimal): -12640275 or 15540031. OLE color: 15540031.
HSL color Cylindrical-coordinate representation of color #3F1FED: hue angle of 249.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1FED is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 31 | 237 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.07 |
| HSL | 249.32º | 0.85% | 0.53% | - |
| HSV(B) | 249.32º | 0.87% | 0.93% | - |
| XYZ | 17.83 | 8.15 | 80.75 | - |
| YUV | 64.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 237 | 0.73 | 0.87 | 0 | 0.07 | 249.32 | 0.85 | 0.53 |
| Hex | 3F | 1F | ED | 49 | 57 | 0 | 7 | F9 | 55 | 35 |
| Octal | 77 | 37 | 355 | 111 | 127 | 0 | 7 | 371 | 125 | 65 |
| Binary | 111111 | 11111 | 11101101 | 1001001 | 1010111 | 0 | 111 | 11111001 | 1010101 | 110101 |
Color Harmonies of #3F1FED
Complementary color
Monochromatic Colors of #3F1FED
Black with #3F1FED
Text Example
Text Example
White with #3F1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FED; }
p { color: rgb(63,31,237); }
H1.HeaderClassName
{
color: #3F1FED;
}
.AnyTagClassName
{
color: #3F1FED;
}
</style>
background-color css
<style>
a { background-color: #3F1FED; }
a { background-color: rgb(63,31,237); }
div.DivClassName
{
background-color: #3F1FED;
}
.BgClassName
{
background-color: #3F1FED;
}
</style>
border-color css
<style>
span { border-color: #3F1FED; }
span { border-color: rgb(63,31,237); }
td.TdClassName
{
border-color: #3F1FED;
}
.TagClassName
{
border-color: #3F1FED;
}
</style>