Shades of Han Purple #421DE1
Tints of Han Purple #421DE1
RGB
CMYK
RGB Variations
Color information
#421DE1 (or 0x421DE1) is known color: Han Purple. HEX triplet: 42, 1D and E1. RGB value is (66,29,225). Sum of RGB (Red+Green+Blue) = 66+29+225=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 225 (88.28% from 255 or 70.31% from 320); Max value from RGB is 225 - color contains mainly: blue. Hex color #421DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DE1 is #BDE21E. Grayscale: #3D3D3D. Windows color (decimal): -12444191 or 14753090. OLE color: 14753090.
HSL color Cylindrical-coordinate representation of color #421DE1: hue angle of 251.33º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421DE1 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 29 | 225 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.12 |
| HSL | 251.33º | 0.77% | 0.5% | - |
| HSV(B) | 251.33º | 0.87% | 0.88% | - |
| XYZ | 16.28 | 7.47 | 71.82 | - |
| YUV | 62.41 | 219.76 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 225 | 0.71 | 0.87 | 0 | 0.12 | 251.33 | 0.77 | 0.5 |
| Hex | 42 | 1D | E1 | 47 | 57 | 0 | C | FB | 4D | 32 |
| Octal | 102 | 35 | 341 | 107 | 127 | 0 | 14 | 373 | 115 | 62 |
| Binary | 1000010 | 11101 | 11100001 | 1000111 | 1010111 | 0 | 1100 | 11111011 | 1001101 | 110010 |
Color Harmonies of #421DE1
Complementary color
Monochromatic Colors of #421DE1
Black with #421DE1
Text Example
Text Example
White with #421DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DE1; }
p { color: rgb(66,29,225); }
H1.HeaderClassName
{
color: #421DE1;
}
.AnyTagClassName
{
color: #421DE1;
}
</style>
background-color css
<style>
a { background-color: #421DE1; }
a { background-color: rgb(66,29,225); }
div.DivClassName
{
background-color: #421DE1;
}
.BgClassName
{
background-color: #421DE1;
}
</style>
border-color css
<style>
span { border-color: #421DE1; }
span { border-color: rgb(66,29,225); }
td.TdClassName
{
border-color: #421DE1;
}
.TagClassName
{
border-color: #421DE1;
}
</style>