Shades of Han Purple #401CFD
Tints of Han Purple #401CFD
RGB
CMYK
RGB Variations
Color information
#401CFD (or 0x401CFD) is known color: Han Purple. HEX triplet: 40, 1C and FD. RGB value is (64,28,253). Sum of RGB (Red+Green+Blue) = 64+28+253=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #401CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CFD is #BFE302. Grayscale: #3F3F3F. Windows color (decimal): -12575491 or 16587840. OLE color: 16587840.
HSL color Cylindrical-coordinate representation of color #401CFD: hue angle of 249.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401CFD is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 28 | 253 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.01 |
| HSL | 249.6º | 0.98% | 0.55% | - |
| HSV(B) | 249.6º | 0.89% | 0.99% | - |
| XYZ | 20.26 | 9.01 | 93.6 | - |
| YUV | 64.41 | 234.43 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 253 | 0.75 | 0.89 | 0 | 0.01 | 249.6 | 0.98 | 0.55 |
| Hex | 40 | 1C | FD | 4B | 59 | 0 | 1 | FA | 62 | 37 |
| Octal | 100 | 34 | 375 | 113 | 131 | 0 | 1 | 372 | 142 | 67 |
| Binary | 1000000 | 11100 | 11111101 | 1001011 | 1011001 | 0 | 1 | 11111010 | 1100010 | 110111 |
Color Harmonies of #401CFD
Complementary color
Monochromatic Colors of #401CFD
Black with #401CFD
Text Example
Text Example
White with #401CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CFD; }
p { color: rgb(64,28,253); }
H1.HeaderClassName
{
color: #401CFD;
}
.AnyTagClassName
{
color: #401CFD;
}
</style>
background-color css
<style>
a { background-color: #401CFD; }
a { background-color: rgb(64,28,253); }
div.DivClassName
{
background-color: #401CFD;
}
.BgClassName
{
background-color: #401CFD;
}
</style>
border-color css
<style>
span { border-color: #401CFD; }
span { border-color: rgb(64,28,253); }
td.TdClassName
{
border-color: #401CFD;
}
.TagClassName
{
border-color: #401CFD;
}
</style>