Shades of Han Purple #401CDC
Tints of Han Purple #401CDC
RGB
CMYK
RGB Variations
Color information
#401CDC (or 0x401CDC) is known color: Han Purple. HEX triplet: 40, 1C and DC. RGB value is (64,28,220). Sum of RGB (Red+Green+Blue) = 64+28+220=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #401CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CDC is #BFE323. Grayscale: #3B3B3B. Windows color (decimal): -12575524 or 14425152. OLE color: 14425152.
HSL color Cylindrical-coordinate representation of color #401CDC: hue angle of 251.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401CDC is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 28 | 220 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.14 |
| HSL | 251.25º | 0.77% | 0.49% | - |
| HSV(B) | 251.25º | 0.87% | 0.86% | - |
| XYZ | 15.45 | 7.09 | 68.26 | - |
| YUV | 60.65 | 217.93 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 220 | 0.71 | 0.87 | 0 | 0.14 | 251.25 | 0.77 | 0.49 |
| Hex | 40 | 1C | DC | 47 | 57 | 0 | E | FB | 4D | 31 |
| Octal | 100 | 34 | 334 | 107 | 127 | 0 | 16 | 373 | 115 | 61 |
| Binary | 1000000 | 11100 | 11011100 | 1000111 | 1010111 | 0 | 1110 | 11111011 | 1001101 | 110001 |
Color Harmonies of #401CDC
Complementary color
Monochromatic Colors of #401CDC
Black with #401CDC
Text Example
Text Example
White with #401CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CDC; }
p { color: rgb(64,28,220); }
H1.HeaderClassName
{
color: #401CDC;
}
.AnyTagClassName
{
color: #401CDC;
}
</style>
background-color css
<style>
a { background-color: #401CDC; }
a { background-color: rgb(64,28,220); }
div.DivClassName
{
background-color: #401CDC;
}
.BgClassName
{
background-color: #401CDC;
}
</style>
border-color css
<style>
span { border-color: #401CDC; }
span { border-color: rgb(64,28,220); }
td.TdClassName
{
border-color: #401CDC;
}
.TagClassName
{
border-color: #401CDC;
}
</style>