Shades of Han Purple #3F27DB
Tints of Han Purple #3F27DB
RGB
CMYK
RGB Variations
Color information
#3F27DB (or 0x3F27DB) is known color: Han Purple. HEX triplet: 3F, 27 and DB. RGB value is (63,39,219). Sum of RGB (Red+Green+Blue) = 63+39+219=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F27DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F27DB is #C0D824. Grayscale: #424242. Windows color (decimal): -12638245 or 14362431. OLE color: 14362431.
HSL color Cylindrical-coordinate representation of color #3F27DB: hue angle of 248º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F27DB is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 39 | 219 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.14 |
| HSL | 248º | 0.71% | 0.51% | - |
| HSV(B) | 248º | 0.82% | 0.86% | - |
| XYZ | 15.56 | 7.62 | 67.67 | - |
| YUV | 66.7 | 213.95 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 219 | 0.71 | 0.82 | 0 | 0.14 | 248 | 0.71 | 0.51 |
| Hex | 3F | 27 | DB | 47 | 52 | 0 | E | F8 | 47 | 33 |
| Octal | 77 | 47 | 333 | 107 | 122 | 0 | 16 | 370 | 107 | 63 |
| Binary | 111111 | 100111 | 11011011 | 1000111 | 1010010 | 0 | 1110 | 11111000 | 1000111 | 110011 |
Color Harmonies of #3F27DB
Complementary color
Monochromatic Colors of #3F27DB
Black with #3F27DB
Text Example
Text Example
White with #3F27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F27DB; }
p { color: rgb(63,39,219); }
H1.HeaderClassName
{
color: #3F27DB;
}
.AnyTagClassName
{
color: #3F27DB;
}
</style>
background-color css
<style>
a { background-color: #3F27DB; }
a { background-color: rgb(63,39,219); }
div.DivClassName
{
background-color: #3F27DB;
}
.BgClassName
{
background-color: #3F27DB;
}
</style>
border-color css
<style>
span { border-color: #3F27DB; }
span { border-color: rgb(63,39,219); }
td.TdClassName
{
border-color: #3F27DB;
}
.TagClassName
{
border-color: #3F27DB;
}
</style>