Shades of Han Purple #3F12DB
Tints of Han Purple #3F12DB
RGB
CMYK
RGB Variations
Color information
#3F12DB (or 0x3F12DB) is known color: Han Purple. HEX triplet: 3F, 12 and DB. RGB value is (63,18,219). Sum of RGB (Red+Green+Blue) = 63+18+219=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F12DB is #C0ED24. Grayscale: #353535. Windows color (decimal): -12643621 or 14357055. OLE color: 14357055.
HSL color Cylindrical-coordinate representation of color #3F12DB: hue angle of 253.43º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F12DB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 18 | 219 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.14 |
| HSL | 253.43º | 0.85% | 0.46% | - |
| HSV(B) | 253.43º | 0.92% | 0.86% | - |
| XYZ | 15.05 | 6.6 | 67.5 | - |
| YUV | 54.37 | 220.91 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 219 | 0.71 | 0.92 | 0 | 0.14 | 253.43 | 0.85 | 0.46 |
| Hex | 3F | 12 | DB | 47 | 5C | 0 | E | FD | 55 | 2E |
| Octal | 77 | 22 | 333 | 107 | 134 | 0 | 16 | 375 | 125 | 56 |
| Binary | 111111 | 10010 | 11011011 | 1000111 | 1011100 | 0 | 1110 | 11111101 | 1010101 | 101110 |
Color Harmonies of #3F12DB
Complementary color
Monochromatic Colors of #3F12DB
Black with #3F12DB
Text Example
Text Example
White with #3F12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F12DB; }
p { color: rgb(63,18,219); }
H1.HeaderClassName
{
color: #3F12DB;
}
.AnyTagClassName
{
color: #3F12DB;
}
</style>
background-color css
<style>
a { background-color: #3F12DB; }
a { background-color: rgb(63,18,219); }
div.DivClassName
{
background-color: #3F12DB;
}
.BgClassName
{
background-color: #3F12DB;
}
</style>
border-color css
<style>
span { border-color: #3F12DB; }
span { border-color: rgb(63,18,219); }
td.TdClassName
{
border-color: #3F12DB;
}
.TagClassName
{
border-color: #3F12DB;
}
</style>