Shades of Han Purple #421FE0
Tints of Han Purple #421FE0
RGB
CMYK
RGB Variations
Color information
#421FE0 (or 0x421FE0) is known color: Han Purple. HEX triplet: 42, 1F and E0. RGB value is (66,31,224). Sum of RGB (Red+Green+Blue) = 66+31+224=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #421FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FE0 is #BDE01F. Grayscale: #3E3E3E. Windows color (decimal): -12443680 or 14688066. OLE color: 14688066.
HSL color Cylindrical-coordinate representation of color #421FE0: hue angle of 250.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421FE0 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 31 | 224 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.12 |
| HSL | 250.88º | 0.76% | 0.5% | - |
| HSV(B) | 250.88º | 0.86% | 0.88% | - |
| XYZ | 16.19 | 7.52 | 71.12 | - |
| YUV | 63.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 224 | 0.71 | 0.86 | 0 | 0.12 | 250.88 | 0.76 | 0.5 |
| Hex | 42 | 1F | E0 | 47 | 56 | 0 | C | FB | 4C | 32 |
| Octal | 102 | 37 | 340 | 107 | 126 | 0 | 14 | 373 | 114 | 62 |
| Binary | 1000010 | 11111 | 11100000 | 1000111 | 1010110 | 0 | 1100 | 11111011 | 1001100 | 110010 |
Color Harmonies of #421FE0
Complementary color
Monochromatic Colors of #421FE0
Black with #421FE0
Text Example
Text Example
White with #421FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FE0; }
p { color: rgb(66,31,224); }
H1.HeaderClassName
{
color: #421FE0;
}
.AnyTagClassName
{
color: #421FE0;
}
</style>
background-color css
<style>
a { background-color: #421FE0; }
a { background-color: rgb(66,31,224); }
div.DivClassName
{
background-color: #421FE0;
}
.BgClassName
{
background-color: #421FE0;
}
</style>
border-color css
<style>
span { border-color: #421FE0; }
span { border-color: rgb(66,31,224); }
td.TdClassName
{
border-color: #421FE0;
}
.TagClassName
{
border-color: #421FE0;
}
</style>