Shades of Han Purple #3F27FC
Tints of Han Purple #3F27FC
RGB
CMYK
RGB Variations
Color information
#3F27FC (or 0x3F27FC) is known color: Han Purple. HEX triplet: 3F, 27 and FC. RGB value is (63,39,252). Sum of RGB (Red+Green+Blue) = 63+39+252=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F27FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F27FC is #C0D803. Grayscale: #454545. Windows color (decimal): -12638212 or 16525119. OLE color: 16525119.
HSL color Cylindrical-coordinate representation of color #3F27FC: hue angle of 246.76º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F27FC is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 39 | 252 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.01 |
| HSL | 246.76º | 0.97% | 0.57% | - |
| HSV(B) | 246.76º | 0.85% | 0.99% | - |
| XYZ | 20.35 | 9.54 | 92.86 | - |
| YUV | 70.46 | 230.45 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 252 | 0.75 | 0.85 | 0 | 0.01 | 246.76 | 0.97 | 0.57 |
| Hex | 3F | 27 | FC | 4B | 55 | 0 | 1 | F7 | 61 | 39 |
| Octal | 77 | 47 | 374 | 113 | 125 | 0 | 1 | 367 | 141 | 71 |
| Binary | 111111 | 100111 | 11111100 | 1001011 | 1010101 | 0 | 1 | 11110111 | 1100001 | 111001 |
Color Harmonies of #3F27FC
Complementary color
Monochromatic Colors of #3F27FC
Black with #3F27FC
Text Example
Text Example
White with #3F27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F27FC; }
p { color: rgb(63,39,252); }
H1.HeaderClassName
{
color: #3F27FC;
}
.AnyTagClassName
{
color: #3F27FC;
}
</style>
background-color css
<style>
a { background-color: #3F27FC; }
a { background-color: rgb(63,39,252); }
div.DivClassName
{
background-color: #3F27FC;
}
.BgClassName
{
background-color: #3F27FC;
}
</style>
border-color css
<style>
span { border-color: #3F27FC; }
span { border-color: rgb(63,39,252); }
td.TdClassName
{
border-color: #3F27FC;
}
.TagClassName
{
border-color: #3F27FC;
}
</style>