Shades of Han Purple #421FFE
Tints of Han Purple #421FFE
RGB
CMYK
RGB Variations
Color information
#421FFE (or 0x421FFE) is known color: Han Purple. HEX triplet: 42, 1F and FE. RGB value is (66,31,254). Sum of RGB (Red+Green+Blue) = 66+31+254=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #421FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FFE is #BDE001. Grayscale: #424242. Windows color (decimal): -12443650 or 16654146. OLE color: 16654146.
HSL color Cylindrical-coordinate representation of color #421FFE: hue angle of 249.42º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421FFE is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 31 | 254 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.00 |
| HSL | 249.42º | 0.99% | 0.56% | - |
| HSV(B) | 249.42º | 0.88% | 1% | - |
| XYZ | 20.63 | 9.29 | 94.47 | - |
| YUV | 66.89 | 233.6 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 254 | 0.74 | 0.88 | 0 | 0.00 | 249.42 | 0.99 | 0.56 |
| Hex | 42 | 1F | FE | 4A | 58 | 0 | 0 | F9 | 63 | 38 |
| Octal | 102 | 37 | 376 | 112 | 130 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000010 | 11111 | 11111110 | 1001010 | 1011000 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #421FFE
Complementary color
Monochromatic Colors of #421FFE
Black with #421FFE
Text Example
Text Example
White with #421FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FFE; }
p { color: rgb(66,31,254); }
H1.HeaderClassName
{
color: #421FFE;
}
.AnyTagClassName
{
color: #421FFE;
}
</style>
background-color css
<style>
a { background-color: #421FFE; }
a { background-color: rgb(66,31,254); }
div.DivClassName
{
background-color: #421FFE;
}
.BgClassName
{
background-color: #421FFE;
}
</style>
border-color css
<style>
span { border-color: #421FFE; }
span { border-color: rgb(66,31,254); }
td.TdClassName
{
border-color: #421FFE;
}
.TagClassName
{
border-color: #421FFE;
}
</style>