Shades of Han Purple #4426FE
Tints of Han Purple #4426FE
RGB
CMYK
RGB Variations
Color information
#4426FE (or 0x4426FE) is known color: Han Purple. HEX triplet: 44, 26 and FE. RGB value is (68,38,254). Sum of RGB (Red+Green+Blue) = 68+38+254=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #4426FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4426FE is #BBD901. Grayscale: #464646. Windows color (decimal): -12310786 or 16655940. OLE color: 16655940.
HSL color Cylindrical-coordinate representation of color #4426FE: hue angle of 248.33º 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 #4426FE is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 38 | 254 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.00 |
| HSL | 248.33º | 0.99% | 0.57% | - |
| HSV(B) | 248.33º | 0.85% | 1% | - |
| XYZ | 20.97 | 9.77 | 94.55 | - |
| YUV | 71.59 | 230.94 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 254 | 0.73 | 0.85 | 0 | 0.00 | 248.33 | 0.99 | 0.57 |
| Hex | 44 | 26 | FE | 49 | 55 | 0 | 0 | F8 | 63 | 39 |
| Octal | 104 | 46 | 376 | 111 | 125 | 0 | 0 | 370 | 143 | 71 |
| Binary | 1000100 | 100110 | 11111110 | 1001001 | 1010101 | 0 | 0 | 11111000 | 1100011 | 111001 |
Color Harmonies of #4426FE
Complementary color
Monochromatic Colors of #4426FE
Black with #4426FE
Text Example
Text Example
White with #4426FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4426FE; }
p { color: rgb(68,38,254); }
H1.HeaderClassName
{
color: #4426FE;
}
.AnyTagClassName
{
color: #4426FE;
}
</style>
background-color css
<style>
a { background-color: #4426FE; }
a { background-color: rgb(68,38,254); }
div.DivClassName
{
background-color: #4426FE;
}
.BgClassName
{
background-color: #4426FE;
}
</style>
border-color css
<style>
span { border-color: #4426FE; }
span { border-color: rgb(68,38,254); }
td.TdClassName
{
border-color: #4426FE;
}
.TagClassName
{
border-color: #4426FE;
}
</style>