Shades of Han Purple #3F12DF
Tints of Han Purple #3F12DF
RGB
CMYK
RGB Variations
Color information
#3F12DF (or 0x3F12DF) is known color: Han Purple. HEX triplet: 3F, 12 and DF. RGB value is (63,18,223). Sum of RGB (Red+Green+Blue) = 63+18+223=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F12DF is #C0ED20. Grayscale: #363636. Windows color (decimal): -12643617 or 14619199. OLE color: 14619199.
HSL color Cylindrical-coordinate representation of color #3F12DF: hue angle of 253.17º 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 #3F12DF is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 18 | 223 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.13 |
| HSL | 253.17º | 0.85% | 0.47% | - |
| HSV(B) | 253.17º | 0.92% | 0.87% | - |
| XYZ | 15.59 | 6.82 | 70.31 | - |
| YUV | 54.83 | 222.91 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 223 | 0.72 | 0.92 | 0 | 0.13 | 253.17 | 0.85 | 0.47 |
| Hex | 3F | 12 | DF | 48 | 5C | 0 | D | FD | 55 | 2F |
| Octal | 77 | 22 | 337 | 110 | 134 | 0 | 15 | 375 | 125 | 57 |
| Binary | 111111 | 10010 | 11011111 | 1001000 | 1011100 | 0 | 1101 | 11111101 | 1010101 | 101111 |
Color Harmonies of #3F12DF
Complementary color
Monochromatic Colors of #3F12DF
Black with #3F12DF
Text Example
Text Example
White with #3F12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F12DF; }
p { color: rgb(63,18,223); }
H1.HeaderClassName
{
color: #3F12DF;
}
.AnyTagClassName
{
color: #3F12DF;
}
</style>
background-color css
<style>
a { background-color: #3F12DF; }
a { background-color: rgb(63,18,223); }
div.DivClassName
{
background-color: #3F12DF;
}
.BgClassName
{
background-color: #3F12DF;
}
</style>
border-color css
<style>
span { border-color: #3F12DF; }
span { border-color: rgb(63,18,223); }
td.TdClassName
{
border-color: #3F12DF;
}
.TagClassName
{
border-color: #3F12DF;
}
</style>