Shades of Han Purple #3F2BFC
Tints of Han Purple #3F2BFC
RGB
CMYK
RGB Variations
Color information
#3F2BFC (or 0x3F2BFC) is known color: Han Purple. HEX triplet: 3F, 2B and FC. RGB value is (63,43,252). Sum of RGB (Red+Green+Blue) = 63+43+252=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F2BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2BFC is #C0D403. Grayscale: #474747. Windows color (decimal): -12637188 or 16526143. OLE color: 16526143.
HSL color Cylindrical-coordinate representation of color #3F2BFC: hue angle of 245.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F2BFC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 43 | 252 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.01 |
| HSL | 245.74º | 0.97% | 0.58% | - |
| HSV(B) | 245.74º | 0.83% | 0.99% | - |
| XYZ | 20.48 | 9.81 | 92.91 | - |
| YUV | 72.81 | 229.13 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 252 | 0.75 | 0.83 | 0 | 0.01 | 245.74 | 0.97 | 0.58 |
| Hex | 3F | 2B | FC | 4B | 53 | 0 | 1 | F6 | 61 | 3A |
| Octal | 77 | 53 | 374 | 113 | 123 | 0 | 1 | 366 | 141 | 72 |
| Binary | 111111 | 101011 | 11111100 | 1001011 | 1010011 | 0 | 1 | 11110110 | 1100001 | 111010 |
Color Harmonies of #3F2BFC
Complementary color
Monochromatic Colors of #3F2BFC
Black with #3F2BFC
Text Example
Text Example
White with #3F2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2BFC; }
p { color: rgb(63,43,252); }
H1.HeaderClassName
{
color: #3F2BFC;
}
.AnyTagClassName
{
color: #3F2BFC;
}
</style>
background-color css
<style>
a { background-color: #3F2BFC; }
a { background-color: rgb(63,43,252); }
div.DivClassName
{
background-color: #3F2BFC;
}
.BgClassName
{
background-color: #3F2BFC;
}
</style>
border-color css
<style>
span { border-color: #3F2BFC; }
span { border-color: rgb(63,43,252); }
td.TdClassName
{
border-color: #3F2BFC;
}
.TagClassName
{
border-color: #3F2BFC;
}
</style>