Shades of Han Purple #3F06FA
Tints of Han Purple #3F06FA
RGB
CMYK
RGB Variations
Color information
#3F06FA (or 0x3F06FA) is known color: Han Purple. HEX triplet: 3F, 06 and FA. RGB value is (63,6,250). Sum of RGB (Red+Green+Blue) = 63+6+250=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F06FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F06FA is #C0F905. Grayscale: #313131. Windows color (decimal): -12646662 or 16385599. OLE color: 16385599.
HSL color Cylindrical-coordinate representation of color #3F06FA: hue angle of 254.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F06FA is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 6 | 250 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.02 |
| HSL | 254.02º | 0.96% | 0.5% | - |
| HSV(B) | 254.02º | 0.98% | 0.98% | - |
| XYZ | 19.37 | 8.09 | 90.98 | - |
| YUV | 50.86 | 240.38 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 250 | 0.75 | 0.98 | 0 | 0.02 | 254.02 | 0.96 | 0.5 |
| Hex | 3F | 6 | FA | 4B | 62 | 0 | 2 | FE | 60 | 32 |
| Octal | 77 | 6 | 372 | 113 | 142 | 0 | 2 | 376 | 140 | 62 |
| Binary | 111111 | 110 | 11111010 | 1001011 | 1100010 | 0 | 10 | 11111110 | 1100000 | 110010 |
Color Harmonies of #3F06FA
Complementary color
Monochromatic Colors of #3F06FA
Black with #3F06FA
Text Example
Text Example
White with #3F06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06FA; }
p { color: rgb(63,6,250); }
H1.HeaderClassName
{
color: #3F06FA;
}
.AnyTagClassName
{
color: #3F06FA;
}
</style>
background-color css
<style>
a { background-color: #3F06FA; }
a { background-color: rgb(63,6,250); }
div.DivClassName
{
background-color: #3F06FA;
}
.BgClassName
{
background-color: #3F06FA;
}
</style>
border-color css
<style>
span { border-color: #3F06FA; }
span { border-color: rgb(63,6,250); }
td.TdClassName
{
border-color: #3F06FA;
}
.TagClassName
{
border-color: #3F06FA;
}
</style>