Shades of Han Purple #4117ED
Tints of Han Purple #4117ED
RGB
CMYK
RGB Variations
Color information
#4117ED (or 0x4117ED) is known color: Han Purple. HEX triplet: 41, 17 and ED. RGB value is (65,23,237). Sum of RGB (Red+Green+Blue) = 65+23+237=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #4117ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4117ED is #BEE812. Grayscale: #3B3B3B. Windows color (decimal): -12511251 or 15537985. OLE color: 15537985.
HSL color Cylindrical-coordinate representation of color #4117ED: hue angle of 251.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4117ED is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 23 | 237 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.07 |
| HSL | 251.78º | 0.86% | 0.51% | - |
| HSV(B) | 251.78º | 0.9% | 0.93% | - |
| XYZ | 17.77 | 7.85 | 80.7 | - |
| YUV | 59.95 | 227.91 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 237 | 0.73 | 0.90 | 0 | 0.07 | 251.78 | 0.86 | 0.51 |
| Hex | 41 | 17 | ED | 49 | 5A | 0 | 7 | FC | 56 | 33 |
| Octal | 101 | 27 | 355 | 111 | 132 | 0 | 7 | 374 | 126 | 63 |
| Binary | 1000001 | 10111 | 11101101 | 1001001 | 1011010 | 0 | 111 | 11111100 | 1010110 | 110011 |
Color Harmonies of #4117ED
Complementary color
Monochromatic Colors of #4117ED
Black with #4117ED
Text Example
Text Example
White with #4117ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117ED; }
p { color: rgb(65,23,237); }
H1.HeaderClassName
{
color: #4117ED;
}
.AnyTagClassName
{
color: #4117ED;
}
</style>
background-color css
<style>
a { background-color: #4117ED; }
a { background-color: rgb(65,23,237); }
div.DivClassName
{
background-color: #4117ED;
}
.BgClassName
{
background-color: #4117ED;
}
</style>
border-color css
<style>
span { border-color: #4117ED; }
span { border-color: rgb(65,23,237); }
td.TdClassName
{
border-color: #4117ED;
}
.TagClassName
{
border-color: #4117ED;
}
</style>