Shades of Han Purple #422BDF
Tints of Han Purple #422BDF
RGB
CMYK
RGB Variations
Color information
#422BDF (or 0x422BDF) is known color: Han Purple. HEX triplet: 42, 2B and DF. RGB value is (66,43,223). Sum of RGB (Red+Green+Blue) = 66+43+223=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #422BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BDF is #BDD420. Grayscale: #454545. Windows color (decimal): -12440609 or 14625602. OLE color: 14625602.
HSL color Cylindrical-coordinate representation of color #422BDF: hue angle of 247.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #422BDF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 43 | 223 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.13 |
| HSL | 247.67º | 0.74% | 0.52% | - |
| HSV(B) | 247.67º | 0.81% | 0.87% | - |
| XYZ | 16.43 | 8.21 | 70.53 | - |
| YUV | 70.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 223 | 0.70 | 0.81 | 0 | 0.13 | 247.67 | 0.74 | 0.52 |
| Hex | 42 | 2B | DF | 46 | 51 | 0 | D | F8 | 4A | 34 |
| Octal | 102 | 53 | 337 | 106 | 121 | 0 | 15 | 370 | 112 | 64 |
| Binary | 1000010 | 101011 | 11011111 | 1000110 | 1010001 | 0 | 1101 | 11111000 | 1001010 | 110100 |
Color Harmonies of #422BDF
Complementary color
Monochromatic Colors of #422BDF
Black with #422BDF
Text Example
Text Example
White with #422BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BDF; }
p { color: rgb(66,43,223); }
H1.HeaderClassName
{
color: #422BDF;
}
.AnyTagClassName
{
color: #422BDF;
}
</style>
background-color css
<style>
a { background-color: #422BDF; }
a { background-color: rgb(66,43,223); }
div.DivClassName
{
background-color: #422BDF;
}
.BgClassName
{
background-color: #422BDF;
}
</style>
border-color css
<style>
span { border-color: #422BDF; }
span { border-color: rgb(66,43,223); }
td.TdClassName
{
border-color: #422BDF;
}
.TagClassName
{
border-color: #422BDF;
}
</style>