Shades of Han Purple #400DF9
Tints of Han Purple #400DF9
RGB
CMYK
RGB Variations
Color information
#400DF9 (or 0x400DF9) is known color: Han Purple. HEX triplet: 40, 0D and F9. RGB value is (64,13,249). Sum of RGB (Red+Green+Blue) = 64+13+249=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 249 (97.66% from 255 or 76.38% from 326); Max value from RGB is 249 - color contains mainly: blue. Hex color #400DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DF9 is #BFF206. Grayscale: #363636. Windows color (decimal): -12579335 or 16321856. OLE color: 16321856.
HSL color Cylindrical-coordinate representation of color #400DF9: hue angle of 252.97º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DF9 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 13 | 249 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.02 |
| HSL | 252.97º | 0.95% | 0.51% | - |
| HSV(B) | 252.97º | 0.95% | 0.98% | - |
| XYZ | 19.36 | 8.22 | 90.19 | - |
| YUV | 55.15 | 237.4 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 249 | 0.74 | 0.95 | 0 | 0.02 | 252.97 | 0.95 | 0.51 |
| Hex | 40 | D | F9 | 4A | 5F | 0 | 2 | FD | 5F | 33 |
| Octal | 100 | 15 | 371 | 112 | 137 | 0 | 2 | 375 | 137 | 63 |
| Binary | 1000000 | 1101 | 11111001 | 1001010 | 1011111 | 0 | 10 | 11111101 | 1011111 | 110011 |
Color Harmonies of #400DF9
Complementary color
Monochromatic Colors of #400DF9
Black with #400DF9
Text Example
Text Example
White with #400DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DF9; }
p { color: rgb(64,13,249); }
H1.HeaderClassName
{
color: #400DF9;
}
.AnyTagClassName
{
color: #400DF9;
}
</style>
background-color css
<style>
a { background-color: #400DF9; }
a { background-color: rgb(64,13,249); }
div.DivClassName
{
background-color: #400DF9;
}
.BgClassName
{
background-color: #400DF9;
}
</style>
border-color css
<style>
span { border-color: #400DF9; }
span { border-color: rgb(64,13,249); }
td.TdClassName
{
border-color: #400DF9;
}
.TagClassName
{
border-color: #400DF9;
}
</style>