Shades of Han Purple #4100FE
Tints of Han Purple #4100FE
RGB
CMYK
RGB Variations
Color information
#4100FE (or 0x4100FE) is known color: Han Purple. HEX triplet: 41, 00 and FE. RGB value is (65,0,254). Sum of RGB (Red+Green+Blue) = 65+0+254=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #4100FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4100FE is #BEFF01. Grayscale: #2F2F2F. Windows color (decimal): -12517122 or 16646209. OLE color: 16646209.
HSL color Cylindrical-coordinate representation of color #4100FE: hue angle of 255.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100FE is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 0 | 254 | - |
| CMYK | 0.74 | 1 | 0 | 0.00 |
| HSL | 255.35º | 1% | 0.5% | - |
| HSV(B) | 255.35º | 1% | 1% | - |
| XYZ | 20.07 | 8.28 | 94.31 | - |
| YUV | 48.39 | 244.03 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 254 | 0.74 | 1 | 0 | 0.00 | 255.35 | 1 | 0.5 |
| Hex | 41 | 0 | FE | 4A | 64 | 0 | 0 | FF | 64 | 32 |
| Octal | 101 | 0 | 376 | 112 | 144 | 0 | 0 | 377 | 144 | 62 |
| Binary | 1000001 | 0 | 11111110 | 1001010 | 1100100 | 0 | 0 | 11111111 | 1100100 | 110010 |
Color Harmonies of #4100FE
Complementary color
Monochromatic Colors of #4100FE
Black with #4100FE
Text Example
Text Example
White with #4100FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100FE; }
p { color: rgb(65,0,254); }
H1.HeaderClassName
{
color: #4100FE;
}
.AnyTagClassName
{
color: #4100FE;
}
</style>
background-color css
<style>
a { background-color: #4100FE; }
a { background-color: rgb(65,0,254); }
div.DivClassName
{
background-color: #4100FE;
}
.BgClassName
{
background-color: #4100FE;
}
</style>
border-color css
<style>
span { border-color: #4100FE; }
span { border-color: rgb(65,0,254); }
td.TdClassName
{
border-color: #4100FE;
}
.TagClassName
{
border-color: #4100FE;
}
</style>