Shades of Han Purple #422FDF
Tints of Han Purple #422FDF
RGB
CMYK
RGB Variations
Color information
#422FDF (or 0x422FDF) is known color: Han Purple. HEX triplet: 42, 2F and DF. RGB value is (66,47,223). Sum of RGB (Red+Green+Blue) = 66+47+223=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #422FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FDF is #BDD020. Grayscale: #484848. Windows color (decimal): -12439585 or 14626626. OLE color: 14626626.
HSL color Cylindrical-coordinate representation of color #422FDF: hue angle of 246.48º 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 #422FDF is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 47 | 223 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.13 |
| HSL | 246.48º | 0.73% | 0.53% | - |
| HSV(B) | 246.48º | 0.79% | 0.87% | - |
| XYZ | 16.58 | 8.52 | 70.58 | - |
| YUV | 72.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 223 | 0.70 | 0.79 | 0 | 0.13 | 246.48 | 0.73 | 0.53 |
| Hex | 42 | 2F | DF | 46 | 4F | 0 | D | F6 | 49 | 35 |
| Octal | 102 | 57 | 337 | 106 | 117 | 0 | 15 | 366 | 111 | 65 |
| Binary | 1000010 | 101111 | 11011111 | 1000110 | 1001111 | 0 | 1101 | 11110110 | 1001001 | 110101 |
Color Harmonies of #422FDF
Complementary color
Monochromatic Colors of #422FDF
Black with #422FDF
Text Example
Text Example
White with #422FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422FDF; }
p { color: rgb(66,47,223); }
H1.HeaderClassName
{
color: #422FDF;
}
.AnyTagClassName
{
color: #422FDF;
}
</style>
background-color css
<style>
a { background-color: #422FDF; }
a { background-color: rgb(66,47,223); }
div.DivClassName
{
background-color: #422FDF;
}
.BgClassName
{
background-color: #422FDF;
}
</style>
border-color css
<style>
span { border-color: #422FDF; }
span { border-color: rgb(66,47,223); }
td.TdClassName
{
border-color: #422FDF;
}
.TagClassName
{
border-color: #422FDF;
}
</style>