Shades of Han Purple #3F05DB
Tints of Han Purple #3F05DB
RGB
CMYK
RGB Variations
Color information
#3F05DB (or 0x3F05DB) is known color: Han Purple. HEX triplet: 3F, 05 and DB. RGB value is (63,5,219). Sum of RGB (Red+Green+Blue) = 63+5+219=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05DB is #C0FA24. Grayscale: #2D2D2D. Windows color (decimal): -12646949 or 14353727. OLE color: 14353727.
HSL color Cylindrical-coordinate representation of color #3F05DB: hue angle of 256.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05DB is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 5 | 219 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.14 |
| HSL | 256.26º | 0.96% | 0.44% | - |
| HSV(B) | 256.26º | 0.98% | 0.86% | - |
| XYZ | 14.89 | 6.28 | 67.45 | - |
| YUV | 46.74 | 225.22 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 219 | 0.71 | 0.98 | 0 | 0.14 | 256.26 | 0.96 | 0.44 |
| Hex | 3F | 5 | DB | 47 | 62 | 0 | E | 100 | 60 | 2C |
| Octal | 77 | 5 | 333 | 107 | 142 | 0 | 16 | 400 | 140 | 54 |
| Binary | 111111 | 101 | 11011011 | 1000111 | 1100010 | 0 | 1110 | 100000000 | 1100000 | 101100 |
Color Harmonies of #3F05DB
Complementary color
Monochromatic Colors of #3F05DB
Black with #3F05DB
Text Example
Text Example
White with #3F05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05DB; }
p { color: rgb(63,5,219); }
H1.HeaderClassName
{
color: #3F05DB;
}
.AnyTagClassName
{
color: #3F05DB;
}
</style>
background-color css
<style>
a { background-color: #3F05DB; }
a { background-color: rgb(63,5,219); }
div.DivClassName
{
background-color: #3F05DB;
}
.BgClassName
{
background-color: #3F05DB;
}
</style>
border-color css
<style>
span { border-color: #3F05DB; }
span { border-color: rgb(63,5,219); }
td.TdClassName
{
border-color: #3F05DB;
}
.TagClassName
{
border-color: #3F05DB;
}
</style>