Shades of Han Purple #400BDB
Tints of Han Purple #400BDB
RGB
CMYK
RGB Variations
Color information
#400BDB (or 0x400BDB) is known color: Han Purple. HEX triplet: 40, 0B and DB. RGB value is (64,11,219). Sum of RGB (Red+Green+Blue) = 64+11+219=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #400BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BDB is #BFF424. Grayscale: #313131. Windows color (decimal): -12579877 or 14355264. OLE color: 14355264.
HSL color Cylindrical-coordinate representation of color #400BDB: hue angle of 255.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BDB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 11 | 219 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.14 |
| HSL | 255.29º | 0.9% | 0.45% | - |
| HSV(B) | 255.29º | 0.95% | 0.86% | - |
| XYZ | 15.02 | 6.44 | 67.47 | - |
| YUV | 50.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 219 | 0.71 | 0.95 | 0 | 0.14 | 255.29 | 0.9 | 0.45 |
| Hex | 40 | B | DB | 47 | 5F | 0 | E | FF | 5A | 2D |
| Octal | 100 | 13 | 333 | 107 | 137 | 0 | 16 | 377 | 132 | 55 |
| Binary | 1000000 | 1011 | 11011011 | 1000111 | 1011111 | 0 | 1110 | 11111111 | 1011010 | 101101 |
Color Harmonies of #400BDB
Complementary color
Monochromatic Colors of #400BDB
Black with #400BDB
Text Example
Text Example
White with #400BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BDB; }
p { color: rgb(64,11,219); }
H1.HeaderClassName
{
color: #400BDB;
}
.AnyTagClassName
{
color: #400BDB;
}
</style>
background-color css
<style>
a { background-color: #400BDB; }
a { background-color: rgb(64,11,219); }
div.DivClassName
{
background-color: #400BDB;
}
.BgClassName
{
background-color: #400BDB;
}
</style>
border-color css
<style>
span { border-color: #400BDB; }
span { border-color: rgb(64,11,219); }
td.TdClassName
{
border-color: #400BDB;
}
.TagClassName
{
border-color: #400BDB;
}
</style>