Shades of Han Purple #3F1CFA
Tints of Han Purple #3F1CFA
RGB
CMYK
RGB Variations
Color information
#3F1CFA (or 0x3F1CFA) is known color: Han Purple. HEX triplet: 3F, 1C and FA. RGB value is (63,28,250). Sum of RGB (Red+Green+Blue) = 63+28+250=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F1CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1CFA is #C0E305. Grayscale: #3E3E3E. Windows color (decimal): -12641030 or 16391231. OLE color: 16391231.
HSL color Cylindrical-coordinate representation of color #3F1CFA: hue angle of 249.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1CFA is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 28 | 250 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.02 |
| HSL | 249.46º | 0.96% | 0.55% | - |
| HSV(B) | 249.46º | 0.89% | 0.98% | - |
| XYZ | 19.72 | 8.79 | 91.1 | - |
| YUV | 63.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 250 | 0.75 | 0.89 | 0 | 0.02 | 249.46 | 0.96 | 0.55 |
| Hex | 3F | 1C | FA | 4B | 59 | 0 | 2 | F9 | 60 | 37 |
| Octal | 77 | 34 | 372 | 113 | 131 | 0 | 2 | 371 | 140 | 67 |
| Binary | 111111 | 11100 | 11111010 | 1001011 | 1011001 | 0 | 10 | 11111001 | 1100000 | 110111 |
Color Harmonies of #3F1CFA
Complementary color
Monochromatic Colors of #3F1CFA
Black with #3F1CFA
Text Example
Text Example
White with #3F1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CFA; }
p { color: rgb(63,28,250); }
H1.HeaderClassName
{
color: #3F1CFA;
}
.AnyTagClassName
{
color: #3F1CFA;
}
</style>
background-color css
<style>
a { background-color: #3F1CFA; }
a { background-color: rgb(63,28,250); }
div.DivClassName
{
background-color: #3F1CFA;
}
.BgClassName
{
background-color: #3F1CFA;
}
</style>
border-color css
<style>
span { border-color: #3F1CFA; }
span { border-color: rgb(63,28,250); }
td.TdClassName
{
border-color: #3F1CFA;
}
.TagClassName
{
border-color: #3F1CFA;
}
</style>