Shades of Han Purple #3F12DD
Tints of Han Purple #3F12DD
RGB
CMYK
RGB Variations
Color information
#3F12DD (or 0x3F12DD) is known color: Han Purple. HEX triplet: 3F, 12 and DD. RGB value is (63,18,221). Sum of RGB (Red+Green+Blue) = 63+18+221=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F12DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F12DD is #C0ED22. Grayscale: #353535. Windows color (decimal): -12643619 or 14488127. OLE color: 14488127.
HSL color Cylindrical-coordinate representation of color #3F12DD: hue angle of 253.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F12DD is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 18 | 221 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.13 |
| HSL | 253.3º | 0.85% | 0.47% | - |
| HSV(B) | 253.3º | 0.92% | 0.87% | - |
| XYZ | 15.32 | 6.71 | 68.89 | - |
| YUV | 54.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 221 | 0.71 | 0.92 | 0 | 0.13 | 253.3 | 0.85 | 0.47 |
| Hex | 3F | 12 | DD | 47 | 5C | 0 | D | FD | 55 | 2F |
| Octal | 77 | 22 | 335 | 107 | 134 | 0 | 15 | 375 | 125 | 57 |
| Binary | 111111 | 10010 | 11011101 | 1000111 | 1011100 | 0 | 1101 | 11111101 | 1010101 | 101111 |
Color Harmonies of #3F12DD
Complementary color
Monochromatic Colors of #3F12DD
Black with #3F12DD
Text Example
Text Example
White with #3F12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F12DD; }
p { color: rgb(63,18,221); }
H1.HeaderClassName
{
color: #3F12DD;
}
.AnyTagClassName
{
color: #3F12DD;
}
</style>
background-color css
<style>
a { background-color: #3F12DD; }
a { background-color: rgb(63,18,221); }
div.DivClassName
{
background-color: #3F12DD;
}
.BgClassName
{
background-color: #3F12DD;
}
</style>
border-color css
<style>
span { border-color: #3F12DD; }
span { border-color: rgb(63,18,221); }
td.TdClassName
{
border-color: #3F12DD;
}
.TagClassName
{
border-color: #3F12DD;
}
</style>