Shades of Han Purple #3F06FF
Tints of Han Purple #3F06FF
RGB
CMYK
RGB Variations
Color information
#3F06FF (or 0x3F06FF) is known color: Han Purple. HEX triplet: 3F, 06 and FF. RGB value is (63,6,255). Sum of RGB (Red+Green+Blue) = 63+6+255=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F06FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F06FF is #C0F900. Grayscale: #323232. Windows color (decimal): -12646657 or 16713279. OLE color: 16713279.
HSL color Cylindrical-coordinate representation of color #3F06FF: hue angle of 253.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F06FF is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 6 | 255 | - |
| CMYK | 0.75 | 0.98 | 0 | 0 |
| HSL | 253.73º | 1% | 0.51% | - |
| HSV(B) | 253.73º | 0.98% | 1% | - |
| XYZ | 20.17 | 8.41 | 95.17 | - |
| YUV | 51.43 | 242.88 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 255 | 0.75 | 0.98 | 0 | 0 | 253.73 | 1 | 0.51 |
| Hex | 3F | 6 | FF | 4B | 62 | 0 | 0 | FE | 64 | 33 |
| Octal | 77 | 6 | 377 | 113 | 142 | 0 | 0 | 376 | 144 | 63 |
| Binary | 111111 | 110 | 11111111 | 1001011 | 1100010 | 0 | 0 | 11111110 | 1100100 | 110011 |
Color Harmonies of #3F06FF
Complementary color
Monochromatic Colors of #3F06FF
Black with #3F06FF
Text Example
Text Example
White with #3F06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F06FF; }
p { color: rgb(63,6,255); }
H1.HeaderClassName
{
color: #3F06FF;
}
.AnyTagClassName
{
color: #3F06FF;
}
</style>
background-color css
<style>
a { background-color: #3F06FF; }
a { background-color: rgb(63,6,255); }
div.DivClassName
{
background-color: #3F06FF;
}
.BgClassName
{
background-color: #3F06FF;
}
</style>
border-color css
<style>
span { border-color: #3F06FF; }
span { border-color: rgb(63,6,255); }
td.TdClassName
{
border-color: #3F06FF;
}
.TagClassName
{
border-color: #3F06FF;
}
</style>