Shades of Han Purple #3F10DD
Tints of Han Purple #3F10DD
RGB
CMYK
RGB Variations
Color information
#3F10DD (or 0x3F10DD) is known color: Han Purple. HEX triplet: 3F, 10 and DD. RGB value is (63,16,221). Sum of RGB (Red+Green+Blue) = 63+16+221=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F10DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F10DD is #C0EF22. Grayscale: #343434. Windows color (decimal): -12644131 or 14487615. OLE color: 14487615.
HSL color Cylindrical-coordinate representation of color #3F10DD: hue angle of 253.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F10DD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 16 | 221 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.13 |
| HSL | 253.76º | 0.86% | 0.46% | - |
| HSV(B) | 253.76º | 0.93% | 0.87% | - |
| XYZ | 15.29 | 6.65 | 68.88 | - |
| YUV | 53.42 | 222.57 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 221 | 0.71 | 0.93 | 0 | 0.13 | 253.76 | 0.86 | 0.46 |
| Hex | 3F | 10 | DD | 47 | 5D | 0 | D | FE | 56 | 2E |
| Octal | 77 | 20 | 335 | 107 | 135 | 0 | 15 | 376 | 126 | 56 |
| Binary | 111111 | 10000 | 11011101 | 1000111 | 1011101 | 0 | 1101 | 11111110 | 1010110 | 101110 |
Color Harmonies of #3F10DD
Complementary color
Monochromatic Colors of #3F10DD
Black with #3F10DD
Text Example
Text Example
White with #3F10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F10DD; }
p { color: rgb(63,16,221); }
H1.HeaderClassName
{
color: #3F10DD;
}
.AnyTagClassName
{
color: #3F10DD;
}
</style>
background-color css
<style>
a { background-color: #3F10DD; }
a { background-color: rgb(63,16,221); }
div.DivClassName
{
background-color: #3F10DD;
}
.BgClassName
{
background-color: #3F10DD;
}
</style>
border-color css
<style>
span { border-color: #3F10DD; }
span { border-color: rgb(63,16,221); }
td.TdClassName
{
border-color: #3F10DD;
}
.TagClassName
{
border-color: #3F10DD;
}
</style>