Shades of Han Purple #400FDB
Tints of Han Purple #400FDB
RGB
CMYK
RGB Variations
Color information
#400FDB (or 0x400FDB) is known color: Han Purple. HEX triplet: 40, 0F and DB. RGB value is (64,15,219). Sum of RGB (Red+Green+Blue) = 64+15+219=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #400FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FDB is #BFF024. Grayscale: #343434. Windows color (decimal): -12578853 or 14356288. OLE color: 14356288.
HSL color Cylindrical-coordinate representation of color #400FDB: hue angle of 254.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FDB is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 15 | 219 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.14 |
| HSL | 254.41º | 0.87% | 0.46% | - |
| HSV(B) | 254.41º | 0.93% | 0.86% | - |
| XYZ | 15.07 | 6.55 | 67.49 | - |
| YUV | 52.91 | 221.73 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 219 | 0.71 | 0.93 | 0 | 0.14 | 254.41 | 0.87 | 0.46 |
| Hex | 40 | F | DB | 47 | 5D | 0 | E | FE | 57 | 2E |
| Octal | 100 | 17 | 333 | 107 | 135 | 0 | 16 | 376 | 127 | 56 |
| Binary | 1000000 | 1111 | 11011011 | 1000111 | 1011101 | 0 | 1110 | 11111110 | 1010111 | 101110 |
Color Harmonies of #400FDB
Complementary color
Monochromatic Colors of #400FDB
Black with #400FDB
Text Example
Text Example
White with #400FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FDB; }
p { color: rgb(64,15,219); }
H1.HeaderClassName
{
color: #400FDB;
}
.AnyTagClassName
{
color: #400FDB;
}
</style>
background-color css
<style>
a { background-color: #400FDB; }
a { background-color: rgb(64,15,219); }
div.DivClassName
{
background-color: #400FDB;
}
.BgClassName
{
background-color: #400FDB;
}
</style>
border-color css
<style>
span { border-color: #400FDB; }
span { border-color: rgb(64,15,219); }
td.TdClassName
{
border-color: #400FDB;
}
.TagClassName
{
border-color: #400FDB;
}
</style>