Shades of Han Purple #421FE5
Tints of Han Purple #421FE5
RGB
CMYK
RGB Variations
Color information
#421FE5 (or 0x421FE5) is known color: Han Purple. HEX triplet: 42, 1F and E5. RGB value is (66,31,229). Sum of RGB (Red+Green+Blue) = 66+31+229=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #421FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FE5 is #BDE01A. Grayscale: #3F3F3F. Windows color (decimal): -12443675 or 15015746. OLE color: 15015746.
HSL color Cylindrical-coordinate representation of color #421FE5: hue angle of 250.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421FE5 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 31 | 229 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.10 |
| HSL | 250.61º | 0.79% | 0.51% | - |
| HSV(B) | 250.61º | 0.86% | 0.9% | - |
| XYZ | 16.88 | 7.8 | 74.74 | - |
| YUV | 64.04 | 221.1 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 229 | 0.71 | 0.86 | 0 | 0.10 | 250.61 | 0.79 | 0.51 |
| Hex | 42 | 1F | E5 | 47 | 56 | 0 | A | FB | 4F | 33 |
| Octal | 102 | 37 | 345 | 107 | 126 | 0 | 12 | 373 | 117 | 63 |
| Binary | 1000010 | 11111 | 11100101 | 1000111 | 1010110 | 0 | 1010 | 11111011 | 1001111 | 110011 |
Color Harmonies of #421FE5
Complementary color
Monochromatic Colors of #421FE5
Black with #421FE5
Text Example
Text Example
White with #421FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FE5; }
p { color: rgb(66,31,229); }
H1.HeaderClassName
{
color: #421FE5;
}
.AnyTagClassName
{
color: #421FE5;
}
</style>
background-color css
<style>
a { background-color: #421FE5; }
a { background-color: rgb(66,31,229); }
div.DivClassName
{
background-color: #421FE5;
}
.BgClassName
{
background-color: #421FE5;
}
</style>
border-color css
<style>
span { border-color: #421FE5; }
span { border-color: rgb(66,31,229); }
td.TdClassName
{
border-color: #421FE5;
}
.TagClassName
{
border-color: #421FE5;
}
</style>