Shades of Han Purple #4226EF
Tints of Han Purple #4226EF
RGB
CMYK
RGB Variations
Color information
#4226EF (or 0x4226EF) is known color: Han Purple. HEX triplet: 42, 26 and EF. RGB value is (66,38,239). Sum of RGB (Red+Green+Blue) = 66+38+239=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #4226EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4226EF is #BDD910. Grayscale: #444444. Windows color (decimal): -12441873 or 15672898. OLE color: 15672898.
HSL color Cylindrical-coordinate representation of color #4226EF: hue angle of 248.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4226EF is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 38 | 239 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.06 |
| HSL | 248.36º | 0.86% | 0.54% | - |
| HSV(B) | 248.36º | 0.84% | 0.94% | - |
| XYZ | 18.52 | 8.78 | 82.38 | - |
| YUV | 69.29 | 223.78 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 239 | 0.72 | 0.84 | 0 | 0.06 | 248.36 | 0.86 | 0.54 |
| Hex | 42 | 26 | EF | 48 | 54 | 0 | 6 | F8 | 56 | 36 |
| Octal | 102 | 46 | 357 | 110 | 124 | 0 | 6 | 370 | 126 | 66 |
| Binary | 1000010 | 100110 | 11101111 | 1001000 | 1010100 | 0 | 110 | 11111000 | 1010110 | 110110 |
Color Harmonies of #4226EF
Complementary color
Monochromatic Colors of #4226EF
Black with #4226EF
Text Example
Text Example
White with #4226EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226EF; }
p { color: rgb(66,38,239); }
H1.HeaderClassName
{
color: #4226EF;
}
.AnyTagClassName
{
color: #4226EF;
}
</style>
background-color css
<style>
a { background-color: #4226EF; }
a { background-color: rgb(66,38,239); }
div.DivClassName
{
background-color: #4226EF;
}
.BgClassName
{
background-color: #4226EF;
}
</style>
border-color css
<style>
span { border-color: #4226EF; }
span { border-color: rgb(66,38,239); }
td.TdClassName
{
border-color: #4226EF;
}
.TagClassName
{
border-color: #4226EF;
}
</style>