Shades of Han Purple #4118FC
Tints of Han Purple #4118FC
RGB
CMYK
RGB Variations
Color information
#4118FC (or 0x4118FC) is known color: Han Purple. HEX triplet: 41, 18 and FC. RGB value is (65,24,252). Sum of RGB (Red+Green+Blue) = 65+24+252=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4118FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4118FC is #BEE703. Grayscale: #3D3D3D. Windows color (decimal): -12510980 or 16521281. OLE color: 16521281.
HSL color Cylindrical-coordinate representation of color #4118FC: hue angle of 250.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4118FC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 24 | 252 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.01 |
| HSL | 250.79º | 0.97% | 0.54% | - |
| HSV(B) | 250.79º | 0.9% | 0.99% | - |
| XYZ | 20.08 | 8.81 | 92.74 | - |
| YUV | 62.25 | 235.08 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 252 | 0.74 | 0.90 | 0 | 0.01 | 250.79 | 0.97 | 0.54 |
| Hex | 41 | 18 | FC | 4A | 5A | 0 | 1 | FB | 61 | 36 |
| Octal | 101 | 30 | 374 | 112 | 132 | 0 | 1 | 373 | 141 | 66 |
| Binary | 1000001 | 11000 | 11111100 | 1001010 | 1011010 | 0 | 1 | 11111011 | 1100001 | 110110 |
Color Harmonies of #4118FC
Complementary color
Monochromatic Colors of #4118FC
Black with #4118FC
Text Example
Text Example
White with #4118FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4118FC; }
p { color: rgb(65,24,252); }
H1.HeaderClassName
{
color: #4118FC;
}
.AnyTagClassName
{
color: #4118FC;
}
</style>
background-color css
<style>
a { background-color: #4118FC; }
a { background-color: rgb(65,24,252); }
div.DivClassName
{
background-color: #4118FC;
}
.BgClassName
{
background-color: #4118FC;
}
</style>
border-color css
<style>
span { border-color: #4118FC; }
span { border-color: rgb(65,24,252); }
td.TdClassName
{
border-color: #4118FC;
}
.TagClassName
{
border-color: #4118FC;
}
</style>