Shades of Han Purple #400FDE
Tints of Han Purple #400FDE
RGB
CMYK
RGB Variations
Color information
#400FDE (or 0x400FDE) is known color: Han Purple. HEX triplet: 40, 0F and DE. RGB value is (64,15,222). Sum of RGB (Red+Green+Blue) = 64+15+222=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #400FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FDE is #BFF021. Grayscale: #343434. Windows color (decimal): -12578850 or 14552896. OLE color: 14552896.
HSL color Cylindrical-coordinate representation of color #400FDE: hue angle of 254.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FDE is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 15 | 222 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.13 |
| HSL | 254.2º | 0.87% | 0.46% | - |
| HSV(B) | 254.2º | 0.93% | 0.87% | - |
| XYZ | 15.47 | 6.71 | 69.59 | - |
| YUV | 53.25 | 223.23 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 222 | 0.71 | 0.93 | 0 | 0.13 | 254.2 | 0.87 | 0.46 |
| Hex | 40 | F | DE | 47 | 5D | 0 | D | FE | 57 | 2E |
| Octal | 100 | 17 | 336 | 107 | 135 | 0 | 15 | 376 | 127 | 56 |
| Binary | 1000000 | 1111 | 11011110 | 1000111 | 1011101 | 0 | 1101 | 11111110 | 1010111 | 101110 |
Color Harmonies of #400FDE
Complementary color
Monochromatic Colors of #400FDE
Black with #400FDE
Text Example
Text Example
White with #400FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FDE; }
p { color: rgb(64,15,222); }
H1.HeaderClassName
{
color: #400FDE;
}
.AnyTagClassName
{
color: #400FDE;
}
</style>
background-color css
<style>
a { background-color: #400FDE; }
a { background-color: rgb(64,15,222); }
div.DivClassName
{
background-color: #400FDE;
}
.BgClassName
{
background-color: #400FDE;
}
</style>
border-color css
<style>
span { border-color: #400FDE; }
span { border-color: rgb(64,15,222); }
td.TdClassName
{
border-color: #400FDE;
}
.TagClassName
{
border-color: #400FDE;
}
</style>