Shades of Han Purple #4106FF
Tints of Han Purple #4106FF
RGB
CMYK
RGB Variations
Color information
#4106FF (or 0x4106FF) is known color: Han Purple. HEX triplet: 41, 06 and FF. RGB value is (65,6,255). Sum of RGB (Red+Green+Blue) = 65+6+255=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #4106FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4106FF is #BEF900. Grayscale: #333333. Windows color (decimal): -12515585 or 16713281. OLE color: 16713281.
HSL color Cylindrical-coordinate representation of color #4106FF: hue angle of 254.22º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4106FF is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 6 | 255 | - |
| CMYK | 0.75 | 0.98 | 0 | 0 |
| HSL | 254.22º | 1% | 0.51% | - |
| HSV(B) | 254.22º | 0.98% | 1% | - |
| XYZ | 20.3 | 8.47 | 95.17 | - |
| YUV | 52.03 | 242.55 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 255 | 0.75 | 0.98 | 0 | 0 | 254.22 | 1 | 0.51 |
| Hex | 41 | 6 | FF | 4B | 62 | 0 | 0 | FE | 64 | 33 |
| Octal | 101 | 6 | 377 | 113 | 142 | 0 | 0 | 376 | 144 | 63 |
| Binary | 1000001 | 110 | 11111111 | 1001011 | 1100010 | 0 | 0 | 11111110 | 1100100 | 110011 |
Color Harmonies of #4106FF
Complementary color
Monochromatic Colors of #4106FF
Black with #4106FF
Text Example
Text Example
White with #4106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4106FF; }
p { color: rgb(65,6,255); }
H1.HeaderClassName
{
color: #4106FF;
}
.AnyTagClassName
{
color: #4106FF;
}
</style>
background-color css
<style>
a { background-color: #4106FF; }
a { background-color: rgb(65,6,255); }
div.DivClassName
{
background-color: #4106FF;
}
.BgClassName
{
background-color: #4106FF;
}
</style>
border-color css
<style>
span { border-color: #4106FF; }
span { border-color: rgb(65,6,255); }
td.TdClassName
{
border-color: #4106FF;
}
.TagClassName
{
border-color: #4106FF;
}
</style>