Shades of Han Purple #400DEF
Tints of Han Purple #400DEF
RGB
CMYK
RGB Variations
Color information
#400DEF (or 0x400DEF) is known color: Han Purple. HEX triplet: 40, 0D and EF. RGB value is (64,13,239). Sum of RGB (Red+Green+Blue) = 64+13+239=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #400DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DEF is #BFF210. Grayscale: #353535. Windows color (decimal): -12579345 or 15666496. OLE color: 15666496.
HSL color Cylindrical-coordinate representation of color #400DEF: hue angle of 253.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DEF is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 13 | 239 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.06 |
| HSL | 253.54º | 0.9% | 0.49% | - |
| HSV(B) | 253.54º | 0.95% | 0.94% | - |
| XYZ | 17.84 | 7.61 | 82.19 | - |
| YUV | 54.01 | 232.4 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 239 | 0.73 | 0.95 | 0 | 0.06 | 253.54 | 0.9 | 0.49 |
| Hex | 40 | D | EF | 49 | 5F | 0 | 6 | FE | 5A | 31 |
| Octal | 100 | 15 | 357 | 111 | 137 | 0 | 6 | 376 | 132 | 61 |
| Binary | 1000000 | 1101 | 11101111 | 1001001 | 1011111 | 0 | 110 | 11111110 | 1011010 | 110001 |
Color Harmonies of #400DEF
Complementary color
Monochromatic Colors of #400DEF
Black with #400DEF
Text Example
Text Example
White with #400DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DEF; }
p { color: rgb(64,13,239); }
H1.HeaderClassName
{
color: #400DEF;
}
.AnyTagClassName
{
color: #400DEF;
}
</style>
background-color css
<style>
a { background-color: #400DEF; }
a { background-color: rgb(64,13,239); }
div.DivClassName
{
background-color: #400DEF;
}
.BgClassName
{
background-color: #400DEF;
}
</style>
border-color css
<style>
span { border-color: #400DEF; }
span { border-color: rgb(64,13,239); }
td.TdClassName
{
border-color: #400DEF;
}
.TagClassName
{
border-color: #400DEF;
}
</style>