Shades of Han Purple #400DCE
Tints of Han Purple #400DCE
RGB
CMYK
RGB Variations
Color information
#400DCE (or 0x400DCE) is known color: Han Purple. HEX triplet: 40, 0D and CE. RGB value is (64,13,206). Sum of RGB (Red+Green+Blue) = 64+13+206=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #400DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DCE is #BFF231. Grayscale: #313131. Windows color (decimal): -12579378 or 13503808. OLE color: 13503808.
HSL color Cylindrical-coordinate representation of color #400DCE: hue angle of 255.85º 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 #400DCE is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 13 | 206 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.19 |
| HSL | 255.85º | 0.88% | 0.43% | - |
| HSV(B) | 255.85º | 0.94% | 0.81% | - |
| XYZ | 13.4 | 5.83 | 58.81 | - |
| YUV | 50.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 206 | 0.69 | 0.94 | 0 | 0.19 | 255.85 | 0.88 | 0.43 |
| Hex | 40 | D | CE | 45 | 5E | 0 | 13 | 100 | 58 | 2B |
| Octal | 100 | 15 | 316 | 105 | 136 | 0 | 23 | 400 | 130 | 53 |
| Binary | 1000000 | 1101 | 11001110 | 1000101 | 1011110 | 0 | 10011 | 100000000 | 1011000 | 101011 |
Color Harmonies of #400DCE
Complementary color
Monochromatic Colors of #400DCE
Black with #400DCE
Text Example
Text Example
White with #400DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DCE; }
p { color: rgb(64,13,206); }
H1.HeaderClassName
{
color: #400DCE;
}
.AnyTagClassName
{
color: #400DCE;
}
</style>
background-color css
<style>
a { background-color: #400DCE; }
a { background-color: rgb(64,13,206); }
div.DivClassName
{
background-color: #400DCE;
}
.BgClassName
{
background-color: #400DCE;
}
</style>
border-color css
<style>
span { border-color: #400DCE; }
span { border-color: rgb(64,13,206); }
td.TdClassName
{
border-color: #400DCE;
}
.TagClassName
{
border-color: #400DCE;
}
</style>