Shades of Han Purple #4100FC
Tints of Han Purple #4100FC
RGB
CMYK
RGB Variations
Color information
#4100FC (or 0x4100FC) is known color: Han Purple. HEX triplet: 41, 00 and FC. RGB value is (65,0,252). Sum of RGB (Red+Green+Blue) = 65+0+252=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #4100FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4100FC is #BEFF03. Grayscale: #2F2F2F. Windows color (decimal): -12517124 or 16515137. OLE color: 16515137.
HSL color Cylindrical-coordinate representation of color #4100FC: hue angle of 255.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100FC is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 0 | 252 | - |
| CMYK | 0.74 | 1 | 0 | 0.01 |
| HSL | 255.48º | 1% | 0.49% | - |
| HSV(B) | 255.48º | 1% | 0.99% | - |
| XYZ | 19.75 | 8.15 | 92.63 | - |
| YUV | 48.16 | 243.03 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 252 | 0.74 | 1 | 0 | 0.01 | 255.48 | 1 | 0.49 |
| Hex | 41 | 0 | FC | 4A | 64 | 0 | 1 | FF | 64 | 31 |
| Octal | 101 | 0 | 374 | 112 | 144 | 0 | 1 | 377 | 144 | 61 |
| Binary | 1000001 | 0 | 11111100 | 1001010 | 1100100 | 0 | 1 | 11111111 | 1100100 | 110001 |
Color Harmonies of #4100FC
Complementary color
Monochromatic Colors of #4100FC
Black with #4100FC
Text Example
Text Example
White with #4100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100FC; }
p { color: rgb(65,0,252); }
H1.HeaderClassName
{
color: #4100FC;
}
.AnyTagClassName
{
color: #4100FC;
}
</style>
background-color css
<style>
a { background-color: #4100FC; }
a { background-color: rgb(65,0,252); }
div.DivClassName
{
background-color: #4100FC;
}
.BgClassName
{
background-color: #4100FC;
}
</style>
border-color css
<style>
span { border-color: #4100FC; }
span { border-color: rgb(65,0,252); }
td.TdClassName
{
border-color: #4100FC;
}
.TagClassName
{
border-color: #4100FC;
}
</style>