Shades of Han Purple #421DFC
Tints of Han Purple #421DFC
RGB
CMYK
RGB Variations
Color information
#421DFC (or 0x421DFC) is known color: Han Purple. HEX triplet: 42, 1D and FC. RGB value is (66,29,252). Sum of RGB (Red+Green+Blue) = 66+29+252=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #421DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421DFC is #BDE203. Grayscale: #404040. Windows color (decimal): -12444164 or 16522562. OLE color: 16522562.
HSL color Cylindrical-coordinate representation of color #421DFC: hue angle of 249.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421DFC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 29 | 252 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.01 |
| HSL | 249.96º | 0.97% | 0.55% | - |
| HSV(B) | 249.96º | 0.88% | 0.99% | - |
| XYZ | 20.26 | 9.07 | 92.78 | - |
| YUV | 65.49 | 233.26 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 252 | 0.74 | 0.88 | 0 | 0.01 | 249.96 | 0.97 | 0.55 |
| Hex | 42 | 1D | FC | 4A | 58 | 0 | 1 | FA | 61 | 37 |
| Octal | 102 | 35 | 374 | 112 | 130 | 0 | 1 | 372 | 141 | 67 |
| Binary | 1000010 | 11101 | 11111100 | 1001010 | 1011000 | 0 | 1 | 11111010 | 1100001 | 110111 |
Color Harmonies of #421DFC
Complementary color
Monochromatic Colors of #421DFC
Black with #421DFC
Text Example
Text Example
White with #421DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421DFC; }
p { color: rgb(66,29,252); }
H1.HeaderClassName
{
color: #421DFC;
}
.AnyTagClassName
{
color: #421DFC;
}
</style>
background-color css
<style>
a { background-color: #421DFC; }
a { background-color: rgb(66,29,252); }
div.DivClassName
{
background-color: #421DFC;
}
.BgClassName
{
background-color: #421DFC;
}
</style>
border-color css
<style>
span { border-color: #421DFC; }
span { border-color: rgb(66,29,252); }
td.TdClassName
{
border-color: #421DFC;
}
.TagClassName
{
border-color: #421DFC;
}
</style>