Shades of Han Purple #4117FE
Tints of Han Purple #4117FE
RGB
CMYK
RGB Variations
Color information
#4117FE (or 0x4117FE) is known color: Han Purple. HEX triplet: 41, 17 and FE. RGB value is (65,23,254). Sum of RGB (Red+Green+Blue) = 65+23+254=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4117FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4117FE is #BEE801. Grayscale: #3D3D3D. Windows color (decimal): -12511234 or 16652097. OLE color: 16652097.
HSL color Cylindrical-coordinate representation of color #4117FE: hue angle of 250.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4117FE is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 23 | 254 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.00 |
| HSL | 250.91º | 0.99% | 0.54% | - |
| HSV(B) | 250.91º | 0.91% | 1% | - |
| XYZ | 20.38 | 8.89 | 94.41 | - |
| YUV | 61.89 | 236.41 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 254 | 0.74 | 0.91 | 0 | 0.00 | 250.91 | 0.99 | 0.54 |
| Hex | 41 | 17 | FE | 4A | 5B | 0 | 0 | FB | 63 | 36 |
| Octal | 101 | 27 | 376 | 112 | 133 | 0 | 0 | 373 | 143 | 66 |
| Binary | 1000001 | 10111 | 11111110 | 1001010 | 1011011 | 0 | 0 | 11111011 | 1100011 | 110110 |
Color Harmonies of #4117FE
Complementary color
Monochromatic Colors of #4117FE
Black with #4117FE
Text Example
Text Example
White with #4117FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117FE; }
p { color: rgb(65,23,254); }
H1.HeaderClassName
{
color: #4117FE;
}
.AnyTagClassName
{
color: #4117FE;
}
</style>
background-color css
<style>
a { background-color: #4117FE; }
a { background-color: rgb(65,23,254); }
div.DivClassName
{
background-color: #4117FE;
}
.BgClassName
{
background-color: #4117FE;
}
</style>
border-color css
<style>
span { border-color: #4117FE; }
span { border-color: rgb(65,23,254); }
td.TdClassName
{
border-color: #4117FE;
}
.TagClassName
{
border-color: #4117FE;
}
</style>