Shades of Han Purple #3F30DB
Tints of Han Purple #3F30DB
RGB
CMYK
RGB Variations
Color information
#3F30DB (or 0x3F30DB) is known color: Han Purple. HEX triplet: 3F, 30 and DB. RGB value is (63,48,219). Sum of RGB (Red+Green+Blue) = 63+48+219=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30DB is #C0CF24. Grayscale: #474747. Windows color (decimal): -12635941 or 14364735. OLE color: 14364735.
HSL color Cylindrical-coordinate representation of color #3F30DB: hue angle of 245.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F30DB is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 48 | 219 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.14 |
| HSL | 245.26º | 0.7% | 0.52% | - |
| HSV(B) | 245.26º | 0.78% | 0.86% | - |
| XYZ | 15.89 | 8.29 | 67.78 | - |
| YUV | 71.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 219 | 0.71 | 0.78 | 0 | 0.14 | 245.26 | 0.7 | 0.52 |
| Hex | 3F | 30 | DB | 47 | 4E | 0 | E | F5 | 46 | 34 |
| Octal | 77 | 60 | 333 | 107 | 116 | 0 | 16 | 365 | 106 | 64 |
| Binary | 111111 | 110000 | 11011011 | 1000111 | 1001110 | 0 | 1110 | 11110101 | 1000110 | 110100 |
Color Harmonies of #3F30DB
Complementary color
Monochromatic Colors of #3F30DB
Black with #3F30DB
Text Example
Text Example
White with #3F30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F30DB; }
p { color: rgb(63,48,219); }
H1.HeaderClassName
{
color: #3F30DB;
}
.AnyTagClassName
{
color: #3F30DB;
}
</style>
background-color css
<style>
a { background-color: #3F30DB; }
a { background-color: rgb(63,48,219); }
div.DivClassName
{
background-color: #3F30DB;
}
.BgClassName
{
background-color: #3F30DB;
}
</style>
border-color css
<style>
span { border-color: #3F30DB; }
span { border-color: rgb(63,48,219); }
td.TdClassName
{
border-color: #3F30DB;
}
.TagClassName
{
border-color: #3F30DB;
}
</style>