Shades of Han Purple #4122DA
Tints of Han Purple #4122DA
RGB
CMYK
RGB Variations
Color information
#4122DA (or 0x4122DA) is known color: Han Purple. HEX triplet: 41, 22 and DA. RGB value is (65,34,218). Sum of RGB (Red+Green+Blue) = 65+34+218=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #4122DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4122DA is #BEDD25. Grayscale: #3F3F3F. Windows color (decimal): -12508454 or 14295617. OLE color: 14295617.
HSL color Cylindrical-coordinate representation of color #4122DA: hue angle of 250.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4122DA is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 34 | 218 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.15 |
| HSL | 250.11º | 0.73% | 0.49% | - |
| HSV(B) | 250.11º | 0.84% | 0.85% | - |
| XYZ | 15.41 | 7.33 | 66.93 | - |
| YUV | 64.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 218 | 0.70 | 0.84 | 0 | 0.15 | 250.11 | 0.73 | 0.49 |
| Hex | 41 | 22 | DA | 46 | 54 | 0 | F | FA | 49 | 31 |
| Octal | 101 | 42 | 332 | 106 | 124 | 0 | 17 | 372 | 111 | 61 |
| Binary | 1000001 | 100010 | 11011010 | 1000110 | 1010100 | 0 | 1111 | 11111010 | 1001001 | 110001 |
Color Harmonies of #4122DA
Complementary color
Monochromatic Colors of #4122DA
Black with #4122DA
Text Example
Text Example
White with #4122DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4122DA; }
p { color: rgb(65,34,218); }
H1.HeaderClassName
{
color: #4122DA;
}
.AnyTagClassName
{
color: #4122DA;
}
</style>
background-color css
<style>
a { background-color: #4122DA; }
a { background-color: rgb(65,34,218); }
div.DivClassName
{
background-color: #4122DA;
}
.BgClassName
{
background-color: #4122DA;
}
</style>
border-color css
<style>
span { border-color: #4122DA; }
span { border-color: rgb(65,34,218); }
td.TdClassName
{
border-color: #4122DA;
}
.TagClassName
{
border-color: #4122DA;
}
</style>