Shades of Han Purple #3F09FC
Tints of Han Purple #3F09FC
RGB
CMYK
RGB Variations
Color information
#3F09FC (or 0x3F09FC) is known color: Han Purple. HEX triplet: 3F, 09 and FC. RGB value is (63,9,252). Sum of RGB (Red+Green+Blue) = 63+9+252=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F09FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09FC is #C0F603. Grayscale: #333333. Windows color (decimal): -12645892 or 16517439. OLE color: 16517439.
HSL color Cylindrical-coordinate representation of color #3F09FC: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09FC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 9 | 252 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.01 |
| HSL | 253.33º | 0.98% | 0.51% | - |
| HSV(B) | 253.33º | 0.96% | 0.99% | - |
| XYZ | 19.72 | 8.28 | 92.65 | - |
| YUV | 52.85 | 240.39 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 252 | 0.75 | 0.96 | 0 | 0.01 | 253.33 | 0.98 | 0.51 |
| Hex | 3F | 9 | FC | 4B | 60 | 0 | 1 | FD | 62 | 33 |
| Octal | 77 | 11 | 374 | 113 | 140 | 0 | 1 | 375 | 142 | 63 |
| Binary | 111111 | 1001 | 11111100 | 1001011 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110011 |
Color Harmonies of #3F09FC
Complementary color
Monochromatic Colors of #3F09FC
Black with #3F09FC
Text Example
Text Example
White with #3F09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09FC; }
p { color: rgb(63,9,252); }
H1.HeaderClassName
{
color: #3F09FC;
}
.AnyTagClassName
{
color: #3F09FC;
}
</style>
background-color css
<style>
a { background-color: #3F09FC; }
a { background-color: rgb(63,9,252); }
div.DivClassName
{
background-color: #3F09FC;
}
.BgClassName
{
background-color: #3F09FC;
}
</style>
border-color css
<style>
span { border-color: #3F09FC; }
span { border-color: rgb(63,9,252); }
td.TdClassName
{
border-color: #3F09FC;
}
.TagClassName
{
border-color: #3F09FC;
}
</style>