Shades of Han Purple #421FED
Tints of Han Purple #421FED
RGB
CMYK
RGB Variations
Color information
#421FED (or 0x421FED) is known color: Han Purple. HEX triplet: 42, 1F and ED. RGB value is (66,31,237). Sum of RGB (Red+Green+Blue) = 66+31+237=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #421FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FED is #BDE012. Grayscale: #404040. Windows color (decimal): -12443667 or 15540034. OLE color: 15540034.
HSL color Cylindrical-coordinate representation of color #421FED: hue angle of 250.19º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421FED is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 31 | 237 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.07 |
| HSL | 250.19º | 0.85% | 0.53% | - |
| HSV(B) | 250.19º | 0.87% | 0.93% | - |
| XYZ | 18.02 | 8.25 | 80.76 | - |
| YUV | 64.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 237 | 0.72 | 0.87 | 0 | 0.07 | 250.19 | 0.85 | 0.53 |
| Hex | 42 | 1F | ED | 48 | 57 | 0 | 7 | FA | 55 | 35 |
| Octal | 102 | 37 | 355 | 110 | 127 | 0 | 7 | 372 | 125 | 65 |
| Binary | 1000010 | 11111 | 11101101 | 1001000 | 1010111 | 0 | 111 | 11111010 | 1010101 | 110101 |
Color Harmonies of #421FED
Complementary color
Monochromatic Colors of #421FED
Black with #421FED
Text Example
Text Example
White with #421FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FED; }
p { color: rgb(66,31,237); }
H1.HeaderClassName
{
color: #421FED;
}
.AnyTagClassName
{
color: #421FED;
}
</style>
background-color css
<style>
a { background-color: #421FED; }
a { background-color: rgb(66,31,237); }
div.DivClassName
{
background-color: #421FED;
}
.BgClassName
{
background-color: #421FED;
}
</style>
border-color css
<style>
span { border-color: #421FED; }
span { border-color: rgb(66,31,237); }
td.TdClassName
{
border-color: #421FED;
}
.TagClassName
{
border-color: #421FED;
}
</style>