Shades of Han Purple #4223DF
Tints of Han Purple #4223DF
RGB
CMYK
RGB Variations
Color information
#4223DF (or 0x4223DF) is known color: Han Purple. HEX triplet: 42, 23 and DF. RGB value is (66,35,223). Sum of RGB (Red+Green+Blue) = 66+35+223=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #4223DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223DF is #BDDC20. Grayscale: #404040. Windows color (decimal): -12442657 or 14623554. OLE color: 14623554.
HSL color Cylindrical-coordinate representation of color #4223DF: hue angle of 249.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4223DF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 35 | 223 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.13 |
| HSL | 249.89º | 0.75% | 0.51% | - |
| HSV(B) | 249.89º | 0.84% | 0.87% | - |
| XYZ | 16.17 | 7.69 | 70.44 | - |
| YUV | 65.7 | 216.77 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 223 | 0.70 | 0.84 | 0 | 0.13 | 249.89 | 0.75 | 0.51 |
| Hex | 42 | 23 | DF | 46 | 54 | 0 | D | FA | 4B | 33 |
| Octal | 102 | 43 | 337 | 106 | 124 | 0 | 15 | 372 | 113 | 63 |
| Binary | 1000010 | 100011 | 11011111 | 1000110 | 1010100 | 0 | 1101 | 11111010 | 1001011 | 110011 |
Color Harmonies of #4223DF
Complementary color
Monochromatic Colors of #4223DF
Black with #4223DF
Text Example
Text Example
White with #4223DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223DF; }
p { color: rgb(66,35,223); }
H1.HeaderClassName
{
color: #4223DF;
}
.AnyTagClassName
{
color: #4223DF;
}
</style>
background-color css
<style>
a { background-color: #4223DF; }
a { background-color: rgb(66,35,223); }
div.DivClassName
{
background-color: #4223DF;
}
.BgClassName
{
background-color: #4223DF;
}
</style>
border-color css
<style>
span { border-color: #4223DF; }
span { border-color: rgb(66,35,223); }
td.TdClassName
{
border-color: #4223DF;
}
.TagClassName
{
border-color: #4223DF;
}
</style>