Shades of Han Purple #401CE7
Tints of Han Purple #401CE7
RGB
CMYK
RGB Variations
Color information
#401CE7 (or 0x401CE7) is known color: Han Purple. HEX triplet: 40, 1C and E7. RGB value is (64,28,231). Sum of RGB (Red+Green+Blue) = 64+28+231=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #401CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CE7 is #BFE318. Grayscale: #3D3D3D. Windows color (decimal): -12575513 or 15146048. OLE color: 15146048.
HSL color Cylindrical-coordinate representation of color #401CE7: hue angle of 250.64º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CE7 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 28 | 231 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.09 |
| HSL | 250.64º | 0.81% | 0.51% | - |
| HSV(B) | 250.64º | 0.88% | 0.91% | - |
| XYZ | 16.95 | 7.69 | 76.19 | - |
| YUV | 61.91 | 223.43 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 231 | 0.72 | 0.88 | 0 | 0.09 | 250.64 | 0.81 | 0.51 |
| Hex | 40 | 1C | E7 | 48 | 58 | 0 | 9 | FB | 51 | 33 |
| Octal | 100 | 34 | 347 | 110 | 130 | 0 | 11 | 373 | 121 | 63 |
| Binary | 1000000 | 11100 | 11100111 | 1001000 | 1011000 | 0 | 1001 | 11111011 | 1010001 | 110011 |
Color Harmonies of #401CE7
Complementary color
Monochromatic Colors of #401CE7
Black with #401CE7
Text Example
Text Example
White with #401CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CE7; }
p { color: rgb(64,28,231); }
H1.HeaderClassName
{
color: #401CE7;
}
.AnyTagClassName
{
color: #401CE7;
}
</style>
background-color css
<style>
a { background-color: #401CE7; }
a { background-color: rgb(64,28,231); }
div.DivClassName
{
background-color: #401CE7;
}
.BgClassName
{
background-color: #401CE7;
}
</style>
border-color css
<style>
span { border-color: #401CE7; }
span { border-color: rgb(64,28,231); }
td.TdClassName
{
border-color: #401CE7;
}
.TagClassName
{
border-color: #401CE7;
}
</style>