Shades of Han Purple #400DCF
Tints of Han Purple #400DCF
RGB
CMYK
RGB Variations
Color information
#400DCF (or 0x400DCF) is known color: Han Purple. HEX triplet: 40, 0D and CF. RGB value is (64,13,207). Sum of RGB (Red+Green+Blue) = 64+13+207=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #400DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DCF is #BFF230. Grayscale: #313131. Windows color (decimal): -12579377 or 13569344. OLE color: 13569344.
HSL color Cylindrical-coordinate representation of color #400DCF: hue angle of 255.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DCF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 13 | 207 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.19 |
| HSL | 255.77º | 0.88% | 0.43% | - |
| HSV(B) | 255.77º | 0.94% | 0.81% | - |
| XYZ | 13.52 | 5.88 | 59.45 | - |
| YUV | 50.37 | 216.4 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 207 | 0.69 | 0.94 | 0 | 0.19 | 255.77 | 0.88 | 0.43 |
| Hex | 40 | D | CF | 45 | 5E | 0 | 13 | 100 | 58 | 2B |
| Octal | 100 | 15 | 317 | 105 | 136 | 0 | 23 | 400 | 130 | 53 |
| Binary | 1000000 | 1101 | 11001111 | 1000101 | 1011110 | 0 | 10011 | 100000000 | 1011000 | 101011 |
Color Harmonies of #400DCF
Complementary color
Monochromatic Colors of #400DCF
Black with #400DCF
Text Example
Text Example
White with #400DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DCF; }
p { color: rgb(64,13,207); }
H1.HeaderClassName
{
color: #400DCF;
}
.AnyTagClassName
{
color: #400DCF;
}
</style>
background-color css
<style>
a { background-color: #400DCF; }
a { background-color: rgb(64,13,207); }
div.DivClassName
{
background-color: #400DCF;
}
.BgClassName
{
background-color: #400DCF;
}
</style>
border-color css
<style>
span { border-color: #400DCF; }
span { border-color: rgb(64,13,207); }
td.TdClassName
{
border-color: #400DCF;
}
.TagClassName
{
border-color: #400DCF;
}
</style>