Shades of Han Purple #4428E4
Tints of Han Purple #4428E4
RGB
CMYK
RGB Variations
Color information
#4428E4 (or 0x4428E4) is known color: Han Purple. HEX triplet: 44, 28 and E4. RGB value is (68,40,228). Sum of RGB (Red+Green+Blue) = 68+40+228=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 228 (89.45% from 255 or 67.86% from 336); Max value from RGB is 228 - color contains mainly: blue. Hex color #4428E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4428E4 is #BBD71B. Grayscale: #454545. Windows color (decimal): -12310300 or 14952516. OLE color: 14952516.
HSL color Cylindrical-coordinate representation of color #4428E4: hue angle of 248.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4428E4 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 40 | 228 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.11 |
| HSL | 248.94º | 0.78% | 0.53% | - |
| HSV(B) | 248.94º | 0.82% | 0.89% | - |
| XYZ | 17.15 | 8.35 | 74.11 | - |
| YUV | 69.8 | 217.28 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 228 | 0.70 | 0.82 | 0 | 0.11 | 248.94 | 0.78 | 0.53 |
| Hex | 44 | 28 | E4 | 46 | 52 | 0 | B | F9 | 4E | 35 |
| Octal | 104 | 50 | 344 | 106 | 122 | 0 | 13 | 371 | 116 | 65 |
| Binary | 1000100 | 101000 | 11100100 | 1000110 | 1010010 | 0 | 1011 | 11111001 | 1001110 | 110101 |
Color Harmonies of #4428E4
Complementary color
Monochromatic Colors of #4428E4
Black with #4428E4
Text Example
Text Example
White with #4428E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4428E4; }
p { color: rgb(68,40,228); }
H1.HeaderClassName
{
color: #4428E4;
}
.AnyTagClassName
{
color: #4428E4;
}
</style>
background-color css
<style>
a { background-color: #4428E4; }
a { background-color: rgb(68,40,228); }
div.DivClassName
{
background-color: #4428E4;
}
.BgClassName
{
background-color: #4428E4;
}
</style>
border-color css
<style>
span { border-color: #4428E4; }
span { border-color: rgb(68,40,228); }
td.TdClassName
{
border-color: #4428E4;
}
.TagClassName
{
border-color: #4428E4;
}
</style>