Shades of Han Purple #3F2BF7
Tints of Han Purple #3F2BF7
RGB
CMYK
RGB Variations
Color information
#3F2BF7 (or 0x3F2BF7) is known color: Han Purple. HEX triplet: 3F, 2B and F7. RGB value is (63,43,247). Sum of RGB (Red+Green+Blue) = 63+43+247=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #3F2BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2BF7 is #C0D408. Grayscale: #474747. Windows color (decimal): -12637193 or 16198463. OLE color: 16198463.
HSL color Cylindrical-coordinate representation of color #3F2BF7: hue angle of 245.88º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F2BF7 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 43 | 247 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.03 |
| HSL | 245.88º | 0.93% | 0.57% | - |
| HSV(B) | 245.88º | 0.83% | 0.97% | - |
| XYZ | 19.7 | 9.5 | 88.79 | - |
| YUV | 72.24 | 226.63 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 247 | 0.74 | 0.83 | 0 | 0.03 | 245.88 | 0.93 | 0.57 |
| Hex | 3F | 2B | F7 | 4A | 53 | 0 | 3 | F6 | 5D | 39 |
| Octal | 77 | 53 | 367 | 112 | 123 | 0 | 3 | 366 | 135 | 71 |
| Binary | 111111 | 101011 | 11110111 | 1001010 | 1010011 | 0 | 11 | 11110110 | 1011101 | 111001 |
Color Harmonies of #3F2BF7
Complementary color
Monochromatic Colors of #3F2BF7
Black with #3F2BF7
Text Example
Text Example
White with #3F2BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BF7; }
p { color: rgb(63,43,247); }
H1.HeaderClassName
{
color: #3F2BF7;
}
.AnyTagClassName
{
color: #3F2BF7;
}
</style>
background-color css
<style>
a { background-color: #3F2BF7; }
a { background-color: rgb(63,43,247); }
div.DivClassName
{
background-color: #3F2BF7;
}
.BgClassName
{
background-color: #3F2BF7;
}
</style>
border-color css
<style>
span { border-color: #3F2BF7; }
span { border-color: rgb(63,43,247); }
td.TdClassName
{
border-color: #3F2BF7;
}
.TagClassName
{
border-color: #3F2BF7;
}
</style>