Shades of Han Purple #3F17DB
Tints of Han Purple #3F17DB
RGB
CMYK
RGB Variations
Color information
#3F17DB (or 0x3F17DB) is known color: Han Purple. HEX triplet: 3F, 17 and DB. RGB value is (63,23,219). Sum of RGB (Red+Green+Blue) = 63+23+219=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F17DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F17DB is #C0E824. Grayscale: #383838. Windows color (decimal): -12642341 or 14358335. OLE color: 14358335.
HSL color Cylindrical-coordinate representation of color #3F17DB: hue angle of 252.24º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F17DB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 23 | 219 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.14 |
| HSL | 252.24º | 0.81% | 0.47% | - |
| HSV(B) | 252.24º | 0.89% | 0.86% | - |
| XYZ | 15.14 | 6.78 | 67.53 | - |
| YUV | 57.3 | 219.25 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 219 | 0.71 | 0.89 | 0 | 0.14 | 252.24 | 0.81 | 0.47 |
| Hex | 3F | 17 | DB | 47 | 59 | 0 | E | FC | 51 | 2F |
| Octal | 77 | 27 | 333 | 107 | 131 | 0 | 16 | 374 | 121 | 57 |
| Binary | 111111 | 10111 | 11011011 | 1000111 | 1011001 | 0 | 1110 | 11111100 | 1010001 | 101111 |
Color Harmonies of #3F17DB
Complementary color
Monochromatic Colors of #3F17DB
Black with #3F17DB
Text Example
Text Example
White with #3F17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17DB; }
p { color: rgb(63,23,219); }
H1.HeaderClassName
{
color: #3F17DB;
}
.AnyTagClassName
{
color: #3F17DB;
}
</style>
background-color css
<style>
a { background-color: #3F17DB; }
a { background-color: rgb(63,23,219); }
div.DivClassName
{
background-color: #3F17DB;
}
.BgClassName
{
background-color: #3F17DB;
}
</style>
border-color css
<style>
span { border-color: #3F17DB; }
span { border-color: rgb(63,23,219); }
td.TdClassName
{
border-color: #3F17DB;
}
.TagClassName
{
border-color: #3F17DB;
}
</style>