Shades of Han Purple #421DFE
Tints of Han Purple #421DFE
RGB
CMYK
RGB Variations
Color information
#421DFE (or 0x421DFE) is known color: Han Purple. HEX triplet: 42, 1D and FE. RGB value is (66,29,254). Sum of RGB (Red+Green+Blue) = 66+29+254=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #421DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DFE is #BDE201. Grayscale: #404040. Windows color (decimal): -12444162 or 16653634. OLE color: 16653634.
HSL color Cylindrical-coordinate representation of color #421DFE: hue angle of 249.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421DFE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 29 | 254 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.00 |
| HSL | 249.87º | 0.99% | 0.55% | - |
| HSV(B) | 249.87º | 0.89% | 1% | - |
| XYZ | 20.58 | 9.19 | 94.46 | - |
| YUV | 65.71 | 234.26 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 254 | 0.74 | 0.89 | 0 | 0.00 | 249.87 | 0.99 | 0.55 |
| Hex | 42 | 1D | FE | 4A | 59 | 0 | 0 | FA | 63 | 37 |
| Octal | 102 | 35 | 376 | 112 | 131 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000010 | 11101 | 11111110 | 1001010 | 1011001 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #421DFE
Complementary color
Monochromatic Colors of #421DFE
Black with #421DFE
Text Example
Text Example
White with #421DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DFE; }
p { color: rgb(66,29,254); }
H1.HeaderClassName
{
color: #421DFE;
}
.AnyTagClassName
{
color: #421DFE;
}
</style>
background-color css
<style>
a { background-color: #421DFE; }
a { background-color: rgb(66,29,254); }
div.DivClassName
{
background-color: #421DFE;
}
.BgClassName
{
background-color: #421DFE;
}
</style>
border-color css
<style>
span { border-color: #421DFE; }
span { border-color: rgb(66,29,254); }
td.TdClassName
{
border-color: #421DFE;
}
.TagClassName
{
border-color: #421DFE;
}
</style>