Shades of Han Purple #3F03DB
Tints of Han Purple #3F03DB
RGB
CMYK
RGB Variations
Color information
#3F03DB (or 0x3F03DB) is known color: Han Purple. HEX triplet: 3F, 03 and DB. RGB value is (63,3,219). Sum of RGB (Red+Green+Blue) = 63+3+219=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03DB is #C0FC24. Grayscale: #2C2C2C. Windows color (decimal): -12647461 or 14353215. OLE color: 14353215.
HSL color Cylindrical-coordinate representation of color #3F03DB: hue angle of 256.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F03DB is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 3 | 219 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.14 |
| HSL | 256.67º | 0.97% | 0.44% | - |
| HSV(B) | 256.67º | 0.99% | 0.86% | - |
| XYZ | 14.87 | 6.24 | 67.44 | - |
| YUV | 45.56 | 225.88 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 219 | 0.71 | 0.99 | 0 | 0.14 | 256.67 | 0.97 | 0.44 |
| Hex | 3F | 3 | DB | 47 | 63 | 0 | E | 101 | 61 | 2C |
| Octal | 77 | 3 | 333 | 107 | 143 | 0 | 16 | 401 | 141 | 54 |
| Binary | 111111 | 11 | 11011011 | 1000111 | 1100011 | 0 | 1110 | 100000001 | 1100001 | 101100 |
Color Harmonies of #3F03DB
Complementary color
Monochromatic Colors of #3F03DB
Black with #3F03DB
Text Example
Text Example
White with #3F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03DB; }
p { color: rgb(63,3,219); }
H1.HeaderClassName
{
color: #3F03DB;
}
.AnyTagClassName
{
color: #3F03DB;
}
</style>
background-color css
<style>
a { background-color: #3F03DB; }
a { background-color: rgb(63,3,219); }
div.DivClassName
{
background-color: #3F03DB;
}
.BgClassName
{
background-color: #3F03DB;
}
</style>
border-color css
<style>
span { border-color: #3F03DB; }
span { border-color: rgb(63,3,219); }
td.TdClassName
{
border-color: #3F03DB;
}
.TagClassName
{
border-color: #3F03DB;
}
</style>