Shades of Han Purple #4100EC
Tints of Han Purple #4100EC
RGB
CMYK
RGB Variations
Color information
#4100EC (or 0x4100EC) is known color: Han Purple. HEX triplet: 41, 00 and EC. RGB value is (65,0,236). Sum of RGB (Red+Green+Blue) = 65+0+236=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #4100EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4100EC is #BEFF13. Grayscale: #2D2D2D. Windows color (decimal): -12517140 or 15466561. OLE color: 15466561.
HSL color Cylindrical-coordinate representation of color #4100EC: hue angle of 256.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100EC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 0 | 236 | - |
| CMYK | 0.72 | 1 | 0 | 0.07 |
| HSL | 256.53º | 1% | 0.46% | - |
| HSV(B) | 256.53º | 1% | 0.93% | - |
| XYZ | 17.32 | 7.18 | 79.83 | - |
| YUV | 46.34 | 235.03 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 236 | 0.72 | 1 | 0 | 0.07 | 256.53 | 1 | 0.46 |
| Hex | 41 | 0 | EC | 48 | 64 | 0 | 7 | 101 | 64 | 2E |
| Octal | 101 | 0 | 354 | 110 | 144 | 0 | 7 | 401 | 144 | 56 |
| Binary | 1000001 | 0 | 11101100 | 1001000 | 1100100 | 0 | 111 | 100000001 | 1100100 | 101110 |
Color Harmonies of #4100EC
Complementary color
Monochromatic Colors of #4100EC
Black with #4100EC
Text Example
Text Example
White with #4100EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100EC; }
p { color: rgb(65,0,236); }
H1.HeaderClassName
{
color: #4100EC;
}
.AnyTagClassName
{
color: #4100EC;
}
</style>
background-color css
<style>
a { background-color: #4100EC; }
a { background-color: rgb(65,0,236); }
div.DivClassName
{
background-color: #4100EC;
}
.BgClassName
{
background-color: #4100EC;
}
</style>
border-color css
<style>
span { border-color: #4100EC; }
span { border-color: rgb(65,0,236); }
td.TdClassName
{
border-color: #4100EC;
}
.TagClassName
{
border-color: #4100EC;
}
</style>