Shades of Han Purple #3F09FD
Tints of Han Purple #3F09FD
RGB
CMYK
RGB Variations
Color information
#3F09FD (or 0x3F09FD) is known color: Han Purple. HEX triplet: 3F, 09 and FD. RGB value is (63,9,253). Sum of RGB (Red+Green+Blue) = 63+9+253=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F09FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09FD is #C0F602. Grayscale: #343434. Windows color (decimal): -12645891 or 16582975. OLE color: 16582975.
HSL color Cylindrical-coordinate representation of color #3F09FD: hue angle of 253.28º 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 #3F09FD is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 9 | 253 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.01 |
| HSL | 253.28º | 0.98% | 0.51% | - |
| HSV(B) | 253.28º | 0.96% | 0.99% | - |
| XYZ | 19.88 | 8.34 | 93.49 | - |
| YUV | 52.96 | 240.89 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 253 | 0.75 | 0.96 | 0 | 0.01 | 253.28 | 0.98 | 0.51 |
| Hex | 3F | 9 | FD | 4B | 60 | 0 | 1 | FD | 62 | 33 |
| Octal | 77 | 11 | 375 | 113 | 140 | 0 | 1 | 375 | 142 | 63 |
| Binary | 111111 | 1001 | 11111101 | 1001011 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110011 |
Color Harmonies of #3F09FD
Complementary color
Monochromatic Colors of #3F09FD
Black with #3F09FD
Text Example
Text Example
White with #3F09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09FD; }
p { color: rgb(63,9,253); }
H1.HeaderClassName
{
color: #3F09FD;
}
.AnyTagClassName
{
color: #3F09FD;
}
</style>
background-color css
<style>
a { background-color: #3F09FD; }
a { background-color: rgb(63,9,253); }
div.DivClassName
{
background-color: #3F09FD;
}
.BgClassName
{
background-color: #3F09FD;
}
</style>
border-color css
<style>
span { border-color: #3F09FD; }
span { border-color: rgb(63,9,253); }
td.TdClassName
{
border-color: #3F09FD;
}
.TagClassName
{
border-color: #3F09FD;
}
</style>