Shades of Han Purple #421FEF
Tints of Han Purple #421FEF
RGB
CMYK
RGB Variations
Color information
#421FEF (or 0x421FEF) is known color: Han Purple. HEX triplet: 42, 1F and EF. RGB value is (66,31,239). Sum of RGB (Red+Green+Blue) = 66+31+239=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #421FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FEF is #BDE010. Grayscale: #404040. Windows color (decimal): -12443665 or 15671106. OLE color: 15671106.
HSL color Cylindrical-coordinate representation of color #421FEF: hue angle of 250.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421FEF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 31 | 239 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.06 |
| HSL | 250.1º | 0.87% | 0.53% | - |
| HSV(B) | 250.1º | 0.87% | 0.94% | - |
| XYZ | 18.32 | 8.37 | 82.31 | - |
| YUV | 65.18 | 226.1 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 239 | 0.72 | 0.87 | 0 | 0.06 | 250.1 | 0.87 | 0.53 |
| Hex | 42 | 1F | EF | 48 | 57 | 0 | 6 | FA | 57 | 35 |
| Octal | 102 | 37 | 357 | 110 | 127 | 0 | 6 | 372 | 127 | 65 |
| Binary | 1000010 | 11111 | 11101111 | 1001000 | 1010111 | 0 | 110 | 11111010 | 1010111 | 110101 |
Color Harmonies of #421FEF
Complementary color
Monochromatic Colors of #421FEF
Black with #421FEF
Text Example
Text Example
White with #421FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FEF; }
p { color: rgb(66,31,239); }
H1.HeaderClassName
{
color: #421FEF;
}
.AnyTagClassName
{
color: #421FEF;
}
</style>
background-color css
<style>
a { background-color: #421FEF; }
a { background-color: rgb(66,31,239); }
div.DivClassName
{
background-color: #421FEF;
}
.BgClassName
{
background-color: #421FEF;
}
</style>
border-color css
<style>
span { border-color: #421FEF; }
span { border-color: rgb(66,31,239); }
td.TdClassName
{
border-color: #421FEF;
}
.TagClassName
{
border-color: #421FEF;
}
</style>