Shades of Han Purple #4101EC
Tints of Han Purple #4101EC
RGB
CMYK
RGB Variations
Color information
#4101EC (or 0x4101EC) is known color: Han Purple. HEX triplet: 41, 01 and EC. RGB value is (65,1,236). Sum of RGB (Red+Green+Blue) = 65+1+236=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #4101EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4101EC is #BEFE13. Grayscale: #2E2E2E. Windows color (decimal): -12516884 or 15466817. OLE color: 15466817.
HSL color Cylindrical-coordinate representation of color #4101EC: hue angle of 256.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101EC is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 1 | 236 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.07 |
| HSL | 256.34º | 0.99% | 0.46% | - |
| HSV(B) | 256.34º | 1% | 0.93% | - |
| XYZ | 17.33 | 7.2 | 79.83 | - |
| YUV | 46.93 | 234.7 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 236 | 0.72 | 1.00 | 0 | 0.07 | 256.34 | 0.99 | 0.46 |
| Hex | 41 | 1 | EC | 48 | 64 | 0 | 7 | 100 | 63 | 2E |
| Octal | 101 | 1 | 354 | 110 | 144 | 0 | 7 | 400 | 143 | 56 |
| Binary | 1000001 | 1 | 11101100 | 1001000 | 1100100 | 0 | 111 | 100000000 | 1100011 | 101110 |
Color Harmonies of #4101EC
Complementary color
Monochromatic Colors of #4101EC
Black with #4101EC
Text Example
Text Example
White with #4101EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101EC; }
p { color: rgb(65,1,236); }
H1.HeaderClassName
{
color: #4101EC;
}
.AnyTagClassName
{
color: #4101EC;
}
</style>
background-color css
<style>
a { background-color: #4101EC; }
a { background-color: rgb(65,1,236); }
div.DivClassName
{
background-color: #4101EC;
}
.BgClassName
{
background-color: #4101EC;
}
</style>
border-color css
<style>
span { border-color: #4101EC; }
span { border-color: rgb(65,1,236); }
td.TdClassName
{
border-color: #4101EC;
}
.TagClassName
{
border-color: #4101EC;
}
</style>