Shades of Han Purple #3F1CFF
Tints of Han Purple #3F1CFF
RGB
CMYK
RGB Variations
Color information
#3F1CFF (or 0x3F1CFF) is known color: Han Purple. HEX triplet: 3F, 1C and FF. RGB value is (63,28,255). Sum of RGB (Red+Green+Blue) = 63+28+255=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F1CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1CFF is #C0E300. Grayscale: #3F3F3F. Windows color (decimal): -12641025 or 16718911. OLE color: 16718911.
HSL color Cylindrical-coordinate representation of color #3F1CFF: hue angle of 249.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1CFF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 28 | 255 | - |
| CMYK | 0.75 | 0.89 | 0 | 0 |
| HSL | 249.25º | 1% | 0.55% | - |
| HSV(B) | 249.25º | 0.89% | 1% | - |
| XYZ | 20.52 | 9.11 | 95.28 | - |
| YUV | 64.34 | 235.6 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 255 | 0.75 | 0.89 | 0 | 0 | 249.25 | 1 | 0.55 |
| Hex | 3F | 1C | FF | 4B | 59 | 0 | 0 | F9 | 64 | 37 |
| Octal | 77 | 34 | 377 | 113 | 131 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111111 | 11100 | 11111111 | 1001011 | 1011001 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3F1CFF
Complementary color
Monochromatic Colors of #3F1CFF
Black with #3F1CFF
Text Example
Text Example
White with #3F1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CFF; }
p { color: rgb(63,28,255); }
H1.HeaderClassName
{
color: #3F1CFF;
}
.AnyTagClassName
{
color: #3F1CFF;
}
</style>
background-color css
<style>
a { background-color: #3F1CFF; }
a { background-color: rgb(63,28,255); }
div.DivClassName
{
background-color: #3F1CFF;
}
.BgClassName
{
background-color: #3F1CFF;
}
</style>
border-color css
<style>
span { border-color: #3F1CFF; }
span { border-color: rgb(63,28,255); }
td.TdClassName
{
border-color: #3F1CFF;
}
.TagClassName
{
border-color: #3F1CFF;
}
</style>