Shades of Han Purple #3F0BDB
Tints of Han Purple #3F0BDB
RGB
CMYK
RGB Variations
Color information
#3F0BDB (or 0x3F0BDB) is known color: Han Purple. HEX triplet: 3F, 0B and DB. RGB value is (63,11,219). Sum of RGB (Red+Green+Blue) = 63+11+219=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0BDB is #C0F424. Grayscale: #313131. Windows color (decimal): -12645413 or 14355263. OLE color: 14355263.
HSL color Cylindrical-coordinate representation of color #3F0BDB: hue angle of 255º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0BDB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 11 | 219 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.14 |
| HSL | 255º | 0.9% | 0.45% | - |
| HSV(B) | 255º | 0.95% | 0.86% | - |
| XYZ | 14.96 | 6.41 | 67.47 | - |
| YUV | 50.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 219 | 0.71 | 0.95 | 0 | 0.14 | 255 | 0.9 | 0.45 |
| Hex | 3F | B | DB | 47 | 5F | 0 | E | FF | 5A | 2D |
| Octal | 77 | 13 | 333 | 107 | 137 | 0 | 16 | 377 | 132 | 55 |
| Binary | 111111 | 1011 | 11011011 | 1000111 | 1011111 | 0 | 1110 | 11111111 | 1011010 | 101101 |
Color Harmonies of #3F0BDB
Complementary color
Monochromatic Colors of #3F0BDB
Black with #3F0BDB
Text Example
Text Example
White with #3F0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BDB; }
p { color: rgb(63,11,219); }
H1.HeaderClassName
{
color: #3F0BDB;
}
.AnyTagClassName
{
color: #3F0BDB;
}
</style>
background-color css
<style>
a { background-color: #3F0BDB; }
a { background-color: rgb(63,11,219); }
div.DivClassName
{
background-color: #3F0BDB;
}
.BgClassName
{
background-color: #3F0BDB;
}
</style>
border-color css
<style>
span { border-color: #3F0BDB; }
span { border-color: rgb(63,11,219); }
td.TdClassName
{
border-color: #3F0BDB;
}
.TagClassName
{
border-color: #3F0BDB;
}
</style>