Shades of Han Purple #4120ED
Tints of Han Purple #4120ED
RGB
CMYK
RGB Variations
Color information
#4120ED (or 0x4120ED) is known color: Han Purple. HEX triplet: 41, 20 and ED. RGB value is (65,32,237). Sum of RGB (Red+Green+Blue) = 65+32+237=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #4120ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4120ED is #BEDF12. Grayscale: #404040. Windows color (decimal): -12508947 or 15540289. OLE color: 15540289.
HSL color Cylindrical-coordinate representation of color #4120ED: hue angle of 249.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4120ED is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 32 | 237 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.07 |
| HSL | 249.66º | 0.85% | 0.53% | - |
| HSV(B) | 249.66º | 0.86% | 0.93% | - |
| XYZ | 17.98 | 8.27 | 80.77 | - |
| YUV | 65.24 | 224.93 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 237 | 0.73 | 0.86 | 0 | 0.07 | 249.66 | 0.85 | 0.53 |
| Hex | 41 | 20 | ED | 49 | 56 | 0 | 7 | FA | 55 | 35 |
| Octal | 101 | 40 | 355 | 111 | 126 | 0 | 7 | 372 | 125 | 65 |
| Binary | 1000001 | 100000 | 11101101 | 1001001 | 1010110 | 0 | 111 | 11111010 | 1010101 | 110101 |
Color Harmonies of #4120ED
Complementary color
Monochromatic Colors of #4120ED
Black with #4120ED
Text Example
Text Example
White with #4120ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4120ED; }
p { color: rgb(65,32,237); }
H1.HeaderClassName
{
color: #4120ED;
}
.AnyTagClassName
{
color: #4120ED;
}
</style>
background-color css
<style>
a { background-color: #4120ED; }
a { background-color: rgb(65,32,237); }
div.DivClassName
{
background-color: #4120ED;
}
.BgClassName
{
background-color: #4120ED;
}
</style>
border-color css
<style>
span { border-color: #4120ED; }
span { border-color: rgb(65,32,237); }
td.TdClassName
{
border-color: #4120ED;
}
.TagClassName
{
border-color: #4120ED;
}
</style>