Shades of Han Purple #4226FE
Tints of Han Purple #4226FE
RGB
CMYK
RGB Variations
Color information
#4226FE (or 0x4226FE) is known color: Han Purple. HEX triplet: 42, 26 and FE. RGB value is (66,38,254). Sum of RGB (Red+Green+Blue) = 66+38+254=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #4226FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4226FE is #BDD901. Grayscale: #464646. Windows color (decimal): -12441858 or 16655938. OLE color: 16655938.
HSL color Cylindrical-coordinate representation of color #4226FE: hue angle of 247.78º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4226FE is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 38 | 254 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.00 |
| HSL | 247.78º | 0.99% | 0.57% | - |
| HSV(B) | 247.78º | 0.85% | 1% | - |
| XYZ | 20.83 | 9.7 | 94.54 | - |
| YUV | 71 | 231.28 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 254 | 0.74 | 0.85 | 0 | 0.00 | 247.78 | 0.99 | 0.57 |
| Hex | 42 | 26 | FE | 4A | 55 | 0 | 0 | F8 | 63 | 39 |
| Octal | 102 | 46 | 376 | 112 | 125 | 0 | 0 | 370 | 143 | 71 |
| Binary | 1000010 | 100110 | 11111110 | 1001010 | 1010101 | 0 | 0 | 11111000 | 1100011 | 111001 |
Color Harmonies of #4226FE
Complementary color
Monochromatic Colors of #4226FE
Black with #4226FE
Text Example
Text Example
White with #4226FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226FE; }
p { color: rgb(66,38,254); }
H1.HeaderClassName
{
color: #4226FE;
}
.AnyTagClassName
{
color: #4226FE;
}
</style>
background-color css
<style>
a { background-color: #4226FE; }
a { background-color: rgb(66,38,254); }
div.DivClassName
{
background-color: #4226FE;
}
.BgClassName
{
background-color: #4226FE;
}
</style>
border-color css
<style>
span { border-color: #4226FE; }
span { border-color: rgb(66,38,254); }
td.TdClassName
{
border-color: #4226FE;
}
.TagClassName
{
border-color: #4226FE;
}
</style>