Shades of Han Purple #3F06DA
Tints of Han Purple #3F06DA
RGB
CMYK
RGB Variations
Color information
#3F06DA (or 0x3F06DA) is known color: Han Purple. HEX triplet: 3F, 06 and DA. RGB value is (63,6,218). Sum of RGB (Red+Green+Blue) = 63+6+218=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F06DA is #C0F925. Grayscale: #2E2E2E. Windows color (decimal): -12646694 or 14288447. OLE color: 14288447.
HSL color Cylindrical-coordinate representation of color #3F06DA: hue angle of 256.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F06DA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 6 | 218 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.15 |
| HSL | 256.13º | 0.95% | 0.44% | - |
| HSV(B) | 256.13º | 0.97% | 0.85% | - |
| XYZ | 14.77 | 6.25 | 66.76 | - |
| YUV | 47.21 | 224.38 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 218 | 0.71 | 0.97 | 0 | 0.15 | 256.13 | 0.95 | 0.44 |
| Hex | 3F | 6 | DA | 47 | 61 | 0 | F | 100 | 5F | 2C |
| Octal | 77 | 6 | 332 | 107 | 141 | 0 | 17 | 400 | 137 | 54 |
| Binary | 111111 | 110 | 11011010 | 1000111 | 1100001 | 0 | 1111 | 100000000 | 1011111 | 101100 |
Color Harmonies of #3F06DA
Complementary color
Monochromatic Colors of #3F06DA
Black with #3F06DA
Text Example
Text Example
White with #3F06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06DA; }
p { color: rgb(63,6,218); }
H1.HeaderClassName
{
color: #3F06DA;
}
.AnyTagClassName
{
color: #3F06DA;
}
</style>
background-color css
<style>
a { background-color: #3F06DA; }
a { background-color: rgb(63,6,218); }
div.DivClassName
{
background-color: #3F06DA;
}
.BgClassName
{
background-color: #3F06DA;
}
</style>
border-color css
<style>
span { border-color: #3F06DA; }
span { border-color: rgb(63,6,218); }
td.TdClassName
{
border-color: #3F06DA;
}
.TagClassName
{
border-color: #3F06DA;
}
</style>