Shades of Han Purple #3F1FFF
Tints of Han Purple #3F1FFF
RGB
CMYK
RGB Variations
Color information
#3F1FFF (or 0x3F1FFF) is known color: Han Purple. HEX triplet: 3F, 1F and FF. RGB value is (63,31,255). Sum of RGB (Red+Green+Blue) = 63+31+255=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F1FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1FFF is #C0E000. Grayscale: #414141. Windows color (decimal): -12640257 or 16719679. OLE color: 16719679.
HSL color Cylindrical-coordinate representation of color #3F1FFF: hue angle of 248.57º 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 #3F1FFF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 31 | 255 | - |
| CMYK | 0.75 | 0.88 | 0 | 0 |
| HSL | 248.57º | 1% | 0.56% | - |
| HSV(B) | 248.57º | 0.88% | 1% | - |
| XYZ | 20.59 | 9.26 | 95.31 | - |
| YUV | 66.1 | 234.6 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 255 | 0.75 | 0.88 | 0 | 0 | 248.57 | 1 | 0.56 |
| Hex | 3F | 1F | FF | 4B | 58 | 0 | 0 | F9 | 64 | 38 |
| Octal | 77 | 37 | 377 | 113 | 130 | 0 | 0 | 371 | 144 | 70 |
| Binary | 111111 | 11111 | 11111111 | 1001011 | 1011000 | 0 | 0 | 11111001 | 1100100 | 111000 |
Color Harmonies of #3F1FFF
Complementary color
Monochromatic Colors of #3F1FFF
Black with #3F1FFF
Text Example
Text Example
White with #3F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FFF; }
p { color: rgb(63,31,255); }
H1.HeaderClassName
{
color: #3F1FFF;
}
.AnyTagClassName
{
color: #3F1FFF;
}
</style>
background-color css
<style>
a { background-color: #3F1FFF; }
a { background-color: rgb(63,31,255); }
div.DivClassName
{
background-color: #3F1FFF;
}
.BgClassName
{
background-color: #3F1FFF;
}
</style>
border-color css
<style>
span { border-color: #3F1FFF; }
span { border-color: rgb(63,31,255); }
td.TdClassName
{
border-color: #3F1FFF;
}
.TagClassName
{
border-color: #3F1FFF;
}
</style>