Shades of Han Purple #401BDD
Tints of Han Purple #401BDD
RGB
CMYK
RGB Variations
Color information
#401BDD (or 0x401BDD) is known color: Han Purple. HEX triplet: 40, 1B and DD. RGB value is (64,27,221). Sum of RGB (Red+Green+Blue) = 64+27+221=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #401BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BDD is #BFE422. Grayscale: #3B3B3B. Windows color (decimal): -12575779 or 14490432. OLE color: 14490432.
HSL color Cylindrical-coordinate representation of color #401BDD: hue angle of 251.44º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401BDD is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 27 | 221 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.13 |
| HSL | 251.44º | 0.78% | 0.49% | - |
| HSV(B) | 251.44º | 0.88% | 0.87% | - |
| XYZ | 15.56 | 7.09 | 68.96 | - |
| YUV | 60.18 | 218.76 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 221 | 0.71 | 0.88 | 0 | 0.13 | 251.44 | 0.78 | 0.49 |
| Hex | 40 | 1B | DD | 47 | 58 | 0 | D | FB | 4E | 31 |
| Octal | 100 | 33 | 335 | 107 | 130 | 0 | 15 | 373 | 116 | 61 |
| Binary | 1000000 | 11011 | 11011101 | 1000111 | 1011000 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #401BDD
Complementary color
Monochromatic Colors of #401BDD
Black with #401BDD
Text Example
Text Example
White with #401BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BDD; }
p { color: rgb(64,27,221); }
H1.HeaderClassName
{
color: #401BDD;
}
.AnyTagClassName
{
color: #401BDD;
}
</style>
background-color css
<style>
a { background-color: #401BDD; }
a { background-color: rgb(64,27,221); }
div.DivClassName
{
background-color: #401BDD;
}
.BgClassName
{
background-color: #401BDD;
}
</style>
border-color css
<style>
span { border-color: #401BDD; }
span { border-color: rgb(64,27,221); }
td.TdClassName
{
border-color: #401BDD;
}
.TagClassName
{
border-color: #401BDD;
}
</style>