Shades of Han Purple #3F1BFF
Tints of Han Purple #3F1BFF
RGB
CMYK
RGB Variations
Color information
#3F1BFF (or 0x3F1BFF) is known color: Han Purple. HEX triplet: 3F, 1B and FF. RGB value is (63,27,255). Sum of RGB (Red+Green+Blue) = 63+27+255=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F1BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1BFF is #C0E400. Grayscale: #3E3E3E. Windows color (decimal): -12641281 or 16718655. OLE color: 16718655.
HSL color Cylindrical-coordinate representation of color #3F1BFF: hue angle of 249.47º 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 #3F1BFF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 27 | 255 | - |
| CMYK | 0.75 | 0.89 | 0 | 0 |
| HSL | 249.47º | 1% | 0.55% | - |
| HSV(B) | 249.47º | 0.89% | 1% | - |
| XYZ | 20.49 | 9.06 | 95.28 | - |
| YUV | 63.76 | 235.93 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 255 | 0.75 | 0.89 | 0 | 0 | 249.47 | 1 | 0.55 |
| Hex | 3F | 1B | FF | 4B | 59 | 0 | 0 | F9 | 64 | 37 |
| Octal | 77 | 33 | 377 | 113 | 131 | 0 | 0 | 371 | 144 | 67 |
| Binary | 111111 | 11011 | 11111111 | 1001011 | 1011001 | 0 | 0 | 11111001 | 1100100 | 110111 |
Color Harmonies of #3F1BFF
Complementary color
Monochromatic Colors of #3F1BFF
Black with #3F1BFF
Text Example
Text Example
White with #3F1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1BFF; }
p { color: rgb(63,27,255); }
H1.HeaderClassName
{
color: #3F1BFF;
}
.AnyTagClassName
{
color: #3F1BFF;
}
</style>
background-color css
<style>
a { background-color: #3F1BFF; }
a { background-color: rgb(63,27,255); }
div.DivClassName
{
background-color: #3F1BFF;
}
.BgClassName
{
background-color: #3F1BFF;
}
</style>
border-color css
<style>
span { border-color: #3F1BFF; }
span { border-color: rgb(63,27,255); }
td.TdClassName
{
border-color: #3F1BFF;
}
.TagClassName
{
border-color: #3F1BFF;
}
</style>