Shades of Han Purple #400BDD
Tints of Han Purple #400BDD
RGB
CMYK
RGB Variations
Color information
#400BDD (or 0x400BDD) is known color: Han Purple. HEX triplet: 40, 0B and DD. RGB value is (64,11,221). Sum of RGB (Red+Green+Blue) = 64+11+221=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #400BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400BDD is #BFF422. Grayscale: #323232. Windows color (decimal): -12579875 or 14486336. OLE color: 14486336.
HSL color Cylindrical-coordinate representation of color #400BDD: hue angle of 255.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400BDD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 11 | 221 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.13 |
| HSL | 255.14º | 0.91% | 0.45% | - |
| HSV(B) | 255.14º | 0.95% | 0.87% | - |
| XYZ | 15.29 | 6.55 | 68.87 | - |
| YUV | 50.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 221 | 0.71 | 0.95 | 0 | 0.13 | 255.14 | 0.91 | 0.45 |
| Hex | 40 | B | DD | 47 | 5F | 0 | D | FF | 5B | 2D |
| Octal | 100 | 13 | 335 | 107 | 137 | 0 | 15 | 377 | 133 | 55 |
| Binary | 1000000 | 1011 | 11011101 | 1000111 | 1011111 | 0 | 1101 | 11111111 | 1011011 | 101101 |
Color Harmonies of #400BDD
Complementary color
Monochromatic Colors of #400BDD
Black with #400BDD
Text Example
Text Example
White with #400BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400BDD; }
p { color: rgb(64,11,221); }
H1.HeaderClassName
{
color: #400BDD;
}
.AnyTagClassName
{
color: #400BDD;
}
</style>
background-color css
<style>
a { background-color: #400BDD; }
a { background-color: rgb(64,11,221); }
div.DivClassName
{
background-color: #400BDD;
}
.BgClassName
{
background-color: #400BDD;
}
</style>
border-color css
<style>
span { border-color: #400BDD; }
span { border-color: rgb(64,11,221); }
td.TdClassName
{
border-color: #400BDD;
}
.TagClassName
{
border-color: #400BDD;
}
</style>