Shades of Han Purple #4106EE
Tints of Han Purple #4106EE
RGB
CMYK
RGB Variations
Color information
#4106EE (or 0x4106EE) is known color: Han Purple. HEX triplet: 41, 06 and EE. RGB value is (65,6,238). Sum of RGB (Red+Green+Blue) = 65+6+238=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #4106EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4106EE is #BEF911. Grayscale: #313131. Windows color (decimal): -12515602 or 15599169. OLE color: 15599169.
HSL color Cylindrical-coordinate representation of color #4106EE: hue angle of 255.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4106EE is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 6 | 238 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.07 |
| HSL | 255.26º | 0.95% | 0.48% | - |
| HSV(B) | 255.26º | 0.97% | 0.93% | - |
| XYZ | 17.68 | 7.43 | 81.39 | - |
| YUV | 50.09 | 234.05 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 238 | 0.73 | 0.97 | 0 | 0.07 | 255.26 | 0.95 | 0.48 |
| Hex | 41 | 6 | EE | 49 | 61 | 0 | 7 | FF | 5F | 30 |
| Octal | 101 | 6 | 356 | 111 | 141 | 0 | 7 | 377 | 137 | 60 |
| Binary | 1000001 | 110 | 11101110 | 1001001 | 1100001 | 0 | 111 | 11111111 | 1011111 | 110000 |
Color Harmonies of #4106EE
Complementary color
Monochromatic Colors of #4106EE
Black with #4106EE
Text Example
Text Example
White with #4106EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4106EE; }
p { color: rgb(65,6,238); }
H1.HeaderClassName
{
color: #4106EE;
}
.AnyTagClassName
{
color: #4106EE;
}
</style>
background-color css
<style>
a { background-color: #4106EE; }
a { background-color: rgb(65,6,238); }
div.DivClassName
{
background-color: #4106EE;
}
.BgClassName
{
background-color: #4106EE;
}
</style>
border-color css
<style>
span { border-color: #4106EE; }
span { border-color: rgb(65,6,238); }
td.TdClassName
{
border-color: #4106EE;
}
.TagClassName
{
border-color: #4106EE;
}
</style>