Shades of Han Purple #4226EC
Tints of Han Purple #4226EC
RGB
CMYK
RGB Variations
Color information
#4226EC (or 0x4226EC) is known color: Han Purple. HEX triplet: 42, 26 and EC. RGB value is (66,38,236). Sum of RGB (Red+Green+Blue) = 66+38+236=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #4226EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4226EC is #BDD913. Grayscale: #444444. Windows color (decimal): -12441876 or 15476290. OLE color: 15476290.
HSL color Cylindrical-coordinate representation of color #4226EC: hue angle of 248.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4226EC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 38 | 236 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.07 |
| HSL | 248.48º | 0.84% | 0.54% | - |
| HSV(B) | 248.48º | 0.84% | 0.93% | - |
| XYZ | 18.08 | 8.6 | 80.06 | - |
| YUV | 68.94 | 222.28 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 236 | 0.72 | 0.84 | 0 | 0.07 | 248.48 | 0.84 | 0.54 |
| Hex | 42 | 26 | EC | 48 | 54 | 0 | 7 | F8 | 54 | 36 |
| Octal | 102 | 46 | 354 | 110 | 124 | 0 | 7 | 370 | 124 | 66 |
| Binary | 1000010 | 100110 | 11101100 | 1001000 | 1010100 | 0 | 111 | 11111000 | 1010100 | 110110 |
Color Harmonies of #4226EC
Complementary color
Monochromatic Colors of #4226EC
Black with #4226EC
Text Example
Text Example
White with #4226EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226EC; }
p { color: rgb(66,38,236); }
H1.HeaderClassName
{
color: #4226EC;
}
.AnyTagClassName
{
color: #4226EC;
}
</style>
background-color css
<style>
a { background-color: #4226EC; }
a { background-color: rgb(66,38,236); }
div.DivClassName
{
background-color: #4226EC;
}
.BgClassName
{
background-color: #4226EC;
}
</style>
border-color css
<style>
span { border-color: #4226EC; }
span { border-color: rgb(66,38,236); }
td.TdClassName
{
border-color: #4226EC;
}
.TagClassName
{
border-color: #4226EC;
}
</style>