Shades of Han Purple #3F10DA
Tints of Han Purple #3F10DA
RGB
CMYK
RGB Variations
Color information
#3F10DA (or 0x3F10DA) is known color: Han Purple. HEX triplet: 3F, 10 and DA. RGB value is (63,16,218). Sum of RGB (Red+Green+Blue) = 63+16+218=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10DA is #C0EF25. Grayscale: #343434. Windows color (decimal): -12644134 or 14291007. OLE color: 14291007.
HSL color Cylindrical-coordinate representation of color #3F10DA: hue angle of 253.96º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F10DA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 16 | 218 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.15 |
| HSL | 253.96º | 0.86% | 0.46% | - |
| HSV(B) | 253.96º | 0.93% | 0.85% | - |
| XYZ | 14.89 | 6.49 | 66.8 | - |
| YUV | 53.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 218 | 0.71 | 0.93 | 0 | 0.15 | 253.96 | 0.86 | 0.46 |
| Hex | 3F | 10 | DA | 47 | 5D | 0 | F | FE | 56 | 2E |
| Octal | 77 | 20 | 332 | 107 | 135 | 0 | 17 | 376 | 126 | 56 |
| Binary | 111111 | 10000 | 11011010 | 1000111 | 1011101 | 0 | 1111 | 11111110 | 1010110 | 101110 |
Color Harmonies of #3F10DA
Complementary color
Monochromatic Colors of #3F10DA
Black with #3F10DA
Text Example
Text Example
White with #3F10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10DA; }
p { color: rgb(63,16,218); }
H1.HeaderClassName
{
color: #3F10DA;
}
.AnyTagClassName
{
color: #3F10DA;
}
</style>
background-color css
<style>
a { background-color: #3F10DA; }
a { background-color: rgb(63,16,218); }
div.DivClassName
{
background-color: #3F10DA;
}
.BgClassName
{
background-color: #3F10DA;
}
</style>
border-color css
<style>
span { border-color: #3F10DA; }
span { border-color: rgb(63,16,218); }
td.TdClassName
{
border-color: #3F10DA;
}
.TagClassName
{
border-color: #3F10DA;
}
</style>