Shades of Han Purple #3F23DB
Tints of Han Purple #3F23DB
RGB
CMYK
RGB Variations
Color information
#3F23DB (or 0x3F23DB) is known color: Han Purple. HEX triplet: 3F, 23 and DB. RGB value is (63,35,219). Sum of RGB (Red+Green+Blue) = 63+35+219=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F23DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F23DB is #C0DC24. Grayscale: #3F3F3F. Windows color (decimal): -12639269 or 14361407. OLE color: 14361407.
HSL color Cylindrical-coordinate representation of color #3F23DB: hue angle of 249.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F23DB is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 35 | 219 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.14 |
| HSL | 249.13º | 0.72% | 0.5% | - |
| HSV(B) | 249.13º | 0.84% | 0.86% | - |
| XYZ | 15.44 | 7.37 | 67.63 | - |
| YUV | 64.35 | 215.28 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 219 | 0.71 | 0.84 | 0 | 0.14 | 249.13 | 0.72 | 0.5 |
| Hex | 3F | 23 | DB | 47 | 54 | 0 | E | F9 | 48 | 32 |
| Octal | 77 | 43 | 333 | 107 | 124 | 0 | 16 | 371 | 110 | 62 |
| Binary | 111111 | 100011 | 11011011 | 1000111 | 1010100 | 0 | 1110 | 11111001 | 1001000 | 110010 |
Color Harmonies of #3F23DB
Complementary color
Monochromatic Colors of #3F23DB
Black with #3F23DB
Text Example
Text Example
White with #3F23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F23DB; }
p { color: rgb(63,35,219); }
H1.HeaderClassName
{
color: #3F23DB;
}
.AnyTagClassName
{
color: #3F23DB;
}
</style>
background-color css
<style>
a { background-color: #3F23DB; }
a { background-color: rgb(63,35,219); }
div.DivClassName
{
background-color: #3F23DB;
}
.BgClassName
{
background-color: #3F23DB;
}
</style>
border-color css
<style>
span { border-color: #3F23DB; }
span { border-color: rgb(63,35,219); }
td.TdClassName
{
border-color: #3F23DB;
}
.TagClassName
{
border-color: #3F23DB;
}
</style>