Shades of Han Purple #3F0CDB
Tints of Han Purple #3F0CDB
RGB
CMYK
RGB Variations
Color information
#3F0CDB (or 0x3F0CDB) is known color: Han Purple. HEX triplet: 3F, 0C and DB. RGB value is (63,12,219). Sum of RGB (Red+Green+Blue) = 63+12+219=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F0CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CDB is #C0F324. Grayscale: #323232. Windows color (decimal): -12645157 or 14355519. OLE color: 14355519.
HSL color Cylindrical-coordinate representation of color #3F0CDB: hue angle of 254.78º 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 #3F0CDB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 12 | 219 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.14 |
| HSL | 254.78º | 0.9% | 0.45% | - |
| HSV(B) | 254.78º | 0.95% | 0.86% | - |
| XYZ | 14.97 | 6.43 | 67.47 | - |
| YUV | 50.85 | 222.9 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 219 | 0.71 | 0.95 | 0 | 0.14 | 254.78 | 0.9 | 0.45 |
| Hex | 3F | C | DB | 47 | 5F | 0 | E | FF | 5A | 2D |
| Octal | 77 | 14 | 333 | 107 | 137 | 0 | 16 | 377 | 132 | 55 |
| Binary | 111111 | 1100 | 11011011 | 1000111 | 1011111 | 0 | 1110 | 11111111 | 1011010 | 101101 |
Color Harmonies of #3F0CDB
Complementary color
Monochromatic Colors of #3F0CDB
Black with #3F0CDB
Text Example
Text Example
White with #3F0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0CDB; }
p { color: rgb(63,12,219); }
H1.HeaderClassName
{
color: #3F0CDB;
}
.AnyTagClassName
{
color: #3F0CDB;
}
</style>
background-color css
<style>
a { background-color: #3F0CDB; }
a { background-color: rgb(63,12,219); }
div.DivClassName
{
background-color: #3F0CDB;
}
.BgClassName
{
background-color: #3F0CDB;
}
</style>
border-color css
<style>
span { border-color: #3F0CDB; }
span { border-color: rgb(63,12,219); }
td.TdClassName
{
border-color: #3F0CDB;
}
.TagClassName
{
border-color: #3F0CDB;
}
</style>