Shades of Han Purple #4121DF
Tints of Han Purple #4121DF
RGB
CMYK
RGB Variations
Color information
#4121DF (or 0x4121DF) is known color: Han Purple. HEX triplet: 41, 21 and DF. RGB value is (65,33,223). Sum of RGB (Red+Green+Blue) = 65+33+223=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #4121DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121DF is #BEDE20. Grayscale: #3F3F3F. Windows color (decimal): -12508705 or 14623041. OLE color: 14623041.
HSL color Cylindrical-coordinate representation of color #4121DF: hue angle of 250.11º 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 #4121DF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 33 | 223 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.13 |
| HSL | 250.11º | 0.75% | 0.5% | - |
| HSV(B) | 250.11º | 0.85% | 0.87% | - |
| XYZ | 16.04 | 7.54 | 70.42 | - |
| YUV | 64.23 | 217.6 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 223 | 0.71 | 0.85 | 0 | 0.13 | 250.11 | 0.75 | 0.5 |
| Hex | 41 | 21 | DF | 47 | 55 | 0 | D | FA | 4B | 32 |
| Octal | 101 | 41 | 337 | 107 | 125 | 0 | 15 | 372 | 113 | 62 |
| Binary | 1000001 | 100001 | 11011111 | 1000111 | 1010101 | 0 | 1101 | 11111010 | 1001011 | 110010 |
Color Harmonies of #4121DF
Complementary color
Monochromatic Colors of #4121DF
Black with #4121DF
Text Example
Text Example
White with #4121DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121DF; }
p { color: rgb(65,33,223); }
H1.HeaderClassName
{
color: #4121DF;
}
.AnyTagClassName
{
color: #4121DF;
}
</style>
background-color css
<style>
a { background-color: #4121DF; }
a { background-color: rgb(65,33,223); }
div.DivClassName
{
background-color: #4121DF;
}
.BgClassName
{
background-color: #4121DF;
}
</style>
border-color css
<style>
span { border-color: #4121DF; }
span { border-color: rgb(65,33,223); }
td.TdClassName
{
border-color: #4121DF;
}
.TagClassName
{
border-color: #4121DF;
}
</style>