Shades of Han Purple #400DDB
Tints of Han Purple #400DDB
RGB
CMYK
RGB Variations
Color information
#400DDB (or 0x400DDB) is known color: Han Purple. HEX triplet: 40, 0D and DB. RGB value is (64,13,219). Sum of RGB (Red+Green+Blue) = 64+13+219=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #400DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DDB is #BFF224. Grayscale: #323232. Windows color (decimal): -12579365 or 14355776. OLE color: 14355776.
HSL color Cylindrical-coordinate representation of color #400DDB: hue angle of 254.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DDB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 13 | 219 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.14 |
| HSL | 254.85º | 0.89% | 0.45% | - |
| HSV(B) | 254.85º | 0.94% | 0.86% | - |
| XYZ | 15.04 | 6.49 | 67.48 | - |
| YUV | 51.73 | 222.4 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 219 | 0.71 | 0.94 | 0 | 0.14 | 254.85 | 0.89 | 0.45 |
| Hex | 40 | D | DB | 47 | 5E | 0 | E | FF | 59 | 2D |
| Octal | 100 | 15 | 333 | 107 | 136 | 0 | 16 | 377 | 131 | 55 |
| Binary | 1000000 | 1101 | 11011011 | 1000111 | 1011110 | 0 | 1110 | 11111111 | 1011001 | 101101 |
Color Harmonies of #400DDB
Complementary color
Monochromatic Colors of #400DDB
Black with #400DDB
Text Example
Text Example
White with #400DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DDB; }
p { color: rgb(64,13,219); }
H1.HeaderClassName
{
color: #400DDB;
}
.AnyTagClassName
{
color: #400DDB;
}
</style>
background-color css
<style>
a { background-color: #400DDB; }
a { background-color: rgb(64,13,219); }
div.DivClassName
{
background-color: #400DDB;
}
.BgClassName
{
background-color: #400DDB;
}
</style>
border-color css
<style>
span { border-color: #400DDB; }
span { border-color: rgb(64,13,219); }
td.TdClassName
{
border-color: #400DDB;
}
.TagClassName
{
border-color: #400DDB;
}
</style>