Shades of Han Purple #421CE0
Tints of Han Purple #421CE0
RGB
CMYK
RGB Variations
Color information
#421CE0 (or 0x421CE0) is known color: Han Purple. HEX triplet: 42, 1C and E0. RGB value is (66,28,224). Sum of RGB (Red+Green+Blue) = 66+28+224=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #421CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CE0 is #BDE31F. Grayscale: #3C3C3C. Windows color (decimal): -12444448 or 14687298. OLE color: 14687298.
HSL color Cylindrical-coordinate representation of color #421CE0: hue angle of 251.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421CE0 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 28 | 224 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.12 |
| HSL | 251.63º | 0.78% | 0.49% | - |
| HSV(B) | 251.63º | 0.88% | 0.88% | - |
| XYZ | 16.12 | 7.37 | 71.09 | - |
| YUV | 61.71 | 219.59 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 224 | 0.71 | 0.88 | 0 | 0.12 | 251.63 | 0.78 | 0.49 |
| Hex | 42 | 1C | E0 | 47 | 58 | 0 | C | FC | 4E | 31 |
| Octal | 102 | 34 | 340 | 107 | 130 | 0 | 14 | 374 | 116 | 61 |
| Binary | 1000010 | 11100 | 11100000 | 1000111 | 1011000 | 0 | 1100 | 11111100 | 1001110 | 110001 |
Color Harmonies of #421CE0
Complementary color
Monochromatic Colors of #421CE0
Black with #421CE0
Text Example
Text Example
White with #421CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CE0; }
p { color: rgb(66,28,224); }
H1.HeaderClassName
{
color: #421CE0;
}
.AnyTagClassName
{
color: #421CE0;
}
</style>
background-color css
<style>
a { background-color: #421CE0; }
a { background-color: rgb(66,28,224); }
div.DivClassName
{
background-color: #421CE0;
}
.BgClassName
{
background-color: #421CE0;
}
</style>
border-color css
<style>
span { border-color: #421CE0; }
span { border-color: rgb(66,28,224); }
td.TdClassName
{
border-color: #421CE0;
}
.TagClassName
{
border-color: #421CE0;
}
</style>