Shades of Han Purple #3F16DD
Tints of Han Purple #3F16DD
RGB
CMYK
RGB Variations
Color information
#3F16DD (or 0x3F16DD) is known color: Han Purple. HEX triplet: 3F, 16 and DD. RGB value is (63,22,221). Sum of RGB (Red+Green+Blue) = 63+22+221=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F16DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F16DD is #C0E922. Grayscale: #383838. Windows color (decimal): -12642595 or 14489151. OLE color: 14489151.
HSL color Cylindrical-coordinate representation of color #3F16DD: hue angle of 252.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F16DD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 22 | 221 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.13 |
| HSL | 252.36º | 0.82% | 0.48% | - |
| HSV(B) | 252.36º | 0.9% | 0.87% | - |
| XYZ | 15.39 | 6.85 | 68.92 | - |
| YUV | 56.95 | 220.58 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 221 | 0.71 | 0.90 | 0 | 0.13 | 252.36 | 0.82 | 0.48 |
| Hex | 3F | 16 | DD | 47 | 5A | 0 | D | FC | 52 | 30 |
| Octal | 77 | 26 | 335 | 107 | 132 | 0 | 15 | 374 | 122 | 60 |
| Binary | 111111 | 10110 | 11011101 | 1000111 | 1011010 | 0 | 1101 | 11111100 | 1010010 | 110000 |
Color Harmonies of #3F16DD
Complementary color
Monochromatic Colors of #3F16DD
Black with #3F16DD
Text Example
Text Example
White with #3F16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F16DD; }
p { color: rgb(63,22,221); }
H1.HeaderClassName
{
color: #3F16DD;
}
.AnyTagClassName
{
color: #3F16DD;
}
</style>
background-color css
<style>
a { background-color: #3F16DD; }
a { background-color: rgb(63,22,221); }
div.DivClassName
{
background-color: #3F16DD;
}
.BgClassName
{
background-color: #3F16DD;
}
</style>
border-color css
<style>
span { border-color: #3F16DD; }
span { border-color: rgb(63,22,221); }
td.TdClassName
{
border-color: #3F16DD;
}
.TagClassName
{
border-color: #3F16DD;
}
</style>