Shades of Han Purple #3F09FA
Tints of Han Purple #3F09FA
RGB
CMYK
RGB Variations
Color information
#3F09FA (or 0x3F09FA) is known color: Han Purple. HEX triplet: 3F, 09 and FA. RGB value is (63,9,250). Sum of RGB (Red+Green+Blue) = 63+9+250=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09FA is #C0F605. Grayscale: #333333. Windows color (decimal): -12645894 or 16386367. OLE color: 16386367.
HSL color Cylindrical-coordinate representation of color #3F09FA: hue angle of 253.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09FA is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 9 | 250 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.02 |
| HSL | 253.44º | 0.96% | 0.51% | - |
| HSV(B) | 253.44º | 0.96% | 0.98% | - |
| XYZ | 19.4 | 8.15 | 90.99 | - |
| YUV | 52.62 | 239.39 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 250 | 0.75 | 0.96 | 0 | 0.02 | 253.44 | 0.96 | 0.51 |
| Hex | 3F | 9 | FA | 4B | 60 | 0 | 2 | FD | 60 | 33 |
| Octal | 77 | 11 | 372 | 113 | 140 | 0 | 2 | 375 | 140 | 63 |
| Binary | 111111 | 1001 | 11111010 | 1001011 | 1100000 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #3F09FA
Complementary color
Monochromatic Colors of #3F09FA
Black with #3F09FA
Text Example
Text Example
White with #3F09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09FA; }
p { color: rgb(63,9,250); }
H1.HeaderClassName
{
color: #3F09FA;
}
.AnyTagClassName
{
color: #3F09FA;
}
</style>
background-color css
<style>
a { background-color: #3F09FA; }
a { background-color: rgb(63,9,250); }
div.DivClassName
{
background-color: #3F09FA;
}
.BgClassName
{
background-color: #3F09FA;
}
</style>
border-color css
<style>
span { border-color: #3F09FA; }
span { border-color: rgb(63,9,250); }
td.TdClassName
{
border-color: #3F09FA;
}
.TagClassName
{
border-color: #3F09FA;
}
</style>