Shades of Han Purple #4100EE
Tints of Han Purple #4100EE
RGB
CMYK
RGB Variations
Color information
#4100EE (or 0x4100EE) is known color: Han Purple. HEX triplet: 41, 00 and EE. RGB value is (65,0,238). Sum of RGB (Red+Green+Blue) = 65+0+238=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #4100EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4100EE is #BEFF11. Grayscale: #2D2D2D. Windows color (decimal): -12517138 or 15597633. OLE color: 15597633.
HSL color Cylindrical-coordinate representation of color #4100EE: hue angle of 256.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100EE is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 0 | 238 | - |
| CMYK | 0.73 | 1 | 0 | 0.07 |
| HSL | 256.39º | 1% | 0.47% | - |
| HSV(B) | 256.39º | 1% | 0.93% | - |
| XYZ | 17.61 | 7.3 | 81.37 | - |
| YUV | 46.57 | 236.03 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 238 | 0.73 | 1 | 0 | 0.07 | 256.39 | 1 | 0.47 |
| Hex | 41 | 0 | EE | 49 | 64 | 0 | 7 | 100 | 64 | 2F |
| Octal | 101 | 0 | 356 | 111 | 144 | 0 | 7 | 400 | 144 | 57 |
| Binary | 1000001 | 0 | 11101110 | 1001001 | 1100100 | 0 | 111 | 100000000 | 1100100 | 101111 |
Color Harmonies of #4100EE
Complementary color
Monochromatic Colors of #4100EE
Black with #4100EE
Text Example
Text Example
White with #4100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100EE; }
p { color: rgb(65,0,238); }
H1.HeaderClassName
{
color: #4100EE;
}
.AnyTagClassName
{
color: #4100EE;
}
</style>
background-color css
<style>
a { background-color: #4100EE; }
a { background-color: rgb(65,0,238); }
div.DivClassName
{
background-color: #4100EE;
}
.BgClassName
{
background-color: #4100EE;
}
</style>
border-color css
<style>
span { border-color: #4100EE; }
span { border-color: rgb(65,0,238); }
td.TdClassName
{
border-color: #4100EE;
}
.TagClassName
{
border-color: #4100EE;
}
</style>