Shades of Han Purple #4122DF
Tints of Han Purple #4122DF
RGB
CMYK
RGB Variations
Color information
#4122DF (or 0x4122DF) is known color: Han Purple. HEX triplet: 41, 22 and DF. RGB value is (65,34,223). Sum of RGB (Red+Green+Blue) = 65+34+223=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #4122DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4122DF is #BEDD20. Grayscale: #404040. Windows color (decimal): -12508449 or 14623297. OLE color: 14623297.
HSL color Cylindrical-coordinate representation of color #4122DF: hue angle of 249.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4122DF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 34 | 223 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.13 |
| HSL | 249.84º | 0.75% | 0.5% | - |
| HSV(B) | 249.84º | 0.85% | 0.87% | - |
| XYZ | 16.07 | 7.6 | 70.43 | - |
| YUV | 64.82 | 217.27 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 223 | 0.71 | 0.85 | 0 | 0.13 | 249.84 | 0.75 | 0.5 |
| Hex | 41 | 22 | DF | 47 | 55 | 0 | D | FA | 4B | 32 |
| Octal | 101 | 42 | 337 | 107 | 125 | 0 | 15 | 372 | 113 | 62 |
| Binary | 1000001 | 100010 | 11011111 | 1000111 | 1010101 | 0 | 1101 | 11111010 | 1001011 | 110010 |
Color Harmonies of #4122DF
Complementary color
Monochromatic Colors of #4122DF
Black with #4122DF
Text Example
Text Example
White with #4122DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122DF; }
p { color: rgb(65,34,223); }
H1.HeaderClassName
{
color: #4122DF;
}
.AnyTagClassName
{
color: #4122DF;
}
</style>
background-color css
<style>
a { background-color: #4122DF; }
a { background-color: rgb(65,34,223); }
div.DivClassName
{
background-color: #4122DF;
}
.BgClassName
{
background-color: #4122DF;
}
</style>
border-color css
<style>
span { border-color: #4122DF; }
span { border-color: rgb(65,34,223); }
td.TdClassName
{
border-color: #4122DF;
}
.TagClassName
{
border-color: #4122DF;
}
</style>