Shades of Han Purple #400DF0
Tints of Han Purple #400DF0
RGB
CMYK
RGB Variations
Color information
#400DF0 (or 0x400DF0) is known color: Han Purple. HEX triplet: 40, 0D and F0. RGB value is (64,13,240). Sum of RGB (Red+Green+Blue) = 64+13+240=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 240 (94.14% from 255 or 75.71% from 317); Max value from RGB is 240 - color contains mainly: blue. Hex color #400DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DF0 is #BFF20F. Grayscale: #353535. Windows color (decimal): -12579344 or 15732032. OLE color: 15732032.
HSL color Cylindrical-coordinate representation of color #400DF0: hue angle of 253.48º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DF0 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 13 | 240 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.06 |
| HSL | 253.48º | 0.9% | 0.5% | - |
| HSV(B) | 253.48º | 0.95% | 0.94% | - |
| XYZ | 17.99 | 7.67 | 82.97 | - |
| YUV | 54.13 | 232.9 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 240 | 0.73 | 0.95 | 0 | 0.06 | 253.48 | 0.9 | 0.5 |
| Hex | 40 | D | F0 | 49 | 5F | 0 | 6 | FD | 5A | 32 |
| Octal | 100 | 15 | 360 | 111 | 137 | 0 | 6 | 375 | 132 | 62 |
| Binary | 1000000 | 1101 | 11110000 | 1001001 | 1011111 | 0 | 110 | 11111101 | 1011010 | 110010 |
Color Harmonies of #400DF0
Complementary color
Monochromatic Colors of #400DF0
Black with #400DF0
Text Example
Text Example
White with #400DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DF0; }
p { color: rgb(64,13,240); }
H1.HeaderClassName
{
color: #400DF0;
}
.AnyTagClassName
{
color: #400DF0;
}
</style>
background-color css
<style>
a { background-color: #400DF0; }
a { background-color: rgb(64,13,240); }
div.DivClassName
{
background-color: #400DF0;
}
.BgClassName
{
background-color: #400DF0;
}
</style>
border-color css
<style>
span { border-color: #400DF0; }
span { border-color: rgb(64,13,240); }
td.TdClassName
{
border-color: #400DF0;
}
.TagClassName
{
border-color: #400DF0;
}
</style>