Shades of Han Purple #3F1DDB
Tints of Han Purple #3F1DDB
RGB
CMYK
RGB Variations
Color information
#3F1DDB (or 0x3F1DDB) is known color: Han Purple. HEX triplet: 3F, 1D and DB. RGB value is (63,29,219). Sum of RGB (Red+Green+Blue) = 63+29+219=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1DDB is #C0E224. Grayscale: #3C3C3C. Windows color (decimal): -12640805 or 14359871. OLE color: 14359871.
HSL color Cylindrical-coordinate representation of color #3F1DDB: hue angle of 250.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1DDB is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 29 | 219 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.14 |
| HSL | 250.74º | 0.77% | 0.49% | - |
| HSV(B) | 250.74º | 0.87% | 0.86% | - |
| XYZ | 15.28 | 7.05 | 67.57 | - |
| YUV | 60.83 | 217.26 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 219 | 0.71 | 0.87 | 0 | 0.14 | 250.74 | 0.77 | 0.49 |
| Hex | 3F | 1D | DB | 47 | 57 | 0 | E | FB | 4D | 31 |
| Octal | 77 | 35 | 333 | 107 | 127 | 0 | 16 | 373 | 115 | 61 |
| Binary | 111111 | 11101 | 11011011 | 1000111 | 1010111 | 0 | 1110 | 11111011 | 1001101 | 110001 |
Color Harmonies of #3F1DDB
Complementary color
Monochromatic Colors of #3F1DDB
Black with #3F1DDB
Text Example
Text Example
White with #3F1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DDB; }
p { color: rgb(63,29,219); }
H1.HeaderClassName
{
color: #3F1DDB;
}
.AnyTagClassName
{
color: #3F1DDB;
}
</style>
background-color css
<style>
a { background-color: #3F1DDB; }
a { background-color: rgb(63,29,219); }
div.DivClassName
{
background-color: #3F1DDB;
}
.BgClassName
{
background-color: #3F1DDB;
}
</style>
border-color css
<style>
span { border-color: #3F1DDB; }
span { border-color: rgb(63,29,219); }
td.TdClassName
{
border-color: #3F1DDB;
}
.TagClassName
{
border-color: #3F1DDB;
}
</style>