Shades of Han Purple #401CDF
Tints of Han Purple #401CDF
RGB
CMYK
RGB Variations
Color information
#401CDF (or 0x401CDF) is known color: Han Purple. HEX triplet: 40, 1C and DF. RGB value is (64,28,223). Sum of RGB (Red+Green+Blue) = 64+28+223=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #401CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CDF is #BFE320. Grayscale: #3C3C3C. Windows color (decimal): -12575521 or 14621760. OLE color: 14621760.
HSL color Cylindrical-coordinate representation of color #401CDF: hue angle of 251.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401CDF is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 28 | 223 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.13 |
| HSL | 251.08º | 0.78% | 0.49% | - |
| HSV(B) | 251.08º | 0.87% | 0.87% | - |
| XYZ | 15.85 | 7.25 | 70.38 | - |
| YUV | 60.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 223 | 0.71 | 0.87 | 0 | 0.13 | 251.08 | 0.78 | 0.49 |
| Hex | 40 | 1C | DF | 47 | 57 | 0 | D | FB | 4E | 31 |
| Octal | 100 | 34 | 337 | 107 | 127 | 0 | 15 | 373 | 116 | 61 |
| Binary | 1000000 | 11100 | 11011111 | 1000111 | 1010111 | 0 | 1101 | 11111011 | 1001110 | 110001 |
Color Harmonies of #401CDF
Complementary color
Monochromatic Colors of #401CDF
Black with #401CDF
Text Example
Text Example
White with #401CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CDF; }
p { color: rgb(64,28,223); }
H1.HeaderClassName
{
color: #401CDF;
}
.AnyTagClassName
{
color: #401CDF;
}
</style>
background-color css
<style>
a { background-color: #401CDF; }
a { background-color: rgb(64,28,223); }
div.DivClassName
{
background-color: #401CDF;
}
.BgClassName
{
background-color: #401CDF;
}
</style>
border-color css
<style>
span { border-color: #401CDF; }
span { border-color: rgb(64,28,223); }
td.TdClassName
{
border-color: #401CDF;
}
.TagClassName
{
border-color: #401CDF;
}
</style>