Shades of Han Purple #401CED
Tints of Han Purple #401CED
RGB
CMYK
RGB Variations
Color information
#401CED (or 0x401CED) is known color: Han Purple. HEX triplet: 40, 1C and ED. RGB value is (64,28,237). Sum of RGB (Red+Green+Blue) = 64+28+237=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #401CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CED is #BFE312. Grayscale: #3D3D3D. Windows color (decimal): -12575507 or 15539264. OLE color: 15539264.
HSL color Cylindrical-coordinate representation of color #401CED: hue angle of 250.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CED is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 28 | 237 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.07 |
| HSL | 250.33º | 0.85% | 0.52% | - |
| HSV(B) | 250.33º | 0.88% | 0.93% | - |
| XYZ | 17.82 | 8.03 | 80.73 | - |
| YUV | 62.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 237 | 0.73 | 0.88 | 0 | 0.07 | 250.33 | 0.85 | 0.52 |
| Hex | 40 | 1C | ED | 49 | 58 | 0 | 7 | FA | 55 | 34 |
| Octal | 100 | 34 | 355 | 111 | 130 | 0 | 7 | 372 | 125 | 64 |
| Binary | 1000000 | 11100 | 11101101 | 1001001 | 1011000 | 0 | 111 | 11111010 | 1010101 | 110100 |
Color Harmonies of #401CED
Complementary color
Monochromatic Colors of #401CED
Black with #401CED
Text Example
Text Example
White with #401CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CED; }
p { color: rgb(64,28,237); }
H1.HeaderClassName
{
color: #401CED;
}
.AnyTagClassName
{
color: #401CED;
}
</style>
background-color css
<style>
a { background-color: #401CED; }
a { background-color: rgb(64,28,237); }
div.DivClassName
{
background-color: #401CED;
}
.BgClassName
{
background-color: #401CED;
}
</style>
border-color css
<style>
span { border-color: #401CED; }
span { border-color: rgb(64,28,237); }
td.TdClassName
{
border-color: #401CED;
}
.TagClassName
{
border-color: #401CED;
}
</style>