Shades of Han Purple #422EFE
Tints of Han Purple #422EFE
RGB
CMYK
RGB Variations
Color information
#422EFE (or 0x422EFE) is known color: Han Purple. HEX triplet: 42, 2E and FE. RGB value is (66,46,254). Sum of RGB (Red+Green+Blue) = 66+46+254=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #422EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422EFE is #BDD101. Grayscale: #4A4A4A. Windows color (decimal): -12439810 or 16657986. OLE color: 16657986.
HSL color Cylindrical-coordinate representation of color #422EFE: hue angle of 245.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422EFE is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 46 | 254 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.00 |
| HSL | 245.77º | 0.99% | 0.59% | - |
| HSV(B) | 245.77º | 0.82% | 1% | - |
| XYZ | 21.11 | 10.27 | 94.64 | - |
| YUV | 75.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 254 | 0.74 | 0.82 | 0 | 0.00 | 245.77 | 0.99 | 0.59 |
| Hex | 42 | 2E | FE | 4A | 52 | 0 | 0 | F6 | 63 | 3B |
| Octal | 102 | 56 | 376 | 112 | 122 | 0 | 0 | 366 | 143 | 73 |
| Binary | 1000010 | 101110 | 11111110 | 1001010 | 1010010 | 0 | 0 | 11110110 | 1100011 | 111011 |
Color Harmonies of #422EFE
Complementary color
Monochromatic Colors of #422EFE
Black with #422EFE
Text Example
Text Example
White with #422EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EFE; }
p { color: rgb(66,46,254); }
H1.HeaderClassName
{
color: #422EFE;
}
.AnyTagClassName
{
color: #422EFE;
}
</style>
background-color css
<style>
a { background-color: #422EFE; }
a { background-color: rgb(66,46,254); }
div.DivClassName
{
background-color: #422EFE;
}
.BgClassName
{
background-color: #422EFE;
}
</style>
border-color css
<style>
span { border-color: #422EFE; }
span { border-color: rgb(66,46,254); }
td.TdClassName
{
border-color: #422EFE;
}
.TagClassName
{
border-color: #422EFE;
}
</style>