Shades of Han Purple #422DF0
Tints of Han Purple #422DF0
RGB
CMYK
RGB Variations
Color information
#422DF0 (or 0x422DF0) is known color: Han Purple. HEX triplet: 42, 2D and F0. RGB value is (66,45,240). Sum of RGB (Red+Green+Blue) = 66+45+240=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #422DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DF0 is #BDD20F. Grayscale: #484848. Windows color (decimal): -12440080 or 15740226. OLE color: 15740226.
HSL color Cylindrical-coordinate representation of color #422DF0: hue angle of 246.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422DF0 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 45 | 240 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.06 |
| HSL | 246.46º | 0.87% | 0.56% | - |
| HSV(B) | 246.46º | 0.81% | 0.94% | - |
| XYZ | 18.91 | 9.33 | 83.24 | - |
| YUV | 73.51 | 221.96 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 240 | 0.72 | 0.81 | 0 | 0.06 | 246.46 | 0.87 | 0.56 |
| Hex | 42 | 2D | F0 | 48 | 51 | 0 | 6 | F6 | 57 | 38 |
| Octal | 102 | 55 | 360 | 110 | 121 | 0 | 6 | 366 | 127 | 70 |
| Binary | 1000010 | 101101 | 11110000 | 1001000 | 1010001 | 0 | 110 | 11110110 | 1010111 | 111000 |
Color Harmonies of #422DF0
Complementary color
Monochromatic Colors of #422DF0
Black with #422DF0
Text Example
Text Example
White with #422DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DF0; }
p { color: rgb(66,45,240); }
H1.HeaderClassName
{
color: #422DF0;
}
.AnyTagClassName
{
color: #422DF0;
}
</style>
background-color css
<style>
a { background-color: #422DF0; }
a { background-color: rgb(66,45,240); }
div.DivClassName
{
background-color: #422DF0;
}
.BgClassName
{
background-color: #422DF0;
}
</style>
border-color css
<style>
span { border-color: #422DF0; }
span { border-color: rgb(66,45,240); }
td.TdClassName
{
border-color: #422DF0;
}
.TagClassName
{
border-color: #422DF0;
}
</style>