Shades of Han Purple #3F1FFC
Tints of Han Purple #3F1FFC
RGB
CMYK
RGB Variations
Color information
#3F1FFC (or 0x3F1FFC) is known color: Han Purple. HEX triplet: 3F, 1F and FC. RGB value is (63,31,252). Sum of RGB (Red+Green+Blue) = 63+31+252=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F1FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1FFC is #C0E003. Grayscale: #404040. Windows color (decimal): -12640260 or 16523071. OLE color: 16523071.
HSL color Cylindrical-coordinate representation of color #3F1FFC: hue angle of 248.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1FFC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 31 | 252 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.01 |
| HSL | 248.69º | 0.97% | 0.55% | - |
| HSV(B) | 248.69º | 0.88% | 0.99% | - |
| XYZ | 20.11 | 9.07 | 92.79 | - |
| YUV | 65.76 | 233.1 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 252 | 0.75 | 0.88 | 0 | 0.01 | 248.69 | 0.97 | 0.55 |
| Hex | 3F | 1F | FC | 4B | 58 | 0 | 1 | F9 | 61 | 37 |
| Octal | 77 | 37 | 374 | 113 | 130 | 0 | 1 | 371 | 141 | 67 |
| Binary | 111111 | 11111 | 11111100 | 1001011 | 1011000 | 0 | 1 | 11111001 | 1100001 | 110111 |
Color Harmonies of #3F1FFC
Complementary color
Monochromatic Colors of #3F1FFC
Black with #3F1FFC
Text Example
Text Example
White with #3F1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FFC; }
p { color: rgb(63,31,252); }
H1.HeaderClassName
{
color: #3F1FFC;
}
.AnyTagClassName
{
color: #3F1FFC;
}
</style>
background-color css
<style>
a { background-color: #3F1FFC; }
a { background-color: rgb(63,31,252); }
div.DivClassName
{
background-color: #3F1FFC;
}
.BgClassName
{
background-color: #3F1FFC;
}
</style>
border-color css
<style>
span { border-color: #3F1FFC; }
span { border-color: rgb(63,31,252); }
td.TdClassName
{
border-color: #3F1FFC;
}
.TagClassName
{
border-color: #3F1FFC;
}
</style>