Shades of Han Purple #3F2DDB
Tints of Han Purple #3F2DDB
RGB
CMYK
RGB Variations
Color information
#3F2DDB (or 0x3F2DDB) is known color: Han Purple. HEX triplet: 3F, 2D and DB. RGB value is (63,45,219). Sum of RGB (Red+Green+Blue) = 63+45+219=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2DDB is #C0D224. Grayscale: #454545. Windows color (decimal): -12636709 or 14363967. OLE color: 14363967.
HSL color Cylindrical-coordinate representation of color #3F2DDB: hue angle of 246.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2DDB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 45 | 219 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.14 |
| HSL | 246.21º | 0.71% | 0.52% | - |
| HSV(B) | 246.21º | 0.79% | 0.86% | - |
| XYZ | 15.77 | 8.05 | 67.74 | - |
| YUV | 70.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 219 | 0.71 | 0.79 | 0 | 0.14 | 246.21 | 0.71 | 0.52 |
| Hex | 3F | 2D | DB | 47 | 4F | 0 | E | F6 | 47 | 34 |
| Octal | 77 | 55 | 333 | 107 | 117 | 0 | 16 | 366 | 107 | 64 |
| Binary | 111111 | 101101 | 11011011 | 1000111 | 1001111 | 0 | 1110 | 11110110 | 1000111 | 110100 |
Color Harmonies of #3F2DDB
Complementary color
Monochromatic Colors of #3F2DDB
Black with #3F2DDB
Text Example
Text Example
White with #3F2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DDB; }
p { color: rgb(63,45,219); }
H1.HeaderClassName
{
color: #3F2DDB;
}
.AnyTagClassName
{
color: #3F2DDB;
}
</style>
background-color css
<style>
a { background-color: #3F2DDB; }
a { background-color: rgb(63,45,219); }
div.DivClassName
{
background-color: #3F2DDB;
}
.BgClassName
{
background-color: #3F2DDB;
}
</style>
border-color css
<style>
span { border-color: #3F2DDB; }
span { border-color: rgb(63,45,219); }
td.TdClassName
{
border-color: #3F2DDB;
}
.TagClassName
{
border-color: #3F2DDB;
}
</style>