Shades of Han Purple #3F09EC
Tints of Han Purple #3F09EC
RGB
CMYK
RGB Variations
Color information
#3F09EC (or 0x3F09EC) is known color: Han Purple. HEX triplet: 3F, 09 and EC. RGB value is (63,9,236). Sum of RGB (Red+Green+Blue) = 63+9+236=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F09EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09EC is #C0F613. Grayscale: #323232. Windows color (decimal): -12645908 or 15468863. OLE color: 15468863.
HSL color Cylindrical-coordinate representation of color #3F09EC: hue angle of 254.27º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09EC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 9 | 236 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.07 |
| HSL | 254.27º | 0.93% | 0.48% | - |
| HSV(B) | 254.27º | 0.96% | 0.93% | - |
| XYZ | 17.29 | 7.31 | 79.86 | - |
| YUV | 51.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 236 | 0.73 | 0.96 | 0 | 0.07 | 254.27 | 0.93 | 0.48 |
| Hex | 3F | 9 | EC | 49 | 60 | 0 | 7 | FE | 5D | 30 |
| Octal | 77 | 11 | 354 | 111 | 140 | 0 | 7 | 376 | 135 | 60 |
| Binary | 111111 | 1001 | 11101100 | 1001001 | 1100000 | 0 | 111 | 11111110 | 1011101 | 110000 |
Color Harmonies of #3F09EC
Complementary color
Monochromatic Colors of #3F09EC
Black with #3F09EC
Text Example
Text Example
White with #3F09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09EC; }
p { color: rgb(63,9,236); }
H1.HeaderClassName
{
color: #3F09EC;
}
.AnyTagClassName
{
color: #3F09EC;
}
</style>
background-color css
<style>
a { background-color: #3F09EC; }
a { background-color: rgb(63,9,236); }
div.DivClassName
{
background-color: #3F09EC;
}
.BgClassName
{
background-color: #3F09EC;
}
</style>
border-color css
<style>
span { border-color: #3F09EC; }
span { border-color: rgb(63,9,236); }
td.TdClassName
{
border-color: #3F09EC;
}
.TagClassName
{
border-color: #3F09EC;
}
</style>