Shades of Han Purple #4117FF
Tints of Han Purple #4117FF
RGB
CMYK
RGB Variations
Color information
#4117FF (or 0x4117FF) is known color: Han Purple. HEX triplet: 41, 17 and FF. RGB value is (65,23,255). Sum of RGB (Red+Green+Blue) = 65+23+255=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #4117FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4117FF is #BEE800. Grayscale: #3D3D3D. Windows color (decimal): -12511233 or 16717633. OLE color: 16717633.
HSL color Cylindrical-coordinate representation of color #4117FF: hue angle of 250.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4117FF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 23 | 255 | - |
| CMYK | 0.75 | 0.91 | 0 | 0 |
| HSL | 250.86º | 1% | 0.55% | - |
| HSV(B) | 250.86º | 0.91% | 1% | - |
| XYZ | 20.54 | 8.96 | 95.25 | - |
| YUV | 62.01 | 236.91 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 255 | 0.75 | 0.91 | 0 | 0 | 250.86 | 1 | 0.55 |
| Hex | 41 | 17 | FF | 4B | 5B | 0 | 0 | FB | 64 | 37 |
| Octal | 101 | 27 | 377 | 113 | 133 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000001 | 10111 | 11111111 | 1001011 | 1011011 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #4117FF
Complementary color
Monochromatic Colors of #4117FF
Black with #4117FF
Text Example
Text Example
White with #4117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117FF; }
p { color: rgb(65,23,255); }
H1.HeaderClassName
{
color: #4117FF;
}
.AnyTagClassName
{
color: #4117FF;
}
</style>
background-color css
<style>
a { background-color: #4117FF; }
a { background-color: rgb(65,23,255); }
div.DivClassName
{
background-color: #4117FF;
}
.BgClassName
{
background-color: #4117FF;
}
</style>
border-color css
<style>
span { border-color: #4117FF; }
span { border-color: rgb(65,23,255); }
td.TdClassName
{
border-color: #4117FF;
}
.TagClassName
{
border-color: #4117FF;
}
</style>