Shades of Han Purple #422EDF
Tints of Han Purple #422EDF
RGB
CMYK
RGB Variations
Color information
#422EDF (or 0x422EDF) is known color: Han Purple. HEX triplet: 42, 2E and DF. RGB value is (66,46,223). Sum of RGB (Red+Green+Blue) = 66+46+223=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #422EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EDF is #BDD120. Grayscale: #474747. Windows color (decimal): -12439841 or 14626370. OLE color: 14626370.
HSL color Cylindrical-coordinate representation of color #422EDF: hue angle of 246.78º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422EDF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 46 | 223 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.13 |
| HSL | 246.78º | 0.73% | 0.53% | - |
| HSV(B) | 246.78º | 0.79% | 0.87% | - |
| XYZ | 16.54 | 8.44 | 70.57 | - |
| YUV | 72.16 | 213.13 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 223 | 0.70 | 0.79 | 0 | 0.13 | 246.78 | 0.73 | 0.53 |
| Hex | 42 | 2E | DF | 46 | 4F | 0 | D | F7 | 49 | 35 |
| Octal | 102 | 56 | 337 | 106 | 117 | 0 | 15 | 367 | 111 | 65 |
| Binary | 1000010 | 101110 | 11011111 | 1000110 | 1001111 | 0 | 1101 | 11110111 | 1001001 | 110101 |
Color Harmonies of #422EDF
Complementary color
Monochromatic Colors of #422EDF
Black with #422EDF
Text Example
Text Example
White with #422EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422EDF; }
p { color: rgb(66,46,223); }
H1.HeaderClassName
{
color: #422EDF;
}
.AnyTagClassName
{
color: #422EDF;
}
</style>
background-color css
<style>
a { background-color: #422EDF; }
a { background-color: rgb(66,46,223); }
div.DivClassName
{
background-color: #422EDF;
}
.BgClassName
{
background-color: #422EDF;
}
</style>
border-color css
<style>
span { border-color: #422EDF; }
span { border-color: rgb(66,46,223); }
td.TdClassName
{
border-color: #422EDF;
}
.TagClassName
{
border-color: #422EDF;
}
</style>