Shades of Han Purple #3F2EFC
Tints of Han Purple #3F2EFC
RGB
CMYK
RGB Variations
Color information
#3F2EFC (or 0x3F2EFC) is known color: Han Purple. HEX triplet: 3F, 2E and FC. RGB value is (63,46,252). Sum of RGB (Red+Green+Blue) = 63+46+252=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F2EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2EFC is #C0D103. Grayscale: #494949. Windows color (decimal): -12636420 or 16526911. OLE color: 16526911.
HSL color Cylindrical-coordinate representation of color #3F2EFC: hue angle of 244.95º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F2EFC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 46 | 252 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.01 |
| HSL | 244.95º | 0.97% | 0.58% | - |
| HSV(B) | 244.95º | 0.82% | 0.99% | - |
| XYZ | 20.6 | 10.04 | 92.95 | - |
| YUV | 74.57 | 228.13 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 252 | 0.75 | 0.82 | 0 | 0.01 | 244.95 | 0.97 | 0.58 |
| Hex | 3F | 2E | FC | 4B | 52 | 0 | 1 | F5 | 61 | 3A |
| Octal | 77 | 56 | 374 | 113 | 122 | 0 | 1 | 365 | 141 | 72 |
| Binary | 111111 | 101110 | 11111100 | 1001011 | 1010010 | 0 | 1 | 11110101 | 1100001 | 111010 |
Color Harmonies of #3F2EFC
Complementary color
Monochromatic Colors of #3F2EFC
Black with #3F2EFC
Text Example
Text Example
White with #3F2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EFC; }
p { color: rgb(63,46,252); }
H1.HeaderClassName
{
color: #3F2EFC;
}
.AnyTagClassName
{
color: #3F2EFC;
}
</style>
background-color css
<style>
a { background-color: #3F2EFC; }
a { background-color: rgb(63,46,252); }
div.DivClassName
{
background-color: #3F2EFC;
}
.BgClassName
{
background-color: #3F2EFC;
}
</style>
border-color css
<style>
span { border-color: #3F2EFC; }
span { border-color: rgb(63,46,252); }
td.TdClassName
{
border-color: #3F2EFC;
}
.TagClassName
{
border-color: #3F2EFC;
}
</style>