Shades of Han Purple #3F08DA
Tints of Han Purple #3F08DA
RGB
CMYK
RGB Variations
Color information
#3F08DA (or 0x3F08DA) is known color: Han Purple. HEX triplet: 3F, 08 and DA. RGB value is (63,8,218). Sum of RGB (Red+Green+Blue) = 63+8+218=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F08DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08DA is #C0F725. Grayscale: #2F2F2F. Windows color (decimal): -12646182 or 14288959. OLE color: 14288959.
HSL color Cylindrical-coordinate representation of color #3F08DA: hue angle of 255.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08DA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 8 | 218 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.15 |
| HSL | 255.71º | 0.93% | 0.44% | - |
| HSV(B) | 255.71º | 0.96% | 0.85% | - |
| XYZ | 14.79 | 6.29 | 66.76 | - |
| YUV | 48.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 218 | 0.71 | 0.96 | 0 | 0.15 | 255.71 | 0.93 | 0.44 |
| Hex | 3F | 8 | DA | 47 | 60 | 0 | F | 100 | 5D | 2C |
| Octal | 77 | 10 | 332 | 107 | 140 | 0 | 17 | 400 | 135 | 54 |
| Binary | 111111 | 1000 | 11011010 | 1000111 | 1100000 | 0 | 1111 | 100000000 | 1011101 | 101100 |
Color Harmonies of #3F08DA
Complementary color
Monochromatic Colors of #3F08DA
Black with #3F08DA
Text Example
Text Example
White with #3F08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08DA; }
p { color: rgb(63,8,218); }
H1.HeaderClassName
{
color: #3F08DA;
}
.AnyTagClassName
{
color: #3F08DA;
}
</style>
background-color css
<style>
a { background-color: #3F08DA; }
a { background-color: rgb(63,8,218); }
div.DivClassName
{
background-color: #3F08DA;
}
.BgClassName
{
background-color: #3F08DA;
}
</style>
border-color css
<style>
span { border-color: #3F08DA; }
span { border-color: rgb(63,8,218); }
td.TdClassName
{
border-color: #3F08DA;
}
.TagClassName
{
border-color: #3F08DA;
}
</style>