Shades of Han Purple #3F09DA
Tints of Han Purple #3F09DA
RGB
CMYK
RGB Variations
Color information
#3F09DA (or 0x3F09DA) is known color: Han Purple. HEX triplet: 3F, 09 and DA. RGB value is (63,9,218). Sum of RGB (Red+Green+Blue) = 63+9+218=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F09DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09DA is #C0F625. Grayscale: #303030. Windows color (decimal): -12645926 or 14289215. OLE color: 14289215.
HSL color Cylindrical-coordinate representation of color #3F09DA: hue angle of 255.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09DA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 9 | 218 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.15 |
| HSL | 255.5º | 0.92% | 0.45% | - |
| HSV(B) | 255.5º | 0.96% | 0.85% | - |
| XYZ | 14.8 | 6.31 | 66.77 | - |
| YUV | 48.97 | 223.39 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 218 | 0.71 | 0.96 | 0 | 0.15 | 255.5 | 0.92 | 0.45 |
| Hex | 3F | 9 | DA | 47 | 60 | 0 | F | 100 | 5C | 2D |
| Octal | 77 | 11 | 332 | 107 | 140 | 0 | 17 | 400 | 134 | 55 |
| Binary | 111111 | 1001 | 11011010 | 1000111 | 1100000 | 0 | 1111 | 100000000 | 1011100 | 101101 |
Color Harmonies of #3F09DA
Complementary color
Monochromatic Colors of #3F09DA
Black with #3F09DA
Text Example
Text Example
White with #3F09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09DA; }
p { color: rgb(63,9,218); }
H1.HeaderClassName
{
color: #3F09DA;
}
.AnyTagClassName
{
color: #3F09DA;
}
</style>
background-color css
<style>
a { background-color: #3F09DA; }
a { background-color: rgb(63,9,218); }
div.DivClassName
{
background-color: #3F09DA;
}
.BgClassName
{
background-color: #3F09DA;
}
</style>
border-color css
<style>
span { border-color: #3F09DA; }
span { border-color: rgb(63,9,218); }
td.TdClassName
{
border-color: #3F09DA;
}
.TagClassName
{
border-color: #3F09DA;
}
</style>